https://docs.djangoproject.com/en/4.1/intro/tutorial02/
$ source tutorial-env/bin/activate
$ python manage.py shell
mysite directory one level lower - and contains the manage.py file
poll directory is on same level
$ cd mysite
$ python manage.py migrate
$ python manage.py runserver
server will run on http://127.0.0.1:8000/
http://127.0.0.1:8000/polls/34
http://127.0.0.1:8000/polls/1/results/
http://127.0.0.1:8000/polls/1/vote/
Username: admin
ww: Admin1234-