diff --git a/provider/oauth2/apps.py b/provider/oauth2/apps.py index b8eb392..c9c5034 100644 --- a/provider/oauth2/apps.py +++ b/provider/oauth2/apps.py @@ -1,5 +1,6 @@ from django.apps import AppConfig class Oauth2(AppConfig): - name = 'oauth2' + name = 'provider.oauth2' + label = 'oauth2' verbose_name = "Provider Oauth2"