Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ilan Steemers
2015-06-17 23:50:36 +02:00
2 changed files with 0 additions and 14 deletions

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)

View File

@@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.