Assignment 6 – Django

due at 23:59 on   +100

For this assignment, we will use the Django web framework.

To get started, please begin working through the Polls application tutorial.

Here is a repository that I’ve used, that contains the completed Polls application: https://github.com/garmoncheg/django-polls_1.10

And here are some possible ways you could try to extend the Polls application:

  • Make the polls detail and results page contain a link back to the list of polls.

  • On the results page, sort the polls by number of votes.

  • On the poll detail (voting) page, randomize the order of the choices.

  • On the results page, in addition to writing the number of votes, include a bar graph or pie chart.