Settings: disable SERVICE_MESSAGES

The service messages just look ugly since the URL isn't cleaned up.
This commit is contained in:
Théophile Bastian 2020-03-24 15:39:02 +01:00
parent c2087c8750
commit 5a662a0eab

View file

@ -77,3 +77,5 @@ AUTH_PASSWORD_VALIDATORS = [
STATIC_URL = "/static/"
STATIC_ROOT = os.path.join(PUBLIC_DIR, "static")
CAS_SHOW_SERVICE_MESSAGES = False