I am building an application using GAE and wanted to use Django for this. Which patch is better? app-engine-patch or django-gae-helpers? I mean the functionality and future of them (soon one of them will die).
If you link to django-gae-helpers at http://code.google.com/p/django-gae-helpers/ , then you canβt use anything there.
I have not tried app-engine-patch, but I used goole-app-engine-django. It took a bit of trial and error to get it to work, but it works very well (I miss the admin though).
I would try app-engine-patch, they say it is better than google-app-engine-django and include admin and much more ...
app-engine-patch gives you the latest stable django and, in addition to database models (you have to use google datastore), is pretty much compatible.
Found this question when searching for something that compared http://code.google.com/p/google-app-engine-django/ vs http://code.google.com/p/app-engine-patch/ . Does anyone have experience with both of them?