From f29f108e4983b35ec24f70b1956d1ad00073feee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 15 Mar 2019 18:57:45 +0100 Subject: Celery: manage cached_label update with tasks --- example_project/__init__.py.celery.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/__init__.py.celery.sample') 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',) -- cgit v1.2.3