vote up 7 vote down star

Do I need either to make Django easier to use on GAE? Anyone had good or bad experience of either or any equivalent? Is there much difference between these? Which is easier to use?

Regards

Geoff

flag

3 Answers

vote up 0 vote down

Use Django patch if you already have django application that you know that you want to use. Remember that GAE comes with its own API/applications.

link|flag
vote up 5 vote down

I am assuming you want to run django on app engine (otherwise using appengine API directly is the best solution).

Altho' Google App engine supports django 1.0 out of the box, django admin, auth doesn't work on it, as they are dependent on the models.

Appengine patch patches django to make the admin work even on the Bigtable API.

Appengine patch also often makes sure to work on the latest release of django.

So, again, "You should use App engine patch"

link|flag
vote up 1 vote down

I think it depends on what exactly you want to develop.

You should use app-engine-patch if you need the Django Admin interface, otherwise google-app-engine-django should be enough.

link|flag
Thank you all for your answers. I will try app-engine-patch – gkelsall Aug 9 at 10:30

Your Answer

Get an OpenID
or

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