implement new django-based models and loadmappkg command

This commit is contained in:
Laura Klünder 2016-08-28 17:59:52 +02:00
parent 66661209d2
commit 752b7d6d7d
14 changed files with 318 additions and 196 deletions

View file

@ -1,5 +0,0 @@
from .classes import MapManager
default_app_config = 'c3nav.mapdata.apps.MapdataConfig'
mapmanager = MapManager()