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
- Host: GitHub
- URL: https://github.com/thedvlprs/pollster-django-project-app
- Owner: thedvlprs
- Created: 2019-09-05T17:44:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T23:39:44.000Z (about 2 years ago)
- Last Synced: 2025-01-31T15:17:08.316Z (4 months ago)
- Topics: bootstrap-4, choices, django, pollster, python-3-7, python-django
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pollster App (Django polling app)
> Python Django app to create polls with questions/choices
[](https://opensource.org/licenses/MIT) [](https://GitHub.com/Naereen/StrapDown.js/graphs/contributors/) [](https://github.com/ellerbrock/open-source-badges/) [](https://saythanks.io/to/kennethreitz)
[](https://www.python.org/)

## Quick Start
``` bash
# Install dependencies
pipenv installcd 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