You can have a look at Django registrations app[1] for inspiration. Also, look at the default Django admin login. All of it is there, you just have to search a little more and you'll get it.
[1]: https://github.com/macropin/django-registration On Monday, October 2, 2017 at 4:55:14 PM UTC+5:30, saheb dua wrote: > > Hi all, > I am new to django , i want to make code for login and registration with > different groups. example school management student ,teacher and parents > should register first and then login in there groups. i want to know basic > structure for that. > > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1b8d5d29-7742-43f2-b135-f3556e5ee67c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

