Has anyone had a chance to look at the Google App Engine yet?
http://code.google.com/appengine/
Apparently, you can run the entire Django stack with a few
modifications on top of Google's infrastructure
(http://code.google.com/appengine/articles/django.html) and for most
basic apps, it's fre
I'm trying to figure out the best way to add a web-service API to
Django views. Let's say I have an application that offers a
calculator. My normal URL scheme might be:
/calc/add
.../calc/subtract
.../calc/multiply
.../calc/divide
.../calc/clear
The ordinary web-interface would return pl
2 matches
Mail list logo