A Voting application built with Django web framework.
HOW TO IMPORT PROJECT
- Launch command prompt and change directory with cd documents. where cd (Change Directory)
Note: Make sure you have downloaded Git (https://git-scm.com/downloads), configured on your computer before Number 2
-
git clone https://github.com/catherine1997/polls
-
Navigate to polls with cd polls from No. 1
HOW TO INSTALL DJANGO
Note: Download and Install Python Software (https://python.org)
- On your command prompt/terminal type: pip install Django
HOW TO RUN/LAUNCH
Navigate to polls folder as directed in No. 1 and type:
python manage.py runserver