mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-17 06:27:53 +08:00
Merge remote-tracking branch 'origin/master'
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)
|
||||
@@ -1,3 +0,0 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
Reference in New Issue
Block a user