summaryrefslogtreecommitdiff
path: root/local_settings.py.example
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-30 03:26:50 +0000
committerroot <root@rshg054.dnsready.net>2011-12-30 03:26:50 +0000
commit03384fc53b65bccaf3baf1b632c3bd5383720a40 (patch)
treeacd0d93ad2ef70e5466c082189427b75f5baab25 /local_settings.py.example
parent2379f6029811a9035234ccfafda38b131e0e087b (diff)
parent20a85a7306aaa1c792acf3f2ca24ae192178a8b9 (diff)
Merge branch 'master' of /srv/git/repositories/parabolaweb
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example2
1 files changed, 1 insertions, 1 deletions
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