On 5 October 2017 at 21:55:12, Marco Santamaria (marco.santama...@gmail.com) wrote:
Come scritto da Paolo prima si usava django-celery per avere i risultati su database e nell'admin, ora è meglio usare django-celery-results <http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend> e usare i settings: INSTALLED_APPS = ( ... 'django_celery_results', ...) CELERY_RESULT_BACKEND = 'django-db' Nei progetti più nuovi ho usato questa configurazione senza problemi. Grazie. L’ho provata, ma peccato che non salvi i nomi dei tasks, ma solo l’id — Karim
_______________________________________________ Python mailing list Python@lists.python.it https://lists.python.it/mailman/listinfo/python