File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,23 +77,6 @@ class CompletionStatus(models.IntegerChoices):
7777 thumbnail = models .ImageField (upload_to = "games/" , null = True )
7878 event = models .ForeignKey (Event , on_delete = models .SET_NULL , null = True , blank = True )
7979
80- itchGameEmbedID = models .PositiveBigIntegerField (
81- default = None ,
82- null = True ,
83- blank = True ,
84- help_text = "If a game is playable and has a web demo stored on itch.io, please enter the embed developer ID"
85- )
86-
87- itchGameWidth = models .PositiveBigIntegerField (
88- default = 0
89- )
90- itchGameHeight = models .PositiveBigIntegerField (
91- default = 0
92- )
93-
94- thumbnail = models .ImageField (upload_to = "games/" , null = True )
95- event = models .ForeignKey (Event , on_delete = models .SET_NULL , null = True , blank = True )
96-
9780 def __str__ (self ):
9881 return str (self .name )
9982
You can’t perform that action at this time.
0 commit comments