1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

CAS Server support

This commit is contained in:
Yohann D'ANELLO
2020-02-22 14:20:22 +01:00
parent 8c364c769e
commit 4b7f40a046
4 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,8 @@ INSTALLED_APPS = [
# Autocomplete
'dal',
'dal_select2',
# CAS
'cas_server',
# Note apps
'activity',
@ -180,3 +182,7 @@ STATIC_URL = '/static/'
ALIAS_VALIDATOR_REGEX = r''
# CAS Settings
CAS_LOGO_URL = "/static/img/Saperlistpopette.png"
CAS_FAVICON_URL = "/static/favicon/favicon-32x32.png"