add working oauth and ldap client
This commit is contained in:
11
passbook/ldap/apps.py
Normal file
11
passbook/ldap/apps.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""Passbook ldap app config"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PassbookLdapConfig(AppConfig):
|
||||
"""Passbook ldap app config"""
|
||||
|
||||
name = 'passbook.ldap'
|
||||
label = 'passbook_ldap'
|
||||
verbose_name = 'Passbook LDAP'
|
Reference in New Issue
Block a user