diff --git a/django_celery_results/urls.py b/django_celery_results/urls.py index 1b7d7492..291edf94 100644 --- a/django_celery_results/urls.py +++ b/django_celery_results/urls.py @@ -47,7 +47,7 @@ def to_url(self, value): name='celery-is_group_successful' ), path( - '/group/status/', + '/group/status/', views.group_status, name='celery-group_status' ),