from django.apps import AppConfig class YksaWebConfig(AppConfig): name = "yksa_web" label = "yksa_web" verbose_name = "YKSA web kit"