UsageΒΆ

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

INSTALLED_APPS = (
    ...
    'bitfield_manager',
    ...
)