How do I integrate my Django project with Scrapy? [closed]

0

I want to develop a simple project using Django where I will create a web page and this page will capture data from other pages. The problem is that I can not integrate Scrapy with Django .

    
asked by anonymous 26.04.2017 / 14:28

1 answer

1

There is a possibility of using Scrapy's pipeline to integrate directly with Django models (

26.04.2017 / 15:16