Closed
Description
I have been creating many spiders recently, and I noticed I had to add below line every time
from scrapy.http import Request
I think for most cases we need the Request to crawl to other pages, only for very simple spider we don't need that. Is it possible to include that line to the template?