Re: Login with different groups

2017-10-02 Thread Gourav Chawla
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,

Login with different groups

2017-10-02 Thread saheb dua
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