'Django admin and normal user seperation
Everytime i logout of the normal user system it also logs me out of admin page. the normal user system is created using the AbstractUserModel provided by django and admin created using createsuperuser command.
How do i prevent that from happening.
Currently using authentication system provided by django (accounts/login, accounts/logout etc)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|