I\'m trying to setup djangocelery to store task results in the databse.
I set:
CELERY_RESULT_BACKEND = \'djcelery.backends.database.DatabaseBackend\' >
Moving the config update e.g. app.conf.update(CELERY_RESULT_BACKEND='djcelery.backends.database.DatabaseBackend')
to the end of file celery.py did the trick for me .