Opened 17 years ago
Closed 13 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 , 17 years ago
| Cc: | added |
|---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
| Triage Stage: | Unreviewed → Someday/Maybe |
|---|
comment:4 by , 15 years ago
| Cc: | removed |
|---|
comment:5 by , 15 years ago
| Severity: | → Normal |
|---|---|
| Type: | → New feature |
comment:8 by , 13 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
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.
OK, moved over to AppEngine wiki page.