Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 287 Bytes

README.rst

File metadata and controls

15 lines (10 loc) · 287 Bytes

checklist

To install:

pip install https://github.com/meshantz/django-checklist.git

Then add checklist to your installed apps.

INSTALLED_APPS = (
    ...
    'checklist',
    ...
)