Add ADDONS to the settings template for new projects

This commit is contained in:
Adrián Chaves 2024-12-18 17:05:51 +01:00
parent a195af304d
commit c5ed0fd45c
1 changed files with 2 additions and 0 deletions

View File

@ -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)"