LICENSE
MANIFEST.in
README.rst
pyproject.toml
django_polls_507.egg-info/PKG-INFO
django_polls_507.egg-info/SOURCES.txt
django_polls_507.egg-info/dependency_links.txt
django_polls_507.egg-info/requires.txt
django_polls_507.egg-info/top_level.txt
polls/__init__.py
polls/admin.py
polls/apps.py
polls/tests.py
polls/urls.py
polls/views.py
polls/migrations/0001_initial.py
polls/migrations/0002_alter_choice_choice_text.py
polls/migrations/__init__.py
polls/models/__init__.py
polls/models/choice.py
polls/models/question.py
polls/static/polls/css/main.css
polls/static/polls/images/logo.png
polls/static/polls/plugins/bootstrap-icons/css/bootstrap-icons.css
polls/static/polls/plugins/bootstrap-icons/fonts/bootstrap-icons.woff
polls/static/polls/plugins/bootstrap-icons/fonts/bootstrap-icons.woff2
polls/static/polls/plugins/bootstrap/css/bootstrap.min.css
polls/static/polls/plugins/bootstrap/js/bootstrap.min.js
polls/templates/base.html
polls/templates/details.html
polls/templates/index.html
polls/templates/navbar.html
polls/templates/results.html