Browse Source

Don't need two featured fields

Colin Powell 3 years ago
parent
commit
18f17b9eae
1 changed files with 0 additions and 3 deletions
  1. 0 3
      games/models.py

+ 0 - 3
games/models.py

@@ -200,9 +200,6 @@ class Game(BaseModel):
     undub = models.BooleanField(
         default=False,
     )
-    featured = models.BooleanField(
-        default=False,
-    )
     region = models.CharField(
         max_length=10,
         choices=Region.choices(),