friendsmap/map/apps.py
2019-03-02 12:04:27 +01:00

6 lines
81 B
Python

from django.apps import AppConfig
class MapConfig(AppConfig):
name = 'map'