Merge pull request #6587 from Gallaecio/settings-addons

Add ADDONS to the settings template for new projects
This commit is contained in:
Mikhail Korobov 2024-12-18 23:05:14 +05:00 committed by GitHub
commit ba33a40365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)"