Skip to content
Snippets Groups Projects
Commit 1f38b5fe authored by aeltheos's avatar aeltheos Committed by root
Browse files

modifying settings so it works under kwei-dev.crans.org

parent 971aba5c
No related branches found
Tags v1.2.2
No related merge requests found
......@@ -56,7 +56,7 @@ EMAIL_USE_SSL = True
DEBUG = True
# FIXME - set hosts in production
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["kwei-dev.crans.org"]
if DEBUG:
# This will display emails in Console.
......@@ -194,4 +194,4 @@ USER_EMAIL_SUBJECT_PREFIX = "[interludes] "
# CAS SERVER
CAS_AUTH_CLASS = "interludes.cas_model.InterLudesAuthUser"
\ No newline at end of file
CAS_AUTH_CLASS = "interludes.cas_model.InterLudesAuthUser"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment