diff options
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 |
