Top "Google-app-engine" questions

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Python- How to flush the log? (django)

I'm working with Django-nonrel on Google App Engine, which forces me to use logging.debug() instead of print(). The "logging" …

python django google-app-engine logging django-nonrel
Google App Engine: Is it possible to do a Gql LIKE query?

Simple one really. In SQL, if I want to search a text field for a couple of characters, I can …

google-app-engine google-cloud-datastore gql
How to browse local Java App Engine datastore?

It seems there is no equivalent of Python App Engine's _ah/admin for the Java implementation of Google App Engine. …

java google-app-engine google-cloud-datastore
NameError: global name 'execfile' is not defined trying to run an app on Google App Engine Launcher

I get this error in windows, I have both 3.2 and 2.7 versions of python. How can I fix this?

python google-app-engine
Can't login to Django /admin interface

First of all, I am a newbie. I'm running Ubuntu 11.04 which comes with Python 2.7 so I installed Python2.5 in different …

python django google-app-engine django-nonrel
What do the chars %7D mean in an url query?

If I access my webapp with the url /vi/5907399890173952.html then it works but when I look in the log …

python google-app-engine url jinja2 webapp2
attribute 'tzinfo' of 'datetime.datetime' objects is not writable

How do I set the timezone of a datetime instance that just came out of the datastore? When it first …

python google-app-engine datetime tzinfo
Securely storing environment variables in GAE with app.yaml

I need to store API keys and other sensitive information in app.yaml as environment variables for deployment on GAE. …

python google-app-engine python-2.7 environment-variables
Google App Engine: appcfg.py rollback

I'm using Windows 7 and for the life of me I cannot figure out how to call the rollback function on …

google-app-engine rollback
Warning : The page index.html ran insecure content

I deployed my application on google appe engine. My web site use Dojo with the template claro. When I run "…

javascript html google-app-engine dojo