소스 검색

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

BLAGA Razvan-Paul 8 년 전
부모
커밋
bacb387e8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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