Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/320.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Flower UI不显示芹菜工人和任务_Python_Django_Celery_Djcelery_Flower - Fatal编程技术网

Python Flower UI不显示芹菜工人和任务

Python Flower UI不显示芹菜工人和任务,python,django,celery,djcelery,flower,Python,Django,Celery,Djcelery,Flower,我已经使用pip install flower为我的django应用程序安装了flower。我使用命令/manage.py芹菜花--port=5555启动它。之后,我得到以下输出 [I 150324 16:40:47 command:106] Visit me at http://localhost:5555 [I 150324 16:40:47 command:107] Broker: django://localhost// [E 150324 16:40:47 state:52] Dash

我已经使用
pip install flower
为我的django应用程序安装了flower。我使用命令
/manage.py芹菜花--port=5555
启动它。之后,我得到以下输出

[I 150324 16:40:47 command:106] Visit me at http://localhost:5555
[I 150324 16:40:47 command:107] Broker: django://localhost//
[E 150324 16:40:47 state:52] Dashboard and worker management commands are not available for 'sql' transport
[I 150324 16:40:47 mixins:225] Connected to django://localhost//

但是,我无法在UI中看到任何任务和工作人员。请提供任何提示。

您正在使用django db作为代理。Flower不支持sql传输