diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-15 18:57:45 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | f29f108e4983b35ec24f70b1956d1ad00073feee (patch) | |
tree | eb79f424c92c37189346e956f9fe5b8f89ba4f22 /example_project/__init__.py.celery.sample | |
parent | fd0cad6737e1b10ca8574428e1884e8c4755146e (diff) | |
download | Ishtar-f29f108e4983b35ec24f70b1956d1ad00073feee.tar.bz2 Ishtar-f29f108e4983b35ec24f70b1956d1ad00073feee.zip |
Celery: manage cached_label update with tasks
Diffstat (limited to 'example_project/__init__.py.celery.sample')
-rw-r--r-- | example_project/__init__.py.celery.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/__init__.py.celery.sample b/example_project/__init__.py.celery.sample index ebae6a3c3..5dad2ced8 100644 --- a/example_project/__init__.py.celery.sample +++ b/example_project/__init__.py.celery.sample @@ -1,7 +1,7 @@ # force the retranslation of generated strings and external module from django.utils.translation import ugettext_lazy as _ -from .celery import app as celery_app +from .celery_app import app as celery_app __all__ = ('celery_app',) |