add mapdata app and configuration

This commit is contained in:
Laura Klünder 2016-08-18 21:23:15 +02:00
parent 0f65f63eab
commit 772ec7c654
6 changed files with 30 additions and 0 deletions

View file

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