79085625

Date: 2024-10-14 09:52:09
Score: 2.5
Natty:
Report link

Thanks to @yehuda r it allowed me to dig deeper into the object documentation

The correct steps I needed to execute was

  1. Open the Django Shell: run the following command in the terminal:

    python manage.py shell

  2. Delete All Queued Tasks: Execute the following commands to delete all queued tasks:

    from django_q.models import OrmQ #Delete all queued tasks OrmQ.objects.all().delete()

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: nt95