Re: How is the best way to separate costumers on my django site?

2019-04-05 Thread carlos
https://github.com/citusdata/django-multitenant the documentation clearly explains the differences of each method its advantages and disadvantages On Thu, Apr 4, 2019 at 7:17 PM Sithembewena L. Dube wrote: > Hi > > >

Re: How is the best way to separate costumers on my django site?

2019-04-04 Thread Sithembewena L. Dube
Hi https://www.codementor.io/pauloscardine/15-minute-guide-to-secure-saas-multitenancy-with-django-and-let-s-encrypt-ijtlarca8 https://blog.usejournal.com/building-a-saas-application-with-django-web-framework-part-1-2-the-principe-2f0730a6693f Kind regards, Sithembewena *Sent with Shift

How is the best way to separate costumers on my django site?

2019-04-04 Thread Fellipe Henrique
Hello, I need to separate my django website, for different costumers... Which is the best option: 1) One database and separate each costumer as a django user 2) different database, one for each costumer? There's no need the costumer has "users"... Any tips or ideas? Regards, T.·.F.·.A.·.