Access django models inside of Scrapy
Is it possible to access my django models inside of a Scrapy pipeline, so that I can save my scraped data straight to my model?
Is it possible to access my django models inside of a Scrapy pipeline, so that I can save my scraped data straight to my model?
Is there a way to trigger a method in a Spider class just before it terminates?