In Polls App:
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Powered by TurnKey Linux.
In Polls App:
• question - Text for poll question
• str - String representation
• poll - Foreign Key to associated Poll
• text - Text for Option
• str - String representation
• voter - Foreign Key to associated User
• poll - Foreign Key to associated Poll
• option - Foreign Key to associated Option
• str - String representation