You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. How can I update UserProfile assigned to User model?
20
+
2. I get an error: Reverse for 'password_reset_confirm' not found.
21
+
22
+
You need to add `password_reset_confirm` url into your ``urls.py`` (at the top of any other included urls). Please check the ``urls.py`` module inside demo app example for more details.
23
+
24
+
25
+
3. How can I update UserProfile assigned to User model?
21
26
22
27
Assuming you already have UserProfile model defined like this
0 commit comments