#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.
Note:
See TracTickets
for help on using tickets.
Duplicate of #10192