[Fixed]-How can I make my django app automatically scrape in the background on heroku

1👍

Im not sure about Heroku. But normally you can achieve such automated tasks in django through Celery.

You have awesome documentation here. http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html

Leave a comment