May 2018
Beginner to intermediate
282 pages
7h 58m
English
Problem: Every website stores a different set of user profile details. However, Django's built-in user model is meant for authentication details.
Solution: Create a user profile class with a one-to-one relation with the user model.
Read now
Unlock full access