From 56ae100b243765215c0be5a6ccb8cf1dc4c5e441 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 8 Mar 2021 11:44:41 +0000 Subject: [PATCH] . --- longs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index f1373745..23a45b81 100644 --- a/longs/models.py +++ b/longs/models.py @@ -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})