.
This commit is contained in:
@@ -129,6 +129,9 @@ class Long(models.Model):
|
||||
|
||||
question_json_id = models.IntegerField(default=1, help_text="Auto incrementing json creation number")
|
||||
|
||||
|
||||
sorted_series = SortedManyToManyField("LongSeries")
|
||||
|
||||
#question_file = models.FileField(upload_to=question_file_directory_path, blank=True, null=True)
|
||||
|
||||
def get_absolute_url(self):
|
||||
|
||||
Reference in New Issue
Block a user