celery.backends.cache
Backend using the Django cache framework to store task metadata.
Wrapper class to django’s memcache backend class, that overrides the get() method in order to remove the forcing of unicode strings since it may cause binary or pickled data to break.
Database Backend - djcelery.backends.database
Contrib: Test Runner - djcelery.contrib.test_runner
Enter search terms or a module, class or function name.