changed name and added label so far this hasnt solved the issue

This commit is contained in:
Mikela Clemmons 2014-08-22 13:38:40 -07:00
parent c1ba135253
commit d2ea6049da
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
from django.apps import AppConfig
class Oauth2(AppConfig):
name = 'oauth2'
name = 'provider.oauth2'
label = 'oauth2'
verbose_name = "Provider Oauth2"