Django v1.2 多数据库数据库调试应用程序?
有人知道是否有支持 Django 多数据库 API 的 django 数据库调试应用程序吗?
我曾经使用 django-debug-toolbar ,但它不支持多个数据库,并且 相应票证现已开放3个月。
有什么替代方案值得考虑吗?
anyone know if there's a django database debugging app which supports Django's multi-db API?
I used to use django-debug-toolbar
but it doesn't support multiple databases and the corresponding ticket is now open for 3 months.
Are there any alternatives worth looking at?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 1.2 版本发布之前,这一直是我要做的事情清单上的事情,但我已经被淹没了。我也不熟悉 django-debug-toolbar 的各个分支上添加此功能的任何工作。目前,我不知道还有其他工具可以做到这一点。
在 Python shell 中与 runserver 一起运行总是有后备方案:
This has been on my list of things to do since before 1.2 came out but I've been swamped. I'm not familiar with any work on the various branches of django-debug-toolbar that add this either. And at present, I don't know of other tools that do it.
There's always the fallback of running this in a Python shell alongside runserver: