Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google App Engine

Cloud Sql Socket Open Failed With Error: No Such File Or Directory

I have a Django app on App Engine that connects to a Cloud Sql server. Recently, some of the reques… Read more Cloud Sql Socket Open Failed With Error: No Such File Or Directory

Can You Use The Verbatim Tag With Django 1.5 On App Engine?

In my app.yaml file I have: - name: django version: '1.5' which I assume means, use Dja… Read more Can You Use The Verbatim Tag With Django 1.5 On App Engine?

Multiple Services In Google App Engine Python 3.7

I have an application that ran fine under the Python 2.7 Standard framework, and runs fine as two s… Read more Multiple Services In Google App Engine Python 3.7

Redirect *.appspot.com To Custom Domain: Google App Engine (django)

I'm directly putting here some sample code of mine to get better picture. url.py (r'^robot… Read more Redirect *.appspot.com To Custom Domain: Google App Engine (django)

Deadlineexceedederrors With Gae/google Api Refreshing Access Token

Over the last few days I have been encountering DeadlineExceededErrors in my GAE app that interacts… Read more Deadlineexceedederrors With Gae/google Api Refreshing Access Token

Calling Cloud Function From App Engine Runtime Python 3.7

I have an App Engine service, running Python 3.7, that needs to call and get a response from one of… Read more Calling Cloud Function From App Engine Runtime Python 3.7

App Engine Sdk Pil Error

I am developing Python application for Google App Engine on MacOS and I am having troubles trying t… Read more App Engine Sdk Pil Error

Run Alembic Migrations On Google App Engine

I have a Flask app that uses SQLAlchemy (Flask-SQLAlchemy) and Alembic (Flask-Migrate). The app ru… Read more Run Alembic Migrations On Google App Engine