Opened 15 years ago

Closed 11 years ago

#10192 closed New feature (wontfix)

Add support for App Engine

Reported by: anonymous Owned by: nobody
Component: Database layer (models, ORM) Version: 1.0
Severity: Normal Keywords: app engine
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I've started writing a proposal describing what could be necessary for an App Engine port of Django on my app-engine-patch project site (which is a more high-level port of Django's features to App Engine where you have to use Google's Model class):

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

It might be possible to get most of Django ported, so at least simple apps could be used on App Engine without any modifications. The big problems start with transactions, though. I could help with an official port, but I can't implement the (quite big) modifications alone.

Change History (8)

comment:1 by anonymous, 15 years ago

Cc: Waldemar Kornewald added

comment:2 by Waldemar Kornewald, 15 years ago

OK, moved over to AppEngine wiki page.

comment:3 by Jacob, 15 years ago

Triage Stage: UnreviewedSomeday/Maybe

comment:4 by Waldemar Kornewald, 13 years ago

Cc: Waldemar Kornewald removed

comment:5 by Chris Beaven, 13 years ago

Severity: Normal
Type: New feature

comment:6 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:7 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:8 by Aymeric Augustin, 11 years ago

Resolution: wontfix
Status: newclosed

Google recommends using django-nonrel to run Django on AppEngine.

This ticket is a subset of "support NoSQL backends".

Based on what I know of the nonrel fork, this is unlikely to happen soon.

Note: See TracTickets for help on using tickets.
Back to Top