Web Poll Application

A focus on backend development using Django

poll app question page
poll app question and selected vote
poll app results page
poll app return to question with option to vote again

This was the first application I made where a user arrives at the poll questions page, selects a question, selects an answer from set choices and then is taken to a results view where the total votes per choice are displayed. Users can then click to Vote Again. I also have an admin page where questions and choices can be viewed, edited and created.

View Code