This commit is contained in:
Ross
2021-03-08 11:44:41 +00:00
parent 6be93e0a2c
commit 56ae100b24
+1 -1
View File
@@ -122,7 +122,7 @@ class Long(models.Model):
help_text="If the json cache needs updating", default=False
)
question_file = models.FileField(upload_to=question_file_directory_path, blank=True, null=True)
#question_file = models.FileField(upload_to=question_file_directory_path, blank=True, null=True)
def get_absolute_url(self):
return reverse("longs:question_detail", kwargs={"pk": self.pk})