Created
August 13, 2015 15:50
-
-
Save fchevitarese/f5f3f0240456de61f0b2 to your computer and use it in GitHub Desktop.
__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_container import app as celery_app | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment