Browse Source

test | allow hosts

remotes/origin/noc
Bc. Petr Pecha 9 years ago
parent
commit
b70a54d831
  1. 2
      mamweb/settings_test.py

2
mamweb/settings_test.py

@ -29,7 +29,7 @@ DEBUG = False
TEMPLATE_DEBUG = False
ALLOWED_HOSTS = ['*.mam.mff.cuni.cz', 'atrey.karlin.mff.cuni.cz']
ALLOWED_HOSTS = ['*.mam.mff.cuni.cz', 'atrey.karlin.mff.cuni.cz', 'mam.mff.cuni.cz']
# Database
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases

Loading…
Cancel
Save