From 698f28407ef7a071e911bedee94006f47d6327bd Mon Sep 17 00:00:00 2001 From: Gust Date: Thu, 2 Jul 2015 10:56:04 -0300 Subject: [PATCH] Add celery to colab --- colab/__init__.py | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/colab/__init__.py b/colab/__init__.py index e69de29..d13e951 100644 --- a/colab/__init__.py +++ b/colab/__init__.py @@ -0,0 +1,5 @@ +from __future__ import absolute_import + +# This will make sure the app is always imported when +# Django starts so that shared_task will use this app. +from .celery import app as celery_app # noqa -- libgit2 0.21.2