Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

README.rst

File metadata and controls

20 lines (14 loc) · 454 Bytes

Django scrapyd

Django scrapyd is a Django app to manage scrapyd (Scrapy Deploy)

Quick start

  1. Install

pip install git+https://github.com/devopszcom/django-scrapyd.git@master#egg=django-scrapyd

  1. Add "django-scrapyd" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'scrapyd',
    ]
    
  2. Run python manage.py migrate to create the django-scrapyd models.