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.
我djongo用作默认引擎。我想获取MongoDB连接对象,就像我们从中获取mysql对象一样
djongo
MongoDB
mysql
from django.db import connection
我们如何在 Django 中做到这一点,以便我可以执行 MongoDB 的原始查询?
我知道我们可以做到这一点,pymongo但如果我能用 django 本身做到这一点,我会很好。
pymongo