rename Section back to Level
This commit is contained in:
parent
27ff35e785
commit
1498b7aeb0
27 changed files with 416 additions and 334 deletions
|
@ -13,8 +13,8 @@ LOCATION_MODELS = []
|
|||
|
||||
class LocationSlug(SerializableMixin, models.Model):
|
||||
LOCATION_TYPE_CODES = {
|
||||
'Section': 'se',
|
||||
'Space': 'sp',
|
||||
'Level': 'l',
|
||||
'Space': 's',
|
||||
'Area': 'a',
|
||||
'Point': 'p',
|
||||
'LocationGroup': 'g'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue