Remove obsolete cas_server config
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
fd726f4121
commit
62ab0a4c47
|
@ -60,11 +60,6 @@ urlpatterns = [
|
||||||
name='synthesis'),
|
name='synthesis'),
|
||||||
]
|
]
|
||||||
|
|
||||||
if 'cas_server' in settings.INSTALLED_APPS: # pragma: no cover
|
|
||||||
urlpatterns += [
|
|
||||||
path('cas/', include('cas_server.urls', namespace="cas_server")),
|
|
||||||
]
|
|
||||||
|
|
||||||
if settings.DEBUG:
|
if settings.DEBUG:
|
||||||
# Serve static files in DEBUG mode
|
# Serve static files in DEBUG mode
|
||||||
import django.contrib.staticfiles.urls
|
import django.contrib.staticfiles.urls
|
||||||
|
|
Loading…
Reference in New Issue