diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-03-29 02:00:23 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-03-29 02:00:23 +0300 |
| commit | 2e4bbc4038d9127d6dacb01f49a625988d8aa892 (patch) | |
| tree | 458ea36fea9206793c92e25cb675a86cde4772db /israblog/scrapy.cfg | |
| parent | 0c86274bad463e533c0c698837e13beb93ff2afe (diff) | |
Initial scrapy project
Diffstat (limited to 'israblog/scrapy.cfg')
| -rw-r--r-- | israblog/scrapy.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/israblog/scrapy.cfg b/israblog/scrapy.cfg new file mode 100644 index 0000000..783bd26 --- /dev/null +++ b/israblog/scrapy.cfg @@ -0,0 +1,11 @@ +# Automatically created by: scrapy startproject +# +# For more information about the [deploy] section see: +# http://doc.scrapy.org/en/latest/topics/scrapyd.html + +[settings] +default = israblog.settings + +[deploy] +#url = http://localhost:6800/ +project = israblog |
