URLs - djcelery.urlsΒΆ

URLs defined for celery.

  • /$task_id/done/

    URL to is_successful().

  • /$task_id/status/

    URL to task_status().

Previous topic

Views - djcelery.views

Next topic

Django Models - celery.models

This Page