Many broken things
This commit is contained in:
10
passbook/oauth_provider/apps.py
Normal file
10
passbook/oauth_provider/apps.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""passbook auth oauth provider app config"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PassbookOAuthProviderConfig(AppConfig):
|
||||
"""passbook auth oauth provider app config"""
|
||||
|
||||
name = 'passbook.oauth_provider'
|
||||
label = 'passbook_oauth_provider'
|
||||
Reference in New Issue
Block a user