Visit this link https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html
On Tue, Nov 12, 2019, 18:20 Suraj Thapa FC <[email protected]> wrote: > You can simply do this with a single login > > On Tue, 12 Nov 2019, 6:59 pm Deepak Singh, <[email protected]> > wrote: > >> I have a survey form for students and teachers. Questions are different >> for students and teachers, so I want to provide them with different login. >> How do I create different login pages in Django that redirect to different >> pages? >> And how can I store the students and teachers username and password in >> different databases? >> >> Regards >> >> -- >> 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/CAOjV4wHBnORvJNWnvxRtHVMEbbuyqApQJZo1XunomGLu-RbouA%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAOjV4wHBnORvJNWnvxRtHVMEbbuyqApQJZo1XunomGLu-RbouA%40mail.gmail.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/CAPjsHcHPnz5duvtcwdPg0FhUogtivP%2BbGsiNVAtHN2X1v0qWyA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAPjsHcHPnz5duvtcwdPg0FhUogtivP%2BbGsiNVAtHN2X1v0qWyA%40mail.gmail.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/CAH7nK-A5Z3n4YkKruS34bd9fOhrppn-ViX%2BgPW7ZP8WT1f-FLA%40mail.gmail.com.

