Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
Did you find a solution? – Burak Mar 12 '12 at 23:38
nope - i did not – Joseph Misiti Mar 21 '12 at 18:26
Finally I stopped using mongoengine... – Burak Mar 21 '12 at 21:46
What about that doc page says that Tastypie won't work with Mongo? – Streeter Apr 2 '12 at 5:36

2 Answers

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.

share|improve this answer
it's not supported anymore though ... – Joseph Misiti Dec 1 '11 at 15:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.