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
5a5fb1befd
re2o
/
ldap_sync
/
urls.py
8 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
feat: :arrow_up: Support for django 2.2 (#308) Support for django 2.2. Rename django.conf.urlresolvers. Change url to path. Add apps to app folder. Edit migrations for on_delete. Edit models for on_delete. Drop compatibility for django 1.x
2021-02-09 12:01:42 +00:00
from
django
.
urls
import
path
style: :art: Apply black and isort
2021-02-10 10:06:09 +00:00
from
.
import
views
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
feat: :arrow_up: Support for django 2.2 (#308) Support for django 2.2. Rename django.conf.urlresolvers. Change url to path. Add apps to app folder. Edit migrations for on_delete. Edit models for on_delete. Drop compatibility for django 1.x
2021-02-09 12:01:42 +00:00
app_name
=
"
ldap_sync
"
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
urlpatterns
=
[
]
Reference in a new issue
Copy permalink