Skip to content

Instantly share code, notes, and snippets.

View adv27's full-sized avatar
🎯
Focusing

Dinh-Anh Vu adv27

🎯
Focusing
View GitHub Profile
@codeinthehole
codeinthehole / run.py
Created November 21, 2012 13:46
Sample Celery chain usage for processing pipeline
from celery import chain
from django.core.management.base import BaseCommand
from . import tasks
class Command(BaseCommand):
def handle(self, *args, **kwargs):