.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user