Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amitu/dutils

django utilities
https://github.com/amitu/dutils

Last synced: 1 day ago
JSON representation

django utilities

Awesome Lists containing this project

README

        

DUtils -- Django Utilities
==========================

This is a collection of django related utilities.

Documentation: http://packages.python.org/dutils/

Check out `ChangeLog file
`_ to see whats new.

Note To Self
============

For a new release, update dutils/__init__.py, VERSION number.::

$ python setup.py sdist upload
$ python setup.py build_sphinx
$ python setup.py upload_sphinx

Sphinx required::

$ sudo easy_install -U sphinx sphinx-pypi-upload