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,9 @@
from django.apps import AppConfig
class MapdataConfig(AppConfig):
name = 'c3nav.mapdata'
verbose_name = 'map data manager'
def ready(self):
pass