khana/khana/location/apps.py

6 lines
97 B
Python

from django.apps import AppConfig
class LocationConfig(AppConfig):
name = "khana.location"