I\'m trying to setup djangocelery to store task results in the databse.
I set:
CELERY_RESULT_BACKEND = \'djcelery.backends.database.DatabaseBackend\' >
Related question with right answer is here.
You should actually run
python manage.py celery worker -E
and
python manage.py celerycam
After that tasks results will be displayed in admin (Djcelery › Tasks)