Skip to content

AnindoTonoy/user-auth-django

Repository files navigation

user-auth-django

a simple login/homepage/logout django app for learning

Prerequisites

python== 3.8 or up and django==3.1

Run

python manage.py makemigrations
python manage.py migrate

To use admin panel you need to create super user using this command

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Project snapshot

Login page - UI

screencapture-127-0-0-1-8000-login-2020-08-31-18_39_18

Homepage and logout button after login authetication - UI

(you can costomize this page as you needed)

screencapture-127-0-0-1-8000-2020-08-31-18_39_52

About

A simple user authentication django app (Educational)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published