Define Data Models #5

Closed
opened 7 months ago by guivis · 0 comments
Owner

In Polls App:

  • Poll
    • question - Text for poll question
    str - String representation
  • Option
    • poll - Foreign Key to associated Poll
    • text - Text for Option
    str - String representation
  • Vote
    • voter - Foreign Key to associated User
    • poll - Foreign Key to associated Poll
    • option - Foreign Key to associated Option
    str - String representation
In Polls App: - Poll • question - Text for poll question • __str__ - String representation - Option • poll - Foreign Key to associated Poll • text - Text for Option • __str__ - String representation - Vote • voter - Foreign Key to associated User • poll - Foreign Key to associated Poll • option - Foreign Key to associated Option • __str__ - String representation
guivis referenced this issue from a commit 7 months ago
guivis closed this issue 7 months ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: guivis/KeepPolling#5
Loading…
There is no content yet.

Powered by TurnKey Linux.