Replies: 1 comment
-
This works for me.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary:
Include a brief descrioption of the problem here, and fill out the version info below.
Exact steps to reproduce the issue:
Detailed information
`
app01.views.py
from django.http import HttpResponse,JsonResponse
from dj_celery_pro import celery_app
class Task_test(View):
`
When I access the view-class, it only returned '{"data": ["dj_celery_pro.celery.debug_task"]}' but no contain custom tasks.
Can anyone help me? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions