ku-polls/polls
2023-08-28 23:04:08 +07:00
..
migrations Create polls models and migrate 2023-08-28 18:57:49 +07:00
static/polls Update Views of all pages - index, detail, result / Add Home Page 2023-08-28 22:32:42 +07:00
templates Update Views of all pages - index, detail, result / Add Home Page 2023-08-28 22:32:42 +07:00
__init__.py Create the polls app. 2023-08-26 16:28:34 +07:00
admin.py Add docstring to classes and methods and clean the code. 2023-08-28 23:04:08 +07:00
apps.py Add docstring to classes and methods and clean the code. 2023-08-28 23:04:08 +07:00
models.py Add docstring to classes and methods and clean the code. 2023-08-28 23:04:08 +07:00
tests.py Add docstring to classes and methods and clean the code. 2023-08-28 23:04:08 +07:00
urls.py Add docstring to classes and methods and clean the code. 2023-08-28 23:04:08 +07:00
views.py Add docstring to classes and methods and clean the code. 2023-08-28 23:04:08 +07:00