Little utilities that don't deserve a package
Перейти к файлу
Jeff Balogh 502a84634e every good setup deserves a teardown 2010-11-22 18:26:43 -08:00
.gitignore mmmm goodies 2010-08-31 20:12:22 -07:00
LICENSE mmmm goodies 2010-08-31 20:12:22 -07:00
README.rst mmmm goodies 2010-08-31 20:12:22 -07:00
async_signals.py kill the thread with atexit 2010-09-24 14:46:42 -07:00
celeryutils.py call transaction.commit_unless_managed() after each task 2010-11-15 10:41:06 -08:00
csrf_context.py mmmm goodies 2010-08-31 20:12:22 -07:00
dictconfig.py mmmm goodies 2010-08-31 20:12:22 -07:00
redisutils.py every good setup deserves a teardown 2010-11-22 18:26:43 -08:00
setup.py adding async_signals.py 2010-09-23 10:58:56 -07:00

README.rst

These is a collection of little utilities that make our lives easier writing
websites with Django.

They depend on things like Django and celery, but each module stands on its
own.  Look to the top of each module for a little docstring.