diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 13:10:34 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 13:10:34 +0200 |
commit | 74609db5ef9c07d752bd6f9d7f29d728aa563b28 (patch) | |
tree | 4e36787e9276d19dd1a1140d293c02612e181431 /commonnet | |
parent | 5f2acb5231c18bd47875ecf2d1f6d5668d98f65f (diff) | |
download | Comm-on-net-74609db5ef9c07d752bd6f9d7f29d728aa563b28.tar.bz2 Comm-on-net-74609db5ef9c07d752bd6f9d7f29d728aa563b28.zip |
Makefile: defaul import
Diffstat (limited to 'commonnet')
-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 = [] |