My favorites | Sign in
Logo
          
Search
for
Updated Aug 16, 2009 by chipx86
Djblets  
Information on the Djblets module

Djblets

Djblets 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.

Installation

Installing 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

Development

Djblets is hosted in a Git repository. You can browse the repository or check it out:

$ git clone git://github.com/djblets/djblets.git

Documentation

While 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.


Comment by allyourcode, Aug 14, 2009

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.


Sign in to add a comment
Hosted by Google Code