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
精彩评论