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 PassbookSAMLIDPConfig(AppConfig):
name = 'passbook.saml_idp'
label = 'passbook_saml_idp'
verbose_name = 'passbook SAML IDP'
mountpoint = 'application/saml/'
def ready(self):
"""Load source_types from config file"""