|
|
@ -8,14 +8,14 @@ INSTALLED_APPS += ( |
|
|
|
) |
|
|
|
|
|
|
|
# SECURITY WARNING: keep the secret key used in production secret! |
|
|
|
#SECRET_KEY = TODO |
|
|
|
assert not SECRET_KEY.startswith('12345') |
|
|
|
|
|
|
|
# SECURITY WARNING: don't run with debug turned on in production! |
|
|
|
DEBUG = False |
|
|
|
|
|
|
|
TEMPLATE_DEBUG = False |
|
|
|
|
|
|
|
ALLOWED_HOSTS = ['mam.mff.cuni.cz'] |
|
|
|
ALLOWED_HOSTS = ['mam.mff.cuni.cz', 'www.mam.mff.cuni.cz', 'atrey.karlin.mff.cuni.cz'] |
|
|
|
|
|
|
|
# Database |
|
|
|
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases |
|
|
|