Django使用celery启动出错Unable to load celery application. Module ‘project_name‘ has no attribute ‘celery‘
在django中使用celery最后启动work执行下面命令时候时 celery -A project_name worker -l info 出错: 这里注意按照官网文档配置 Celery:first-steps-with-django 启动Worker时注意要到 $cd project_name 项目文件下启动,下图所示则正常启动。 版权声明:本文为weixin_41660414原创文章,遵循…