在 pylons 应用程序中使用 djcelerymon
我正在尝试在我的 Pylons 应用程序中使用 django-celery 监视器。它在这里说 http://ask.github.com/celery/userguide/ Monitoring.html#monitoring-nodjango 可以在非 Django 应用程序中使用 djcelerymon。
我完成了所有步骤 - 即 easy_install django-celery - 成功完成。但我无法启动 djcelerymon。它给出了异常跟踪:ImportError:没有名为 django.core 的模块。这是否意味着我必须安装 django 组件才能使用 djcelerymon。
如果是,那么我该如何安装
I am trying to use django-celery monitor in my Pylons app. It says here http://ask.github.com/celery/userguide/monitoring.html#monitoring-nodjango that one can use djcelerymon in a non-Django app.
I did all the steps - that is easy_install django-celery- which completed successfully. But I am unable to start djcelerymon. It gives an exception trace that ImportError: No module named django.core. Does that mean that I have to install django components to use djcelerymon.
If yes, then how do I install t
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装 django 也可以使用 easy_install django 或 pip install django。所以它可以导入 django.core
Install django also easy_install django orpip install django. So it could import django.core