Explorar el Código

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

BLAGA Razvan-Paul hace 8 años
padre
commit
195a33ef0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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