A
A
Andrey Kovalchuk2017-02-02 12:18:49
Django
Andrey Kovalchuk, 2017-02-02 12:18:49

We have Django, we have Scrapy, uh, Django + Scrapy - how to do it?

Good day, gentlemen.
How to use scrapy parser inside Django project? What will be the structure of the project? I didn't quite understand from the documentation, please help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2017-02-02
@mrkovalchuk

They have one synchronization point - the DBMS (in the extreme case, the file that will be imported into the database in the django command)
Depending on the volume of the parser, you can put it in the django command, make a separate environment and register a connection to the subd

D
Dimonchik, 2017-02-02
@dimonchik2013

kirankoduru.github.io/python/running-scrapy-program...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question