rename Level to Section
This commit is contained in:
parent
d1fe5bce5c
commit
c9661e4edb
22 changed files with 217 additions and 157 deletions
|
@ -1,4 +1,5 @@
|
|||
from collections import OrderedDict
|
||||
|
||||
from django.db import models
|
||||
from django.db.models.base import ModelBase
|
||||
from django.utils.translation import get_language
|
||||
|
@ -38,5 +39,3 @@ class Feature(models.Model, metaclass=FeatureBase):
|
|||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue