ku-polls/polls
2023-08-28 19:31:26 +07:00
..
migrations Create polls models and migrate 2023-08-28 18:57:49 +07:00
templates/polls Apply minimal form to detail page/ Use generic view on index-detail-result 2023-08-28 19:31:26 +07:00
__init__.py Create the polls app. 2023-08-26 16:28:34 +07:00
admin.py Explore Django admin/ Register Question to admin site 2023-08-28 19:03:04 +07:00
apps.py Create the polls app. 2023-08-26 16:28:34 +07:00
models.py Create polls models and migrate 2023-08-28 18:57:49 +07:00
tests.py Create the polls app. 2023-08-26 16:28:34 +07:00
urls.py Apply minimal form to detail page/ Use generic view on index-detail-result 2023-08-28 19:31:26 +07:00
views.py Apply minimal form to detail page/ Use generic view on index-detail-result 2023-08-28 19:31:26 +07:00