Google App Engine & Django

2008-04-07 Thread Ramin Firoozye
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

Mashable Django: web-service access to views

2007-04-13 Thread Ramin Firoozye
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