summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-03-03 16:12:10 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-03-03 16:12:10 +0100
commitef51425037b9da9ecf2c80a94188bebebe9c6da1 (patch)
tree15a333ff68d74ff597b75cc09786831b8f22fdd8 /example_project/local_settings.py.sample
parent48041d8a27859dc82a634fecf2ed8249c6eb539a (diff)
downloadIshtar-ef51425037b9da9ecf2c80a94188bebebe9c6da1.tar.bz2
Ishtar-ef51425037b9da9ecf2c80a94188bebebe9c6da1.zip
Work on DBF imports
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r--example_project/local_settings.py.sample3
1 files changed, 3 insertions, 0 deletions
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"