Skip to content

subhamgiri16/Django_Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Django_Authentication

Django Login, Register, Dashboard, Logout System

Install the required Python packages:

pip install -r requirements.txt

Set up the Django database and migrate:

python manage.py migrate

Create a superuser account (admin) to access the Django admin panel:

python manage.py createsuperuser

Start the Django development server:

python manage.py runserver

Open a web browser and navigate to http://localhost:8000/ to access the application.

Usage

  • Use the "Register" option to create a new user account.
  • Use the "Login" option to log in with your registered account.
  • After logging in, select "View Profile" to view your profile information.

Acknowledgments

  • Thank you to the Django community for creating a powerful web framework.

About

Django Login, Register, Dashboard, Logout System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages