GAE + Django. app-engine-patch or django-gae-helpers? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T15:13:01Z http://stackoverflow.com/feeds/question/819490 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/819490/gae-django-app-engine-patch-or-django-gae-helpers 4 GAE + Django. app-engine-patch or django-gae-helpers? suda 2009-05-04T09:44:12Z 2009-11-18T22:11:07Z <p>I'm building app using GAE and wanted to use Django for that. Which "patch" is better? app-engine-patch or django-gae-helpers? I mean functionality and future of them (will one of them die soon).</p> http://stackoverflow.com/questions/819490/gae-django-app-engine-patch-or-django-gae-helpers/821451#821451 4 Answer by Nathan for GAE + Django. app-engine-patch or django-gae-helpers? Nathan 2009-05-04T19:04:57Z 2009-05-04T19:04:57Z <p>If by django-gae-helpers you refer to <a href="http://code.google.com/p/django-gae-helpers/" rel="nofollow">http://code.google.com/p/django-gae-helpers/</a> then there's nothing you can use there yet.</p> <p>I haven't tried app-engine-patch but I've used goole-app-engine-django. It took a bit of trial and error to get it working but it works quite well (I miss the admin though).</p> <p>I would give app-engine-patch a try, they say there're better than google-app-engine-django and include the admin and more...</p> http://stackoverflow.com/questions/819490/gae-django-app-engine-patch-or-django-gae-helpers/834532#834532 2 Answer by Marcin for GAE + Django. app-engine-patch or django-gae-helpers? Marcin 2009-05-07T13:02:57Z 2009-05-07T13:02:57Z <p>app-engine-patch gives you the latest stable django and except database models (you have to use google datastore) is pretty much compatible.</p> http://stackoverflow.com/questions/819490/gae-django-app-engine-patch-or-django-gae-helpers/1759507#1759507 0 Answer by mpstx for GAE + Django. app-engine-patch or django-gae-helpers? mpstx 2009-11-18T22:11:07Z 2009-11-18T22:11:07Z <p>Found this question when searching for something that compared <a href="http://code.google.com/p/google-app-engine-django/" rel="nofollow">http://code.google.com/p/google-app-engine-django/</a> vs. <a href="http://code.google.com/p/app-engine-patch/" rel="nofollow">http://code.google.com/p/app-engine-patch/</a> . Anyone have experience with both of those?</p>