add passbook.pretend to use passbook in applications which don't support generic OAuth

This commit is contained in:
Jens Langhammer
2019-02-26 09:10:37 +01:00
parent 750117b0fd
commit 39d9fe9bf0
8 changed files with 95 additions and 5 deletions

11
passbook/pretend/apps.py Normal file
View 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 = ''