from django.apps import AppConfig class MisagoThemesConfig(AppConfig): name = "misago.themes" label = "misago_themes" verbose_name = "Misago Theming"