Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GAE + Django. app-engine-patch or django-gae-helpers?

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).

like image 470
suda Avatar asked May 04 '09 09:05

suda


2 Answers

If by django-gae-helpers you refer to http://code.google.com/p/django-gae-helpers/ then there's nothing you can use there yet.

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).

I would give app-engine-patch a try, they say there're better than google-app-engine-django and include the admin and more...

like image 77
Nathan Avatar answered Oct 13 '22 11:10

Nathan


app-engine-patch gives you the latest stable django and except database models (you have to use google datastore) is pretty much compatible.

like image 29
Marcin Avatar answered Oct 13 '22 11:10

Marcin