Django first app
This is a Django tutorial project which was made for the purpose of learning Django. Django is a Python-based free and open-source web framework, to learn Django and make a similar poll app refer .
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
python== 3.5 or up and django==3.0 or up
open terminal and type
git clone https://github.com/Prajeshpuri/Poll-App.git
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver