I need to create a User Profile. To ensure privacy many fields in this profile will be "hidable": every User will be able to hide these information.
I can use https://github.com/disqus/django-bitfield, but i would like to know if it s possibile to better tie each field to its own flag.