Browse Source

Fix app import from celery.py in proj tasks examples (#3671)

BLAGA Razvan-Paul 8 năm trước cách đây
mục cha
commit
bacb387e8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/next-steps/proj/tasks.py

+ 1 - 1
examples/next-steps/proj/tasks.py

@@ -1,5 +1,5 @@
 from __future__ import absolute_import, unicode_literals
-from . import app
+from .celery import app
 
 
 @app.task