django-braces
django-braces copied to clipboard
Reusable, generic mixins for Django
django-braces
django-braces provides useful Mixins for Django's class-based views.
Most of these mixins replicate the behavior of Django's function-based view
decorators. Others solve common headaches with working with class-based views.
You can read more in the documentation.
Notes
django-braces is stable and time-tested. It does not receive a lot of updates
and is not in active development.
django-braces also only officially supports Python version that are still
receiving fixes and Django LTS versions. django-braces will work with most
modern version of Python and Django, however.
Installation
Install from PyPI with pip: pip install django-braces
Contributing
See our contribution guide
Add yourself to CONTRIBUTORS.txt if you want.
All development dependencies are available in requirements.txt file.
To run the test suite, please install pytest and run pytest at the root
of the repository.