https://github.com/howard-e/django-polls-tutorial
Polls is a simple Django app to conduct Web-based polls.
https://github.com/howard-e/django-polls-tutorial
Last synced: over 1 year ago
JSON representation
Polls is a simple Django app to conduct Web-based polls.
- Host: GitHub
- URL: https://github.com/howard-e/django-polls-tutorial
- Owner: howard-e
- License: bsd-3-clause
- Created: 2017-01-09T02:39:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T02:39:59.000Z (over 9 years ago)
- Last Synced: 2025-01-13T10:51:40.230Z (over 1 year ago)
- Language: Python
- Size: 341 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
Polls
=====
Polls is a simple Django app to conduct Web-based polls. For each
question, visitors can choose between a fixed number of answers.
Followed by Official Django tutorial over at: https://docs.djangoproject.com/en/1.10/intro/