Django base WSGI handler for configuring GAE

I searched and tried for about 3 hours to get this setting, and nothing works. Can someone please just send the main file main.app and app.yaml to get started with Python 2.7 / Django 1.2 on GAE.

+3
source share
2 answers

I have an example in the Rietveld source code: http://code.google.com/p/rietveld/source/browse/main.py?name=py27#65

The app.yaml line that selects this is here: http://code.google.com/p/rietveld/source/browse/app.yaml?name=py27#30

Please note that the version of Django is also selected in app.yaml: http://code.google.com/p/rietveld/source/browse/app.yaml?name=py27#42

+1

django-nonrel, django AppEngine. AppEngine .

script Github .

0

All Articles