CarletonComputerScienceSociety / core

The core application behind our online services and events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Category Model

MathyouMB opened this issue · comments

Create a new Category model. Questions will have-many Categories and Categories will have-many Questions.

Django will automatically create the question_categories table if you do the first option seen in this video

Add validation to ensure a question cannot have the same category twice.

Add a test to validate that a question cannot have the same category twice.

Screenshot 2021-04-29 at 1 35 46 PM