[Django]-How can I use RESTful services with Django + Mongoengine?

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

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

Leave a comment