You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django app where admin can create read update and delete new or old polls and the general user can vote of there choice. The results are displayed using zing charts graph api
A web application to take polls from general public about
some questions or topics of choice
The results are displaced using Dynamic Graphs
Startup
python3 manage.py makemigrations
python3 manage.py migrate
Run server
python3 manage.py runserver
About
django app where admin can create read update and delete new or old polls and the general user can vote of there choice. The results are displayed using zing charts graph api