UsageΒΆ

To use crispy-templates in a project, add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'crispy_templates.apps.CrispyTemplatesConfig',
    ...
)