Little utilities that don't deserve a package
Перейти к файлу
Rob Hudson 45c51a7fc9 PEP8 pass 2014-10-09 10:56:16 -07: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 PEP8 pass 2014-10-09 10:56:16 -07:00
redisutils.py PEP8 pass 2014-10-09 10:56:16 -07:00
safe_django_forms.py make __html__ a function, only patch class inheritance once 2011-02-02 14:52:12 -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.