matehsan / pollster_django_crash

Polling app built with Django (Django Crash Course)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Polling app built with Django (Django Crash Course)


Languages

Language:Python 75.4%Language:HTML 24.6%