My favorites | Sign in
Project Home Wiki Issues
Search
for
Djblets  
Information on the Djblets module
Updated Aug 16, 2009 by chip...@gmail.com

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 allyourc...@gmail.com, 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.

Comment by edgar...@gmail.com, Oct 6, 2010

I'am I started this in Django, use django python 1.2.1 and 2.6.5 and want to know how to use the djblets. Make the exercise of http://efreedom.com/Question/1-3059605/Using-Datagrid-Djangoz page, but does not work, missing? help please

Comment by edgar...@gmail.com, Oct 6, 2010

Hi!! I need documentation setp by step to use Djblets. Django Development with Djblets is not clear for me.


Sign in to add a comment
Powered by Google Project Hosting