Prakhar Rathi
Results
2
issues of
Prakhar Rathi
I am working with django_celery_results and the results are being stored in the django database but the `TaskResults` table only shows the task when it's either `SUCCESS` or `FAILURE`. Otherwise...
I have installed `pip install django-background-tasks` but when I put `'background_task'` in the settings app and run the migrate command I get the following error. I can't seem to be...