Django Assignment Go through the tutorial up to and including Part IV (Generic Views). Your poll app, when done, should have the following Do any 6 of these. * Your topic as the title on every reasonable poll (Clinton vs Trump, for example). * At least 4 questions, and at least 12 choices. * The model should allow for important questions, and other questions. * A list, available to the user, of all important questions (3 minimum). * A page that just shows the total number of votes. * A button that clears the vote totals. * When a new question is added, if a bad word appears, it gets changed into an acceptable word. Example: If I enter Billy, it gets turned to William. Due before Wednesday at 2pm.