I came across your great presentation on using Django and MongoDB. At the same time I am wondering if you are aware of djongo
It translates a SQL query string into a mongoDB query document. I can use the original django ORM without having to install a new ODM to get Django to work!
I wonder why you feel using MongoEngine is a better alternative. I am able to use all contrib modules like admin, using this connector. There is no additional effort of learning a new ODM either with this connector.
I came across your great presentation on using Django and MongoDB. At the same time I am wondering if you are aware of djongo
It translates a SQL query string into a mongoDB query document. I can use the original django ORM without having to install a new ODM to get Django to work!
I wonder why you feel using MongoEngine is a better alternative. I am able to use all contrib modules like admin, using this connector. There is no additional effort of learning a new ODM either with this connector.