Scrapy image pipeline does not download images
问题 I'm trying to set up image downloading from web pages by using Scrapy Framework and djano-item. I think I have done everything like in doc but after calling scrapy crawl I log looking like this: Scrapy log I can't find there any information on what went wrong but Images field Is empty and directory does not contain any images. This is my model class Event(models.Model): title = models.CharField(max_length=100, blank=False) description = models.TextField(blank=True, null=True) event_location =