Tastypie looked promising, now not so much:
http://django-tastypie.readthedocs.org/en/latest/non_orm_data_sources.html
Should I use SimpleAPI or is there a better solution?
|
Tastypie looked promising, now not so much: http://django-tastypie.readthedocs.org/en/latest/non_orm_data_sources.html Should I use SimpleAPI or is there a better solution? |
|||||||||
|
|
I once used django-piston. You should try it out, it's easy to create a rest api and it's integrated with django. I've read it can be done with MongoEngine, but never tryed. |
||||
|
|
|
Hmm i'm using this https://github.com/mitar/django-tastypie-mongoengine |
|||
|
|