diff --git a/django_celery_results/urls.py b/django_celery_results/urls.py index 31428bd2..c9cbba42 100644 --- a/django_celery_results/urls.py +++ b/django_celery_results/urls.py @@ -49,7 +49,7 @@ def to_url(self, value): name='celery-is_group_successful' ), path( - 'group/status/ /', + 'group/status//', views.group_status, name='celery-group_status' ),