1. celery的启动:

  在启动celery之前要先进入虚拟环境:

 source /home/wyl/wyl_virtualenv/bin/activate 

然后启动进入celery:

 python manage.py celery worker