Many broken things
This commit is contained in:
11
passbook/saml_idp/apps.py
Normal file
11
passbook/saml_idp/apps.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""passbook mod saml_idp app config"""
|
||||
|
||||
from django.apps.config import AppConfig
|
||||
|
||||
|
||||
class PassbookSAMLIDPConfig(AppConfig):
|
||||
"""passbook saml_idp app config"""
|
||||
|
||||
name = 'passbook.saml_idp'
|
||||
label = 'passbook_saml_idp'
|
||||
verbose_name = 'passbook SAML IDP'
|
Reference in New Issue
Block a user