passbook: implement dynamic URL loading

This commit is contained in:
Jens Langhammer
2018-11-22 10:28:13 +01:00
parent b5bc371a04
commit 61b79e90e5
9 changed files with 37 additions and 20 deletions

View File

@ -14,6 +14,7 @@ class PassbookOAuthClientConfig(AppConfig):
name = 'passbook.oauth_client'
label = 'passbook_oauth_client'
verbose_name = 'passbook OAuth Client'
mountpoint = 'source/oauth/'
def ready(self):
"""Load source_types from config file"""