Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 228 Bytes

README.rst

File metadata and controls

14 lines (10 loc) · 228 Bytes

Site tasks

Handle all kinds of site tasks.

Quick start

  1. Add this app to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
    'tasks_solver.apps.TaskAppConfig',
    )