from django.apps import AppConfig class MisagoConfConfig(AppConfig): name = "misago.conf" label = "misago_conf" verbose_name = "Misago Configuration"