Oguntade Tawheed
Results
3
comments of
Oguntade Tawheed
I think I figured out how to do this
> Hi, thanks for this library, > > Can anyone please demonstrate how to use this in a react project with Django/Django Rest Framework backend? Hello, I think I have...
In my models.py I created a specific model for task_id so whenever a celery task is initiated with .delay() a new task_id model which contains the task_id is created. //...