mirror of https://github.com/scrapy/scrapy.git
Add ADDONS to the settings template for new projects
This commit is contained in:
parent
a195af304d
commit
c5ed0fd45c
|
|
@ -12,6 +12,8 @@ BOT_NAME = "$project_name"
|
|||
SPIDER_MODULES = ["$project_name.spiders"]
|
||||
NEWSPIDER_MODULE = "$project_name.spiders"
|
||||
|
||||
ADDONS = {}
|
||||
|
||||
|
||||
# Crawl responsibly by identifying yourself (and your website) on the user-agent
|
||||
#USER_AGENT = "$project_name (+http://www.yourdomain.com)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue