Skip to content
Snippets Groups Projects
apps.py 93 B
from django.apps import AppConfig


class DistrictsConfig(AppConfig):
    name = "districts"