Skip to content

While learning I made a user authentication system. This is the code for the same. This authenticates the user.

Notifications You must be signed in to change notification settings

aayushgupta1/DjangoUserAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I recently started learning Django framework. While learning I made a sample app - user authentication system. This is the code for the same. This app basically:

  • creates a user
  • saves it in the database
  • uses it while the user is logging in
  • displays error message if the user with the same username already exists
  • goes to homepage if the login was successful

About

While learning I made a user authentication system. This is the code for the same. This authenticates the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published