1👍
✅
I used Piston in Django with custom model classes built using MongoEngine.
This worked great!
0👍
I think using generic views would be the easiest way, afaik there is no REST / Mongoengine framework available.
👤Ross
- [Django]-Django / MySQL: How to do Autonomous Transactions (commit only sub-set of queries)?
- [Django]-Serving many on-the-fly generated images with Django
0👍
Have you checked out tastypie-mongo engine?
It’s a Django application that provides MongoEngine support for Tastypie.
http://django-tastypie-mongoengine.readthedocs.org/en/latest/usage.html#simple-example
- [Django]-Hiding save buttons in admin if all fields are read only
- [Django]-Django Caching – How do I set up my code to avoid duplicating cache logic?
Source:stackexchange.com