Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 452 Bytes

Polls_app

A simple polls app containing some questions with options you cant vote on and see the results. This project contains the use of python 2.7, and is made on django 1.11

Install python (2.x)

While inside the directory polls_app/mysite , run the command: python manage.py runserver

Go to your browser and type th link: 127.0.0.1:8000/polls

OR the admin site 127.0.0.1:8000/admin For the admin site, username = admin password = superuser