Settings: disable SERVICE_MESSAGES
The service messages just look ugly since the URL isn't cleaned up.
This commit is contained in:
parent
c2087c8750
commit
5a662a0eab
1 changed files with 2 additions and 0 deletions
|
@ -77,3 +77,5 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||||
|
|
||||||
STATIC_URL = "/static/"
|
STATIC_URL = "/static/"
|
||||||
STATIC_ROOT = os.path.join(PUBLIC_DIR, "static")
|
STATIC_ROOT = os.path.join(PUBLIC_DIR, "static")
|
||||||
|
|
||||||
|
CAS_SHOW_SERVICE_MESSAGES = False
|
||||||
|
|
Loading…
Reference in a new issue