-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
code challengeCode Challenge project specificCode Challenge project specificenhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
code challengeCode Challenge project specificCode Challenge project specificenhancementNew feature or requestNew feature or request
