在 pylons 应用程序中使用 djcelerymon

发布于 2024-11-25 03:34:14 字数 443 浏览 2 评论 0原文

我正在尝试在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往昔成烟 2024-12-02 03:34:14

安装 django 也可以使用 easy_install django 或 pip install django。所以它可以导入 django.core

Install django also easy_install django orpip install django. So it could import django.core

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文