Na některých serverech už produkce nepoběží… A testweb rozhodně nesmí běhat na místě produkce.

This commit is contained in:
Jonas Havelka 2023-08-10 23:30:48 +02:00
parent ff04978a95
commit 5cccd40800
2 changed files with 3 additions and 4 deletions

View file

@ -26,8 +26,7 @@ DEBUG = False
TEMPLATE_DEBUG = False TEMPLATE_DEBUG = False
ALLOWED_HOSTS = ['mam.mff.cuni.cz', 'www.mam.mff.cuni.cz', 'atrey.karlin.mff.cuni.cz', ALLOWED_HOSTS = ['mam.mff.cuni.cz', 'www.mam.mff.cuni.cz', 'gimli.ms.mff.cuni.cz']
'mamweb.bezva.org','gimli.ms.mff.cuni.cz']
# Database # Database
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases # https://docs.djangoproject.com/en/1.7/ref/settings/#databases

View file

@ -2,7 +2,7 @@
import os.path import os.path
# #
# Testovaci nastaveni settings.py (testovani na atreyi) # Testovaci nastaveni settings.py (testovani na mam-test.ks.marfyz.cz)
# #
# Pro vyber tohoto nastaveni muzete pouzit tez: # Pro vyber tohoto nastaveni muzete pouzit tez:
# DJANGO_SETTINGS_MODULE=mamweb.settings_test ./manage.py ... # DJANGO_SETTINGS_MODULE=mamweb.settings_test ./manage.py ...
@ -31,7 +31,7 @@ DEBUG = True
TEMPLATES[0]['OPTIONS']['debug'] = True TEMPLATES[0]['OPTIONS']['debug'] = True
ALLOWED_HOSTS = ['*.mam.mff.cuni.cz', 'atrey.karlin.mff.cuni.cz', 'mam.mff.cuni.cz', 'mam-test.kam.mff.cuni.cz', 'gimli.ms.mff.cuni.cz', 'mam-test.ks.matfyz.cz'] ALLOWED_HOSTS = ['mam-test.kam.mff.cuni.cz', 'gimli.ms.mff.cuni.cz', 'mam-test.ks.matfyz.cz']
# Database # Database
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases # https://docs.djangoproject.com/en/1.7/ref/settings/#databases