From a76ed5d91b0d12a9366e2ce94e3df34ce0cfebe8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Aug 2013 16:57:46 +0200 Subject: Small improvment on settings --- example_project/local_settings.py.sample | 5 +++++ 1 file changed, 5 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 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 = [] -- cgit v1.2.3