Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arielfayol37 authored Nov 21, 2023
1 parent f16cb3a commit 0fa53c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phobos/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ class DifficultyChoices(models.TextChoices):
DIFFICULT = 'DIFFICULT', 'Difficult'

class SubjectChoices(models.TextChoices):

COMPUTER_SCIENCE = 'COMPUTER_SCIENCE', 'Computer Science'
MATHS = 'MATHS', 'Maths'
# COMPUTER_SCIENCE = 'COMPUTER_SCIENCE', 'Computer Science'
# MATHS = 'MATHS', 'Maths'
PHYSICS = 'PHYSICS', 'Physics'
# TODO: Add more subject choices as needed.

Expand Down

0 comments on commit 0fa53c1

Please sign in to comment.