You can expose an API through Django where you specify a number of URL's (like /api/domything/) which will return a JSON payload (using
simplejson.dumps etc) for use in your app or perform whatever actions you need. This will allow you to drive your GAE app with your API. Take a look at posts like http://webcloud.se/log/AJAX-in-Django-with-jQuery/ for a push in the right direction. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/RaUTdJBviG0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
