diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-31 16:33:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2019-07-31 16:33:25 +0200 |
commit | dd2dd640aa649c715a843fa431621fd955ca6767 (patch) | |
tree | 11a16e5c6c3920ebec8b2c40a426381406da6e35 /commonnet/local_settings.py.sample | |
parent | 6c6b1417111233b52fc55c792e9353964a60b536 (diff) | |
download | Comm-on-net-dd2dd640aa649c715a843fa431621fd955ca6767.tar.bz2 Comm-on-net-dd2dd640aa649c715a843fa431621fd955ca6767.zip |
Basic scrapy configuration
Diffstat (limited to 'commonnet/local_settings.py.sample')
-rw-r--r-- | commonnet/local_settings.py.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commonnet/local_settings.py.sample b/commonnet/local_settings.py.sample new file mode 100644 index 0000000..c280f86 --- /dev/null +++ b/commonnet/local_settings.py.sample @@ -0,0 +1,4 @@ +RESPONSIBLE_EMAIL = None + +# Cache for http request - set to false in production +DEV = True |