Monday, March 20, 2023

django multi databases and multi sessions

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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f00f3d69-51ba-4e19-b8b2-c02375cd1504n%40googlegroups.com.

No comments:

Post a Comment