Re: django multi databases and multi sessions

2023-03-21 Thread Ujjwal Joshi
There is a package for multi-tenancy in django . Also there is another package called django-tenant-users which you can use to manage permission between tenants. If you want to create a multi tenant on your own you can research on the internet. There is tons of information about implementing multi-

Re: django multi databases and multi sessions

2023-03-20 Thread Dan Wood
I’m working on a big multi tenant app feel free to email for information, I use a different schema for each tenant -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email t

Re: django multi databases and multi sessions

2023-03-20 Thread Sebastian Jung
I think you mean multi tenancy... There are packages for that. Google after django multi tenant.. WM schrieb am Mo., 20. März 2023, 16:08: > Hi, > > I would like to have your help. > > Using Django multiple databases in a project, can I create multiple > sessions in the project? If so, I would

django multi databases and multi sessions

2023-03-20 Thread WM
Hi, I would like to have your help. Using Django multiple databases in a project, can I create multiple sessions in the project? If so, I would like to know how to. For example, three databases with two different login functions; The steps are followed: In a webpage, login as a homepage memb