Archive for the ‘Google App Engine’ Category
Sunday, June 15th, 2008
A reader posed the following question:
"I'm trying to convert my django app to work with google app engine. This is preferred rather than spending $100/year extra for a site with ssh access, plus I love the appengine dashboard.
Here is my issue: My current django app is fairly static. ...
Posted in Django, Google App Engine, Python | 9 Comments »
Sunday, April 20th, 2008
In a previous tutorial we learned how to set up a simple Django project on the Google App Engine. We also saw how to use the App Engine datastore in place of the Django model API.
Now, let's have a look at how to integrate Django templates. I will also show ...
Posted in Django, Google App Engine, Python | 3 Comments »
Tuesday, April 8th, 2008
In this tutorial I will show you how to get a simple datastore-backed Django application up and running on the Google App Engine. I will assume that you are somewhat familiar with Django.
Update 1: You can download the full set of files from here. Make sure to fix the sys.path ...
Posted in Django, Google App Engine, Python | 25 Comments »