*: providers and sources -> channels, PolicyModel to PolicyBindingModel that uses custom M2M through
This commit is contained in:
12
passbook/channels/in_saml/apps.py
Normal file
12
passbook/channels/in_saml/apps.py
Normal file
@ -0,0 +1,12 @@
|
||||
"""Passbook SAML app config"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PassbookInletSAMLConfig(AppConfig):
|
||||
"""passbook saml_idp app config"""
|
||||
|
||||
name = "passbook.channels.in_saml"
|
||||
label = "passbook_channels_in_saml"
|
||||
verbose_name = "passbook Inlets.SAML"
|
||||
mountpoint = "source/saml/"
|
||||
Reference in New Issue
Block a user