Steven Osborn
"I would love to change the world, but they won't give me the source code".

Django manage.py wrapper script for Google App Engine

Thursday, April 10th, 2008

I'm used to running mange.py in my Django apps and I kept forgetting the name of the Google App Engine equivalents. My script only knows how to do two things at the moment, "runserver" and "publish" but now I can manage everything the way I'm accustomed to. Update: Aprill ...