Skip to content

User authentication and Authorization Application Using Django

Notifications You must be signed in to change notification settings

shasank01/user-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-auth

A Basic User authentication Application Using Django.

Features:

  • User Homepage.
  • User Registration. /register
  • User Login. /login
  • User Dashboard with Logout.(Only after Login). /dashboard

Steps to run the project:

Install Dependencies

pip install -r requirements.txt

Command for migrations

python manage.py migrate

Run the server

python manage.py runserver

P.S - Polls file is the Application file

About

User authentication and Authorization Application Using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published