Django manage.py wrapper script for Google App Engine
Thursday, April 10th, 2008I'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 ...