开发者

What is a good example of how to properly use MongoDB with Django

开发者 https://www.devze.com 2023-03-01 22:19 出处:网络
Using Django 1.3.2 and PyMongo, I have found some random projects on github, and a few articles here and there, but overall, nothing concrete. Looking for good examples/tutorials on this inte开发者_St

Using Django 1.3.2 and PyMongo, I have found some random projects on github, and a few articles here and there, but overall, nothing concrete. Looking for good examples/tutorials on this inte开发者_StackOverflow中文版gration.


Not a direct answer to your question, but if you want to use MongoDB and want to keep using Django-like Models and QuerySets, I can recommend MongoEngine.


Have you seen the MongoDB docs for Python? Specifically this bit, which links to an example project

0

精彩评论

暂无评论...
验证码 换一张
取 消