Rewangi / pollster-django-crash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pollster App (Django project)

Python Django app to create polls with questions/choices

Quick Start

cd pollster-django-crash
# Install dependencies
pip install pipenv

pipenv shell
# Install django
pipenv install django

cd pollster
# Serve on localhost:8000
python manage.py runserver

About


Languages

Language:Python 77.2%Language:HTML 22.8%