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

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.

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/