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).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…