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