ku-polls/polls
2023-08-28 22:25:09 +07:00
..
migrations Create polls models and migrate 2023-08-28 18:57:49 +07:00
static/polls Style polls page 2023-08-28 20:51:27 +07:00
templates Fix Missing results.html template file 2023-08-28 22:25:09 +07:00
__init__.py Create the polls app. 2023-08-26 16:28:34 +07:00
admin.py Customize Admin Page view 2023-08-28 20:56:22 +07:00
apps.py Create the polls app. 2023-08-26 16:28:34 +07:00
models.py Customize Admin Page view 2023-08-28 20:56:22 +07:00
tests.py Add Testing on models, views, detailed/ Fix bugs 2023-08-28 20:01:39 +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 Add Testing on models, views, detailed/ Fix bugs 2023-08-28 20:01:39 +07:00