From de9124707ed0ffcda1181c85b32b2f15e2930797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Mon, 11 Mar 2013 14:33:19 +0000 Subject: [PATCH] =?UTF-8?q?Added=20ALLOWED=5FHOSTS=20=3D=20=E2=80=98*?= =?UTF-8?q?=E2=80=99=20to=20sample=20django=20settings.=20Every=20one=20ca?= =?UTF-8?q?n=20configure=20this=20at=20his=20own=20:-)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/server/settings.py.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/src/server/settings.py.sample b/server/src/server/settings.py.sample index 2c16ec01..3a195fc9 100644 --- a/server/src/server/settings.py.sample +++ b/server/src/server/settings.py.sample @@ -42,6 +42,8 @@ DATABASES = { } #DB_SECTION_END +ALLOWED_HOSTS = '*' + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems.