python-django-bitfield

Django module implementing BitFields
  https://github.com/disqus/django-bitfield
  0
  no reviews



Django-bitfield provides a custom field which allows various bits to be stored inside one fixed-width BigIntegerField.

The custom field provides syntatic sugar for accessing those flags easily from a Django application.