I'm trying to start a Django application in GAE and bumping into error after error.
I tried this example: https://github.com/GoogleCloudPlatform/appengine-django-skeleton, and got:
ImportError: No module named djangoappengine
I tried this example: https://code.google.com/p/google-app-engine-samples/downloads/detail?name=django_example_20080409.tar.gz, and got:
ImportError: No module named django.core.handlers.wsgi
I tried starting a Django project and making it run in GAE, many different errors there.
Is there a simple example? I ready to update, here are current version:
Python version: 2.7.5
Django version: 1.6.5
GAE version: 1.9.17