Re: django-tenants domain issue

2020-06-03 Thread Dumba Classics
Thank you Sir you are a life saver On Wed, Jun 3, 2020 at 11:49 AM Andréas Kühne wrote: > You just need to add those to your hosts file locally on your computer. > > If you are using Mac: > https://www.imore.com/how-edit-your-macs-hosts-file-and-why-you-would-want > > If you are using Linux: >

Re: django-tenants domain issue

2020-06-03 Thread Andréas Kühne
You just need to add those to your hosts file locally on your computer. If you are using Mac: https://www.imore.com/how-edit-your-macs-hosts-file-and-why-you-would-want If you are using Linux: https://support.rackspace.com/how-to/modify-your-hosts-file/ If you are using Windows:

Re: django-tenants domain issue

2020-06-02 Thread Dumba Classics
Nope I was just doing it on Localhost to test on how feasible it is for my project. Instead of checking with an app thats live I created a dummy project nd thats where I was working on. Why ask???

Re: django-tenants domain issue

2020-06-02 Thread Hella Nick
你是要部署在互联网上吗? DumbaClassics 于2020年6月3日周三 上午8:56写道: > Hello Family > > I have been following a set up documentation for django-tenants. I did all > the set-up to even create a public domain and two tenant domains. For > allowed hosts I put ["*"] , though not safe as per clinical research data >

django-tenants domain issue

2020-06-02 Thread DumbaClassics
Hello Family I have been following a set up documentation for django-tenants. I did all the set-up to even create a public domain and two tenant domains. For allowed hosts I put ["*"] , though not safe as per clinical research data its convinient for my localhost Test. I am having a challenge