Delete testq.py

This commit is contained in:
Ilan Steemers
2015-06-17 21:39:47 +02:00
parent 8b804b56f1
commit 62bfb7bdc1
-11
View File
@@ -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)