Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django basic WSGI Handler for GAE setup

I've been searching and trying for about 3 hours to get this setup and nothing seems to work. Can someone please just post a basic main.app and app.yaml file to get started with Python 2.7/Django 1.2 on GAE.

like image 405
Sepero Avatar asked Dec 10 '25 01:12

Sepero


1 Answers

I've got 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

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

like image 95
Guido van Rossum Avatar answered Dec 13 '25 07:12

Guido van Rossum



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!