Posts by Thales • 125 points
3 posts
-
1
votes1
answer161
viewsA: Configuration of NGINX + uWSGI + Django in a multi-tenancy application
The answer to my question was simple and straightforward when posted on Stackoverflow in English. To many it seems my question was shallow. However, I would like to summarize once again what my…
-
-2
votes1
answer161
viewsQ: Configuration of NGINX + uWSGI + Django in a multi-tenancy application
I have a single application in Django hosted on AWS. But these days, I turned it into multi-tenancy, using Django-tenant-schemas. Locally, it runs normally. I can create my tenants and access them…
-
0
votes1
answer417
viewsQ: How do I check if today’s date matches a date created in a Django application?
I have an app that gets the day of the week and the time when an event should occur. In addition, it also receives the period of time that people must confirm presence. My model goes below: def…