1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Remove Django CAS server and add oauth toolkit

This commit is contained in:
Alexandre Iooss
2020-09-21 10:31:42 +02:00
parent ac2d1e8111
commit 70448db8e5
11 changed files with 6 additions and 136 deletions

View File

@ -41,12 +41,6 @@ if settings.DEBUG:
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
if "cas_server" in settings.INSTALLED_APPS:
urlpatterns += [
# Include CAS Server routers
path('cas/', include('cas_server.urls', namespace="cas_server")),
]
if "debug_toolbar" in settings.INSTALLED_APPS:
import debug_toolbar
urlpatterns = [