vote up 1 vote down star
2

I came across 2 different modules for porting django to appengine.

http://code.google.com/p/app-engine-patch/

http://code.google.com/p/google-app-engine-django/

Both seem to be compatible with django 1.0,

The featured download of the latter is in Aug 08, whereas the former is Feb 09.

What are the relative merits.

What if I dont use the database at all, would it matter.

flag

3 Answers

vote up 1 vote down check

It's a bit late to answer, but the problem I've had so far with app-engine-patch is that, while it's a generally feature-complete port of Django 1.0, it discards Django models in favor of AppEngine's db.Model.

It's understandable, given the differences between the two, but it can require quite a bit of effort to port, depending on how involved your models (and usage of those models; this means you lose the Django query syntax as well).

link|flag
vote up 0 vote down

App Engine Patch is the right way to go.

link|flag
vote up 0 vote down

Well, I got it myself. I used python 2.6, and it seem problmatic for app-engine. Starting with python2.5 solved it. See here:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.