Remove obsolete cas_server config

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2024-01-18 20:01:59 +01:00
parent fd726f4121
commit 62ab0a4c47
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 5 deletions

View File

@ -60,11 +60,6 @@ urlpatterns = [
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:
# Serve static files in DEBUG mode
import django.contrib.staticfiles.urls