Showing posts with label gae. Show all posts
Showing posts with label gae. Show all posts

September 17, 2012

[SOLVED]GAE:Make dev_appserver accessible from outside

Just start the appserver with the adress flag
$dev_appserver.py --address=0.0.0.0 ./src/

by default the appserver will be started with the localhost IP 127.0.0.1 and not accessible from outside

Source: https://developers.google.com/appengine/docs/python/tools/devserver

October 12, 2010

GAE: To python, or not to python

"To python, or not to python: that is the question: Whether 'tis nobler in the mind to suffer The strings and arrays of outrageous fortune, Or to take java against a sea of troubles, And by opposing end them?" #GAE