from django.apps import AppConfig class MisagoCacheConfig(AppConfig): name = "misago.cache" label = "misago_cache" verbose_name = "Misago Cache"