add mapdata app and configuration
This commit is contained in:
parent
0f65f63eab
commit
772ec7c654
6 changed files with 30 additions and 0 deletions
9
src/c3nav/mapdata/apps.py
Normal file
9
src/c3nav/mapdata/apps.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue