An open API service indexing awesome lists of open source software.

https://github.com/thedvlprs/pollster-django-project-app

Python Django app to create polls with questions/choices
https://github.com/thedvlprs/pollster-django-project-app

bootstrap-4 choices django pollster python-3-7 python-django

Last synced: about 2 months ago
JSON representation

Python Django app to create polls with questions/choices

Awesome Lists containing this project

README

        

# Pollster App (Django polling app)

> Python Django app to create polls with questions/choices

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub contributors](https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/) [![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/kennethreitz)

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

![](img/1.png)
![](img/2.png)

## Quick Start

``` bash
# 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/fyunka/4e77647608466912d6c41753030267d0