I think you mean multi tenancy... There are packages for that. Google after django multi tenant..
WM <[email protected]> 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 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/CAKGT9mz1mLbWyE_ifBb%2BePXKU-ayjzNeMmWL%2BWZtcDMTwVk8HA%40mail.gmail.com.

