add passbook.pretend to use passbook in applications which don't support generic OAuth
This commit is contained in:
11
passbook/pretend/apps.py
Normal file
11
passbook/pretend/apps.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""passbook pretend config"""
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PassbookPretendConfig(AppConfig):
|
||||
"""passbook pretend config"""
|
||||
|
||||
name = 'passbook.pretend'
|
||||
label = 'passbook_pretend'
|
||||
verbose_name = 'passbook Pretender'
|
||||
mountpoint = ''
|
||||
Reference in New Issue
Block a user