In this video we'll start to customize our User model to add more fields by creating a new Profile model and associating it with our User model.
It's hard to add things to the User model, instead we can extend it by creating a new model and giving it a OneToOne association with the User model.
That's what we'll do in this video to add a bio to our User Profile.
Download
0 formats
No download links available.
Customize User Profile Model - Django Blog #27 | NatokHD