Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 398 Bytes

Pollster App (Django Crash Course)

Python Django app to create polls with questions/choices

Quick Start

# Install dependencies
pipenv install

cd pollster

# Serve on localhost:8000
python manage.py runserver

Commands Gist

You can find all of the commands from the project here: https://gist.github.com/bradtraversy/06538da5924882b2cf30fa6310d505b1