OVERVIEW

Django Tutorial Poll App: https://docs.djangoproject.com/en/3.2/intro/

TECH

# python3 --version
Python 3.9.2

# python3 -m django --version
3.2

INSTALLATION

# Admin
$ python manage.py createsuperuser
$ open http://localhost:8000/admin

# App
$ open http://localhost:8000/polls

LICENSE

MIT