Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#38 closed enhancement (fixed)

Create sqlite backend

Reported by: eichin@… Owned by: Jacob
Component: Database layer (models, ORM) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

An sqlite backend option would be useful for rapid-start development (ie. shortening the "unpack and try it" path. For an extreme case, look at roundup, and how you can download it, run one script from the source dir, and point a browser at it... django probably can't go *quite* that minimal, but with so many frameworks, having a quick way to "kick the tires" is very handy.)

Change History (3)

comment:1 by Jacob, 19 years ago

Owner: changed from Adrian Holovaty to Jacob
Summary: sqlite backendCreate sqlite backend

comment:2 by Jacob, 19 years ago

Status: newassigned

comment:3 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

Jacob fixed this in [288] -- please test.

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