This is part 2 of this series. In this part, we will make it possible for users to sign up, log in and log out. Plus a few other things.
To do list for part 2
-Create a new Django app for user profiles
-Create view and template for sign up
-Create template for log in
-Create a simple "my account" page
-Make it possible to log out
-Make it possible to edit your user profile