Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brack3t/django-braces
Reusable, generic mixins for Django
https://github.com/brack3t/django-braces
cbv cbvs class-based django django-braces python views
Last synced: 5 days ago
JSON representation
Reusable, generic mixins for Django
- Host: GitHub
- URL: https://github.com/brack3t/django-braces
- Owner: brack3t
- License: bsd-3-clause
- Created: 2012-03-02T20:02:51.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T18:59:48.000Z (4 months ago)
- Last Synced: 2024-10-29T14:56:07.522Z (3 months ago)
- Topics: cbv, cbvs, class-based, django, django-braces, python, views
- Language: Python
- Homepage: http://django-braces.readthedocs.org/en/latest/index.html
- Size: 8.42 MB
- Stars: 1,959
- Watchers: 53
- Forks: 218
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
- -awesome-django - django-braces - Reusable, generic mixins. (Third-Party Packages / Views)
- awesome-django - django-braces - Reusable, generic mixins. (Third-Party Packages / Views)
- starred-awesome - django-braces - Reusable, generic mixins for Django (Python)
README
# 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](https://django-braces.readthedocs.io/en/latest/index.html).![Build](https://github.com/brack3t/django-braces/actions/workflows/ci.yml/badge.svg?branch=main)
[![PyPI version](https://badge.fury.io/py/django-braces.svg)](http://badge.fury.io/py/django-braces)
[![codecov](https://codecov.io/gh/brack3t/django-braces/branch/main/graph/badge.svg?token=aBhzbsyyTi)](https://codecov.io/gh/brack3t/django-braces)## 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](https://django-braces.readthedocs.io/en/latest/contributing.html)
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.## Change Log
[Changelog on Read The Docs](https://django-braces.readthedocs.io/en/latest/changelog.html)