From 9a446772fb5772b7f3609acd9f5e550194b2ec17 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 15 Dec 2011 21:28:53 -0500 Subject: Update comment in local_settings.py.example --- local_settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local_settings.py.example') diff --git a/local_settings.py.example b/local_settings.py.example index b5883720..e5988c8d 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -1,7 +1,7 @@ ### Django settings for Parabola GNU/Linux-libre project. ## Debug settings -DEBUG = True # As far as I can tell, this must be True for /media/* URLs to work +DEBUG = True # If you are running without another HTTP server, must be true TEMPLATE_DEBUG = True # More helpful this way DEBUG_TOOLBAR = False # Must install package django-debug-toolbar to use -- cgit v1.2.3