Django Tutorial 6 - User Authentication Part 1 - Hacked Existence Direct
The Django authentication system handles both and authorization .
: The core of the authentication system containing fields like username, password, and email.
: Determines what an authenticated user is allowed to do.
After a successful login, Django needs to know where to send the user. You can define this in your settings.py file.
