Re: Django-tenants-schema and django-tenant

2022-11-14 Thread David Emanuel Sandoval
I work on a project using django tenants, so i know it works on heroku. I just dont know how it was configured in the "dns" part. El lun, 14 nov 2022 11:43, Alejandro hurtado chacñama escribió: > 1:in your nginx configuration you should add something like: > *server_name *.mydomain.com

Re: Django-tenants-schema and django-tenant

2022-11-14 Thread Alejandro hurtado chacñama
1:in your nginx configuration you should add something like: *server_name *.mydomain.com mydomain.com IP-server;* 2: in my case at the dns level I also add as class A, all the records of the subdomain. You have to do this where your domain is, I don't know if it can be configured in heroku El j

Re: Django-tenants-schema and django-tenant

2021-06-23 Thread clas...@gmail.com
has no one use django-tenant on heroku? On Monday, June 21, 2021 at 9:38:19 PM UTC+1 clas...@gmail.com wrote: > Hello friends, > Am having a big challenge hosting django-tenant-schemas I currently have > one hosted in heroku but does not route the subdomain created for example I > cant access s

Django-tenants-schema and django-tenant

2021-06-21 Thread classudeh
Hello friends,Am having a big challenge hosting django-tenant-schemas I currently have one hosted in heroku but does not route the subdomain created for example I cant access sub.mydomain.com but mydomain.com works have tried wildcard on the subsomain through the domain hosting platform but no r