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