GAE + Django. app-engine-patch or django-gae-helpers? - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T15:13:01Zhttp://stackoverflow.com/feeds/question/819490http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/819490/gae-django-app-engine-patch-or-django-gae-helpers4GAE + Django. app-engine-patch or django-gae-helpers?suda2009-05-04T09:44:12Z2009-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#8214514Answer by Nathan for GAE + Django. app-engine-patch or django-gae-helpers?Nathan2009-05-04T19:04:57Z2009-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#8345322Answer by Marcin for GAE + Django. app-engine-patch or django-gae-helpers?Marcin2009-05-07T13:02:57Z2009-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#17595070Answer by mpstx for GAE + Django. app-engine-patch or django-gae-helpers?mpstx2009-11-18T22:11:07Z2009-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>