UsageΒΆ

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

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