Explorar o código

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

BLAGA Razvan-Paul %!s(int64=8) %!d(string=hai) anos
pai
achega
bacb387e8a
Modificáronse 1 ficheiros con 1 adicións e 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