-
- Write form and view to add new poll
-
- Add functionality to search for poll
-
- Add functionality to vote on polls
-
- Write user profile views and template
-
- Add author attribute to Question class
-
- Add voters attribute to Choice class
- Added
unfollow
to the action type in the notification models - Added the
unfollow
option to correctly formar the appropriate notification type in the notification page
<link rel="stylesheet" href="{% static 'css/script.css' %}">
<script src="{% static 'js/script.js' %}"> </script>
- Give questions and choice unique ids so i can save the ids in notification action receiver