a simple login/homepage/logout django app for learning
python== 3.8 or up and django==3.1
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser
(you can costomize this page as you needed)