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})