Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否有支持 Django 的多数据库 API 的 django 数据库调试应用程序?
以前用过django-debug-toolbar但是不支持多数据库,对应的票现在开3个月了。
django-debug-toolbar
有没有值得关注的替代品?
自从 1.2 发布之前,这一直在我要做的事情清单上,但我已经被淹没了。我也不熟悉在 django-debug-toolbar 的各个分支上添加这个的任何工作。目前,我不知道有其他工具可以做到这一点。
在 Python shell 中与 runserver 一起运行它总是有回退:
>>> from django.db import connections >>> connections['my_db_alias'].queries