Reputation: 15
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
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