May 2020
Intermediate to advanced
404 pages
10h 52m
English
To add the routes for authentication, add the following at the end of the webapp/settings.py file:
LOGIN_URL = "/login"LOGIN_REDIRECT_URL = '/'LOGOUT_REDIRECT_URL = '/logout'
These lines indicate that we will need a /login and a /logout route.
Read now
Unlock full access