Refactoring Mapdata Models: MapItem and GeometryMapItem

This commit is contained in:
Laura Klünder 2016-11-14 21:15:20 +01:00
parent 91d898f240
commit bc0b5521ce
14 changed files with 186 additions and 192 deletions

View file

@ -1,4 +1,4 @@
from c3nav.mapdata.models import Level, Package, Source
from c3nav.mapdata.models.features import Area, Building
from c3nav.mapdata.models.geometry import Area, Building
ordered_models = (Package, Level, Source, Building, Area)