Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 681 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 681 Bytes

Django Login with expanded profile

Django by default includes a user model that's very useful but it's limited to a user and a password so it's better to add it a few attributes. This tutorial shows how to add them and I followed the instructions. Also to complement this project I also applied the authentication views shown in another tutorial to use the django login system from outside the admin panel on my own.

Later on, I'll add CSS to make it look pretty.