UsageΒΆ

To use django_db_comments in a project, add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_db_comments',
    ...
)