This is the Polls application that you create in the djangoproject.net tutorial.
Polls is a simple Django app to conduct Web-based polls. For each question, visitors can choose between a fixed number of answers.
http://django-polls-tutorial.herokuapp.com
If you have the dependencies:
$ python3 manage.py syncdb
$ python3 manage.py runserver
You need Python 3.x installed, along with the dependency modules.
$ sudo apt-get install python3 python3-pip
$ sudo pip3 install -r requirements.txt