Django scrapyd is a Django app to manage scrapyd (Scrapy Deploy)
- Install
pip install git+https://github.com/devopszcom/django-scrapyd.git@master#egg=django-scrapyd
Add "django-scrapyd" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'scrapyd', ]
Run
python manage.py migrate
to create the django-scrapyd models.