Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 251 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