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-tenancy online.
On Mon, 20 Mar 2023 at 20:53, WM <[email protected]> wrote: > 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 member(using db A), then at a certain > menu among homepage menus, the homepage login user is required to enter new > login id with new password to explore another world of the website(using db > B & C). I don't know having multiple sessions in one project with multiple > databases is possible or not. If possible, I appreciate any advise how to > do. Thank you. > > -- > 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 to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f00f3d69-51ba-4e19-b8b2-c02375cd1504n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/f00f3d69-51ba-4e19-b8b2-c02375cd1504n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADTNxMkJ6byXu9cODZV--HmwGdB-VBzfWBOJKivgjLann6n9gA%40mail.gmail.com.

