Skip to content

cangeorgecode/django_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_tutorial

Index:

  • Login, logout, register
  • Update user profile
  • Update password
    • Check if user is authenticated
    • Get the current user
    • Check if it's POST
    • Pass the form variable into the backend into forms.py
    • Check if the form is valid
    • Save the form, log the user in, return somewhere
    • If it's a GET, show the form
    • If user is not logged in, show an error
  • Password reset for when you forget your password
  • Dashboard (login required)
  • Landing page
  • Subscription/payment
  • Deploy on Heroku

About

My attempt in building a Django web app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published