[cas] Bump to lastest version
This commit is contained in:
parent
8325856cb3
commit
4d141b2533
5 changed files with 11 additions and 5 deletions
|
@ -135,7 +135,7 @@ STATIC_URL = '/static/'
|
|||
|
||||
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
|
||||
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, "static_files/")
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
|
||||
|
||||
CAS_AUTH_CLASS = "cas_server.auth.LdapAuthUser"
|
||||
CAS_LDAP_SERVER = os.getenv('DJANGO_CAS_LDAP_SERVER')
|
||||
|
@ -143,8 +143,6 @@ CAS_LDAP_USER = os.getenv('DJANGO_CAS_LDAP_USER')
|
|||
CAS_LDAP_PASSWORD = os.getenv('DJANGO_CAS_LDAP_PASSWORD')
|
||||
CAS_LDAP_BASE_DN = os.getenv('DJANGO_CAS_LDAP_BASE_DN')
|
||||
|
||||
CAS_LOGO_URL = "/static/auro.png"
|
||||
|
||||
CAS_INFO_MESSAGES_ORDER = ["cas_explained"]
|
||||
|
||||
CAS_NEW_VERSION_HTML_WARNING = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue