django-dynamic-scraper icon indicating copy to clipboard operation
django-dynamic-scraper copied to clipboard

How can I save crawled data in multi model?

Open rel4xdev opened this issue 4 years ago • 0 comments

Hi, thanks for DDS I want to crawl items from a website and keep history of some fields (like price) I made a separate model and connect it to main model and in pipeline handle insert price in the price model (when crawl item is saving in db) and Its ok How can I add new price to price model when price changed?

rel4xdev avatar Feb 18 '21 07:02 rel4xdev