Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 479 Bytes

polls_app

My Polls app developed in django from its official documentation for fun.

Install and run

--> Download this project.

--> open 'polls_app-master' in cmd and activate virtual environment.

--> Now cd into 'mysite' folder (folder which contains manage.py file) and run 'python manage.py runserver'.

--> Now open 'http://localhost:8000/polls' in your browser.

Admin

--> You can also navigate to 'http://localhost:8000/admin/' to see simple admin template.