Saturday, July 9, 2016

Django + MongoDB: building a custom ORM layer

moma-django is a MongoDB manager for Django. It provides native Django ORM support for MongoDB documents, including the query API and the admin interface. It was developed as a part of two commercial products and released as an open source. In the talk we will review the motivation behind its developments, its features and go through 2-3 examples of how to use some of the features: migrating an existing model, advanced queries and the admin interface. If time permits we will discuss unit testing and south migrations.
Slides: http://goo.gl/uoBfHh

No comments:

Post a Comment