All Projects → brack3t → Django Braces

brack3t / Django Braces

Licence: other
Reusable, generic mixins for Django

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Django Braces

Django
The Web framework for perfectionists with deadlines.
Stars: ✭ 61,277 (+3389.58%)
Mutual labels:  django, views
Djangoweb
基于Django的运维平台
Stars: ✭ 137 (-92.2%)
Mutual labels:  django
Django Rest Angular2 Example
A simple example of a Django REST app + Angular2
Stars: ✭ 132 (-92.48%)
Mutual labels:  django
Django Prices
Django fields for the prices module
Stars: ✭ 135 (-92.31%)
Mutual labels:  django
Tabbycat
Debating tournament tabulation software for British Parliamentary and a variety of two-team parliamentary formats
Stars: ✭ 132 (-92.48%)
Mutual labels:  django
Django Zombodb
Easy Django integration with Elasticsearch through ZomboDB Postgres Extension
Stars: ✭ 136 (-92.26%)
Mutual labels:  django
Olhoneles
Tool to monitor Brazilian legislators expenses while in the exercise of their mandates
Stars: ✭ 131 (-92.54%)
Mutual labels:  django
Django Echarts
A django app for Echarts integration using pyecharts library as chart builder.
Stars: ✭ 138 (-92.14%)
Mutual labels:  django
Cosmos Search
🌱 The next generation unbiased real-time privacy and user focused code search engine for everyone; Join us at https://discourse.opengenus.org/
Stars: ✭ 137 (-92.2%)
Mutual labels:  django
Cleanerversion
CleanerVersion adds a versioning/historizing layer to your relational DB which implements a "Slowly Changing Dimensions Type 2" behavior
Stars: ✭ 135 (-92.31%)
Mutual labels:  django
Django Dersleri
YouTube Django Dersleri için proje kaynak kodu
Stars: ✭ 135 (-92.31%)
Mutual labels:  django
Socialrelations web
社工库查询系统
Stars: ✭ 134 (-92.37%)
Mutual labels:  django
Pinry
The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format.
Stars: ✭ 1,819 (+3.59%)
Mutual labels:  django
Hsreplay.net
🔶 Unleash your Potential!
Stars: ✭ 132 (-92.48%)
Mutual labels:  django
Freedombox
Easy to manage, privacy oriented home server. Read-only mirror of https://salsa.debian.org/freedombox-team/freedombox
Stars: ✭ 137 (-92.2%)
Mutual labels:  django
Daily fresh demo
生鲜购物网站
Stars: ✭ 132 (-92.48%)
Mutual labels:  django
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+738.27%)
Mutual labels:  django
Django Anon
Anonymize production data so it can be safely used in not-so-safe environments
Stars: ✭ 136 (-92.26%)
Mutual labels:  django
Django Starter Template
A project template for Django 2.0 that follows best practices.
Stars: ✭ 138 (-92.14%)
Mutual labels:  django
Django Scopes
Safely separate multiple tenants in a Django database
Stars: ✭ 138 (-92.14%)
Mutual labels:  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.

Build PyPI version codecov

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.

Change Log

Changelog on Read The Docs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].