Note that there are some explanatory texts on larger screens.

plurals
  1. POEasiest way to get django working on Google app engine?
    text
    copied!<p>I am trying to convert an old app-engine-patch project to use the out-of-the-box Django in Google app engine (without the "Cloud SQL" part, because I tried to set that up and it was a pain, and also required 'enabling billing' to try it out).</p> <p>Are there good docs somewhere on how to write an out-of-the-box Django app on app engine? Possibilities seem to be:</p> <ul> <li>appengine-patch. Old and unsupported since 2009.</li> <li><a href="http://code.google.com/p/google-app-engine-django/" rel="nofollow noreferrer">google-app-engine-django</a>. Deprecated since 2010.</li> <li><a href="https://github.com/django-nonrel/django-nonrel" rel="nofollow noreferrer">django-nonrel</a>. No longer supported by its <a href="http://www.allbuttonspressed.com/goodbye" rel="nofollow noreferrer">original authors</a>, last check-in is months ago.</li> <li><a href="https://developers.google.com/appengine/docs/python/cloud-sql/django" rel="nofollow noreferrer">Django with Cloud SQL</a>. As I said, a pain to set up, and requires enabling billing to try.</li> </ul> <p>You would think <a href="https://stackoverflow.com/questions/1011599/django-on-google-app-engine">this question</a> or <a href="https://stackoverflow.com/questions/1988153/django-and-app-engine">this one</a> or <a href="https://stackoverflow.com/questions/9065371/do-we-still-need-django-nonrel-now-that-gae-allegedly-supports-django-out-of-t">this one</a> are duplicates, but the discussion on there is so old as to be useless.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload