Refactoring Mapdata Models: MapItem and GeometryMapItem
This commit is contained in:
parent
91d898f240
commit
bc0b5521ce
14 changed files with 186 additions and 192 deletions
|
@ -1,10 +1,10 @@
|
|||
from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from c3nav.mapdata.models.base import MapdataModel
|
||||
from c3nav.mapdata.models.base import MapItem
|
||||
|
||||
|
||||
class Level(MapdataModel):
|
||||
class Level(MapItem):
|
||||
"""
|
||||
A map level (-1, 0, 1, 2…)
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue