diff options
Diffstat (limited to 'commonnet/local_settings.py.sample')
-rw-r--r-- | commonnet/local_settings.py.sample | 3 |
1 files changed, 2 insertions, 1 deletions
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 = [] |