mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-23 21:16:36 +02:00
Remove obsolete cas_server config
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user