Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitu/dutils
django utilities
https://github.com/amitu/dutils
Last synced: 1 day ago
JSON representation
django utilities
- Host: GitHub
- URL: https://github.com/amitu/dutils
- Owner: amitu
- Created: 2009-07-25T17:13:51.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-06T09:08:16.000Z (over 13 years ago)
- Last Synced: 2024-10-30T18:19:09.833Z (17 days ago)
- Language: Python
- Homepage: http://packages.python.org/dutils/
- Size: 2.17 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
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_sphinxSphinx required::
$ sudo easy_install -U sphinx sphinx-pypi-upload