accidental delete
This commit is contained in:
@@ -209,6 +209,9 @@ class Exam(models.Model):
|
||||
active = models.BooleanField(help_text="If an exam should be available",
|
||||
default=True)
|
||||
|
||||
recreate_json = models.BooleanField(help_text="If the json cache needs updating",
|
||||
default=False)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user