/django-taskd

:hammer: :earth_americas: A taskd implementation for the Django web framework.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

django-taskd: A taskd implementation for the Django web framework

Build Status

Requirements

Installation

(soon):

  1. pip install django-taskd
  2. Add taskdj to your INSTALLED_APPS in settings.py

From source:

  1. git clone https://github.com/asabine/django-taskd.git
  2. python setup.py install
  3. Add taskdj to your INSTALLED_APPS in settings.py