A Django web application to create polls and vote on the polls.
Visit this link to use online: http://mayankpant7991.pythonanywhere.com/
You need to install the following:
pip install Django==3.0.2
pip install django-bootstrap4
if pip install does not work, you can also try:
python -m pip install Django==3.0.2
go in the polls_project directory and run:
python manage.py runserver
This project is an extension of the polls app at: https://docs.djangoproject.com/en/3.0/intro/tutorial01/
- python (v. 3.7.3)
- django (v. 3.0.2)