Vjhameed
Vjhameed

Reputation: 15

How to use scrapy with django and upload it to heroku

I am using scrapy to scrape some data. But I want to use it with django for user interface and to save the data to database. Also I want to know how can I upload it to heroku

Upvotes: 2

Views: 382

Answers (1)

Bipul Jain
Bipul Jain

Reputation: 4643

I think what you can look into is this django project which has scrapy embedded in it. You will have to figure out the part of deploying this to heroku.

https://github.com/bipul21/scrapy_django http://bipuljain.com/blog/using-scrapy-with-django-14

Upvotes: 2

Related Questions