Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12927 closed (duplicate)

Implementation of GQL backend.

Reported by: Aviral Dasgupta Owned by: nobody
Component: Database layer (models, ORM) Version: 1.2-beta
Severity: Keywords: appengine GQL backend
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Google appengine is a great online service for application hosting. The only reason people can't use django on appengine as it is, is because it uses a customized query language called GQL. Creating a GQL backend should solve this problem.

Change History (2)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #10192

comment:2 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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