django-mongoengine
django-mongoengine copied to clipboard
django-mongotools
Related to the TODO in the readme - I've made some superficial patches to django-mongotools to get it going with django-mongoengine:
https://github.com/TriggeredMessaging/django-mongotools/commit/3daff4eafac4b012f1600637527d94ada17c7c2e
May be useful to someone.
From what i see, mongotools does the same thing as this project - provides django forms integration.
What do you get using django_mongoengine
instead of mongoengine
?
Currently, what I get from -mongotools is that it's in-place and works with the new pymongo etc! Once I've migrated from pymongo 2.9 + mongoengine 0.8 => pymongo 3 + new ME + new django-ME, I'll look into migrating completely to django-mongoengine and report back if there are any missing features from mongotools.
The issue was mainly as a heads-up in case anyone was in the same boat, looking for some short-term fixes to mongotools.