Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 619 Bytes

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