November 2015
Beginner to intermediate
840 pages
26h 30m
English
The goal of this section is to use the following views in our URL configuration:
password_change()
password_change_done()
To that end, we also build the following two templates.
user/password_change_form.html
user/password_change_done.html
To begin, in Example 21.1, we create a separate URL configuration in the user/urls.py ...
Read now
Unlock full access