ku-polls/polls
2023-09-05 21:55:41 +07:00
..
migrations Add is_published, can_vote to QuestionModel/ Add test for can_vote, is_published 2023-09-05 21:25:04 +07:00
static/polls Add is_published, can_vote to QuestionModel/ Add test for can_vote, is_published 2023-09-05 21:25:04 +07:00
templates Add is_published, can_vote to QuestionModel/ Add test for can_vote, is_published 2023-09-05 21:25:04 +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 Modify test case and logic of can_vote in Question model 2023-09-05 21:55:41 +07:00
tests.py Modify test case and logic of can_vote in Question model 2023-09-05 21:55:41 +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 is_published, can_vote to QuestionModel/ Add test for can_vote, is_published 2023-09-05 21:25:04 +07:00