*2010.10.12 15:42:37 python google_app_engine setup run app

once you have some start in place, run it using: /c/downloads/python/google_appengine/dev_appserver.py [options] <application root directory> /c/downloads/python/google_appengine/dev_appserver.py .

#for a different port: /c/downloads/python/google_appengine/dev_appserver.py --port 8081 application/

 

*2008.09.30 09:08 python pylons administration rename move app

Jonathan Vanasco Wed, 24 Sep 2008 08:20:09 -0700

I've had to do this before...

you'll want to rename the appropriate files / directories , and then replace all the module name instances in your project

ie: if your project is named ASDFGHJK , then you'll need to rename: /ASDFGHJK /ASDFGHJK/asdfhjk /ASDFGHJK/asdfhjk.egg-info

then do a s/ASDFGHJK/? on the files

there are lots of
import ASDFGHJK from ASDFGHJK import

if you're using a mac, TextWrangler has a great find/replace function that works on directories

if you're using subversion for version control, i generaly like to do it like this: 1- rename files 2- commit 3- find/replace text 4- commit

if you're using git or mercurial, i think you can do the commits in one step. svn needs them in two though.

 

*2008.09.11 17:59 python google_app_engine app engine
google app engine - Google Search
Google App Engine - Google Code
Google App Engine FAQs - Google App Engine - Google Code
What Is Google App Engine? - Google App Engine - Google Code