Skip to content

Instantly share code, notes, and snippets.

@chriskief
Created November 15, 2013 18:04
Show Gist options
  • Save chriskief/7488864 to your computer and use it in GitHub Desktop.
Save chriskief/7488864 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment