from django.apps import AppConfig class MisagoOAuthConfig(AppConfig): name = "misago.oauth2" label = "misago_oauth2" verbose_name = "Misago OAuth2"