Little utilities that don't deserve a package
Перейти к файлу
Mathieu Pillard b28d0e5a2c Merge pull request #6 from diox/mock-redis-info
Mock redis info() in MockRedis
2015-01-15 02:09:21 +01:00
.gitignore ignore *.py[co] 2011-02-02 13:55:47 -08: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 PEP8 pass 2014-10-09 10:56:16 -07:00
csrf_context.py mmmm goodies 2010-08-31 20:12:22 -07:00
dictconfig.py PEP8 pass 2014-10-09 10:56:16 -07:00
graphite.py capture the exception 2011-07-28 15:13:37 -07:00
json_field.py Update json_field to use stdlib json module 2014-10-09 12:02:58 -07:00
redisutils.py Mock redis info() in MockRedis 2015-01-15 02:08:56 +01: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.