summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-15 21:28:53 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-15 21:28:53 -0500
commit9a446772fb5772b7f3609acd9f5e550194b2ec17 (patch)
treef0c311a3cff5ed42e9fbda9e580f65d69a3f98e5
parent96a57cd652ff2b26f15976d832e9eb1dcd2c3dd7 (diff)
Update comment in 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