summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-21 16:57:46 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-21 16:57:46 +0200
commita76ed5d91b0d12a9366e2ce94e3df34ce0cfebe8 (patch)
tree31df893d3b2f4339e200a210a5407038585207d8 /example_project/local_settings.py.sample
parent4a0d4689fe4ff69f4730238bcae6dc36259e00b1 (diff)
downloadIshtar-a76ed5d91b0d12a9366e2ce94e3df34ce0cfebe8.tar.bz2
Ishtar-a76ed5d91b0d12a9366e2ce94e3df34ce0cfebe8.zip
Small improvment on settings
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r--example_project/local_settings.py.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample
index 28ab60ab7..763dcb938 100644
--- a/example_project/local_settings.py.sample
+++ b/example_project/local_settings.py.sample
@@ -26,6 +26,11 @@ DATABASES = {
ROOT_URLCONF = 'example_project.urls'
MEDIA_URL = 'http://mydomain/static/'
+DEBUG = False
+DEBUG_TOOLBAR = False
+TEMPLATE_DEBUG = DEBUG
+SQL_DEBUG = False
+
# complete with host/domain names that this website can serve
ALLOWED_HOSTS = []