Commit 698f28407ef7a071e911bedee94006f47d6327bd

Authored by Gust
Committed by Sergio Oliveira
1 parent 7b82e8f3

Add celery to colab

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
colab/__init__.py
... ... @@ -0,0 +1,5 @@
  1 +from __future__ import absolute_import
  2 +
  3 +# This will make sure the app is always imported when
  4 +# Django starts so that shared_task will use this app.
  5 +from .celery import app as celery_app # noqa
... ...