From 2e4bbc4038d9127d6dacb01f49a625988d8aa892 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 29 Mar 2014 02:00:23 +0300 Subject: Initial scrapy project --- israblog/scrapy.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 israblog/scrapy.cfg (limited to 'israblog/scrapy.cfg') 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 -- cgit v1.3.1