开发者

Django-nonrel on Google App Engine API creation

I'm developing an app that interfaces with an iPhone app via an API. I am building it on Google App Engine, using django-nonrel. I'm looking for a solution that allows me to build read-write APIs that perform CRUD operations.

I'开发者_如何学Pythonve tried django-tastypie, but it doesn't work with django-nonrel.

The biggest restriction of django-nonrel is no JOINs.

What is the best way to write those APIs? Should I just write the views from scratch, or is there some library that I could use?

Thanks in advance!


I got tastypie working, with two small code changes. It was pretty simple.

See here: http://eatdev.tumblr.com/post/12076483835/tastypie-on-django-nonrel-on-app-engine

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜