From 74609db5ef9c07d752bd6f9d7f29d728aa563b28 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Aug 2019 13:10:34 +0200 Subject: Makefile: defaul import --- commonnet/local_settings.py.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commonnet') diff --git a/commonnet/local_settings.py.sample b/commonnet/local_settings.py.sample index 879abf0..50b8334 100644 --- a/commonnet/local_settings.py.sample +++ b/commonnet/local_settings.py.sample @@ -1,7 +1,8 @@ RESPONSIBLE_EMAIL = None -# Cache for http request - set to false in production +# Cache for http request - set to False in production DEV = True +DEBUG = False EXTRA_APPS = [] -- cgit v1.2.3