LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
kint1245_django_polls.egg-info/PKG-INFO
kint1245_django_polls.egg-info/SOURCES.txt
kint1245_django_polls.egg-info/dependency_links.txt
kint1245_django_polls.egg-info/requires.txt
kint1245_django_polls.egg-info/top_level.txt
polls/__init__.py
polls/admin.py
polls/apps.py
polls/models.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/static/polls/style.css
polls/static/polls/images/background.jpg
polls/templates/polls/detail.html
polls/templates/polls/index.html
polls/templates/polls/results.html