From ef51425037b9da9ecf2c80a94188bebebe9c6da1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 3 Mar 2013 16:12:10 +0100 Subject: Work on DBF imports --- example_project/local_settings.py.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project/local_settings.py.sample') diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index dd488d52e..28ab60ab7 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -26,6 +26,9 @@ DATABASES = { ROOT_URLCONF = 'example_project.urls' MEDIA_URL = 'http://mydomain/static/' +# complete with host/domain names that this website can serve +ALLOWED_HOSTS = [] + # if your installation uses a prefix after the domain name modify and uncomment # theses lines #DOMAIN_PREFIX = "/ishtar-test" -- cgit v1.2.3