-
Notifications
You must be signed in to change notification settings - Fork 0
home app
Damon Getsman edited this page Feb 8, 2019
·
1 revision
The home app basically just handles user authentication and account creation, as I had mentioned somewhere else recently on here. When a user is already logged in, it just displays a blank page with the navigation bar available for moving to a useful portion of the project, and the ability to logout which is on almost every page (barring any that have to scroll and do not have a footer).
- index - displays exactly what I just detailed above
- create_user - handles the mechanics of creating a user account (there are no real safeguards other than Django's built in logic here yet)
- user_created - displays a success message and gives a link for the user to return to the login page, though this could be simplified with the new user message functionality, by just returning to the index with a message stating that the account has been created and now logging in is possible