November 2015
Beginner to intermediate
840 pages
26h 30m
English
User ModelWhen building a website in Django, the user requires some extra consideration. The swappable nature of the User model and the way it affects our migrations means that it is the next thing we want to consider and one of the first pieces of code to tackle (or at least prepare for). We want to make sure the User model is as lean as possible, but everything else is in the air:
Username or email?
Password or external service (such as Twitter, Google, or Facebook, or even an organization-specific service)?
Any information not related ...
Read now
Unlock full access