mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 04:58:11 +08:00
Delete testq.py
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
from django_q import async
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = "My shiny new management command."
|
||||
|
||||
def handle(self, *args, **options):
|
||||
for i in range(20):
|
||||
async('testq.tasks.multiply', 2, i)
|
||||
Reference in New Issue
Block a user