⬅︎ Back to How and why to use django-mongokit (aka. Django to MongoDB)
Hi!Could you please explain why should I use MongoKit, but not just PyMongo? Results coming from MongoDB already are objects when using PyMongo.
For strucuture. And to be able to attach that structure to python classes so you can have methods that relate to the data in a object oriented way.
Comment
Hi!
Could you please explain why should I use MongoKit, but not just PyMongo? Results coming from MongoDB already are objects when using PyMongo.
Replies
For strucuture. And to be able to attach that structure to python classes so you can have methods that relate to the data in a object oriented way.