|
Djblets
Information on the Djblets module
DjbletsDjblets is a separate but closely linked project containing a number of useful utility functions and classes for use with Django. We make it a goal to put generic code written for Review Board into Djblets for other developers to use. Djblets is under the MIT license. InstallationInstalling Djblets is easy. If you have Python setuptools installed, simply type: $ sudo easy_install --upgrade Djblets This will fetch the latest version and install it. To fetch the latest bleeding edge release, you can run: $ sudo easy_install --upgrade -f http://www.review-board.org/downloads/bleeding/ Djblets DevelopmentDjblets is hosted in a Git repository. You can browse the repository or check it out: $ git clone git://github.com/djblets/djblets.git DocumentationWhile Djblets is documented, there is not yet an online version of this documentation. See the Django Development with Djblets articles and tutorials to get a feel for what's available in Djblets and how to use it. |
Sign in to add a comment
This page was almost exactly what I was looking for. The only thing that was missing was that setuptools is required. For Windows users, you might also want to add that Scripts must be included in the path in order to run easy_install.