This website requires JavaScript.
Explore
Help
Sign in
rezometz
/
re2o
Watch
8
Star
0
Fork
You've already forked re2o
0
mirror of
https://gitlab2.federez.net/re2o/re2o
synced
2024-11-05 09:26:27 +00:00
Code
Issues
Releases
Wiki
Activity
ce862c2853
re2o
/
ldap_sync
/
apps.py
6 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
feat: Move LDAP to an optional app. The Entire LDAP infrastructures now relies on signals rather than direct function calls and is in its own app. This means it can be deactivated, but also that we can easily plug new services in addition to LDAP, such as OAuth. Closes issue #270
2021-01-10 16:49:23 +00:00
from
django
.
apps
import
AppConfig
class
LdapSyncConfig
(
AppConfig
)
:
style: :art: Apply black and isort
2021-02-10 10:06:09 +00:00
name
=
"
ldap_sync
"
Reference in a new issue
Copy permalink