diff options
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 2 |
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 |