This commit is contained in:
Ross
2021-04-22 12:43:27 +01:00
parent 1b738d0edb
commit b7d32e6589
9 changed files with 199 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@ import tagulous
import tagulous.models
from sortedm2m.fields import SortedManyToManyField
from django.conf import settings
class Plane(models.Model):
plane = models.CharField(max_length=200)
@@ -75,6 +76,7 @@ class ExamBase(models.Model):
# default=2100,
#)
class Meta:
abstract = True