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
commitb1260f85a40905c60f3ab38e3397230efdb15e4b (patch)
tree15a333ff68d74ff597b75cc09786831b8f22fdd8 /example_project/local_settings.py.sample
parent7f8e9d5fd945d57b94ba3211ad2503e27858f31e (diff)
downloadIshtar-b1260f85a40905c60f3ab38e3397230efdb15e4b.tar.bz2
Ishtar-b1260f85a40905c60f3ab38e3397230efdb15e4b.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"