django

25 Dec 2008

Update: Beta 2 Released! See the Gaebar Beta 2 announcement.

(more...)

Google App Engine Backup and Restore (Gaebar) released

2 Oct 2008

I lost quite a bit of time trying to get the PyAMF shell up and running on the <head> web site this week.

I started out by downloading the source for the shell app via a link on a post on the PyAMF blog. Unfortunately, the link was to the wrong version of the shell app (I've since informed the PyAMF team and Nick's fixed the link.)

(more...)

Running the PyAMF shell with Django 1.0 and app-engine-patch

12 Aug 2008

This is a quick screencast to show you the data export solution I've created for Google App Engine that lets you backup your application's datastore and restore it either locally on your development machine or on the same Google App Engine application on the deployment environment or on a different Google App Engine application (which you can use as a staging environment).

(more...)

Screencast demonstrating the first Google App Engine data export solution (full backup and restore)

11 Aug 2008

A new version of the Google App Engine Helper for Django has been released.

Release notes (Wed 6 August 2008) follow:

(more...)

New Google App Engine Helper for Django released

22 Jun 2008

iPython is an awesome extended Python shell that gives you goodies like tab completion for instances, history tracing (so you can easily copy interactive sessions as doctests), etc. And, if you install it, your Django project on Google App Engine will automatically start using it instead of the regular python shell when you use ./manage.py shell.

To install iPython on OS X Tiger (yes, my Leopard discs are still safely in their box since I downgraded and I don't see any reason to bring them back out yet), I followed the following steps:

(more...)

Winning at the shell game: iPython on Google App Engine