Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 194 Bytes

usage.rst

File metadata and controls

15 lines (10 loc) · 194 Bytes

Usage

To use django-ontruck in a project, add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_ontruck',
    ...
)