My favorites | Sign in
Logo
                
Code license: MIT License
Labels: appengine, ragendja, django, gae
People details
Project owners:
  wkornewald, twanschik
Project committers:
jeverling, normanr, KonradUbi, tombrander

With app-engine-patch a major part of Django works on App Engine without any modifications. The most important change is that you have to use Google's Model class because the development model is too different from Django (at least with Django's current API).

We also provide lots of useful extra features (see below).

Did you know? Giftag is powered by app-engine-patch! See other projects using app-engine-patch.

Full-text search

Add full-text search to your site with just a few lines of code: gae-search

Latest stable release: 1.0.2.1 on Jun 18, 2009

New features: jQuery and BlueprintCSS integration to demonstrate the media generator, remote access via remoteapi (including support for manage.py syncdb), an important bugfix for strange exceptions after a DeadlineExceededError, and much more!

Download now! --- See it in action --- Get started --- Donate --- Release news feed

Reminder: Read the release notes to make sure you don't miss anything before you upgrade.

Future plan: Native Django support (including Model class). We need help! See Django wiki and discussion.

Please support us by placing this logo/link on your site: powered by app-engine-patch

Quickstart

Extract the sample project. Run the dev_appserver with manage.py runserver. Upload your website with manage.py update (don't forget to set your appid in app.yaml). Read more...

Feature highlights

app-engine-patch

ragendja (snippet library)

Comparison to google-app-engine-django (appengine/django-helper)

Conceptual difference: We don't introduce yet another Model class. Just use Google's Model. In a future release we might support Django's own Model.

Missing features: None! Doesn't that make the decision easy? :)

Our Django port is more complete (e.g., we have the admin interface, sites, flatpages, etc.) and we have lots of extra features (media generator, everything in ragendja, better ModelForms, ...) and we are constantly improving app-engine-patch to make Django development easier. We also work on features and conventions that allow for fully reusable plug-n-play-style apps, so please just download our sample project and get started.

Contribute

Of course, we're always happy about contributions, no matter how small. Please release at least a few useful parts of your code as open-source or help us port more parts of Django or other Django apps, so we can make Django development easier on App Engine.









Hosted by Google Code