Djblets
Djblets is a large collection of general and special-purpose building blocks designed to help with the development of web applications written using Django and Python. It contains support for avatar backends, configurable datagrids, an extension and integration framework, form utilities, in-database project configuration, a foundation for REST APIs, and lots more.
Djblets comes pre-installed with Review Board.
See the Djblets documentation for guides and module references.
Djblets 5.1.1
Official Djblets packages are available on PyPI
as both Python Wheels and Eggs. You can download the latest version using
pip
or easy_install
:
pip install -U Djblets
Or:
easy_install -U Djblets