from django.apps import AppConfig class MisagoIconsConfig(AppConfig): name = "misago.icons" label = "misago_icons" verbose_name = "Misago Icons"