File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 22What's New in Roundup 0.7
33=========================
44
5+ For those completely new to Roundup, you might want to look over the very
6+ terse features__ page.
7+
8+ __ features.html
9+
510.. contents::
611
12+ Instant-Gratification script even more gratifying
13+ =================================================
14+
15+ The immensely popular ``python demo.py`` instant-gratification script has
16+ been extended to allow you to choose the backend to use with the demo. To
17+ select the "sqlite" backend (assuming it is available) you use::
18+
19+ python demo.py sqlite nuke
20+
21+ This will nuke any existing demo and reinitialise it with the sqlite
22+ backend. Remember folks, if you want to restart the demo at a later point,
23+ you just need to type::
24+
25+ python demo.py
26+
27+ without the "sqlite nuke" part, or you'll clear out the demo again. The
28+ backend names are:
29+
30+ anydbm bsddb bsddb3 sqlite metakit mysql postgresql
31+
32+ You will need support modules installed for all except the first two. If
33+ you're not sure whether you have support, run::
34+
35+ python run_tests.py
36+
37+ and if you see a line saynig "Including XXXX tests" where XXXX is the
38+ backend you wish to try, then you're on your way. The mysql and postgresql
39+ require their test environments to be set up. Read their respective
40+ documents in the "doc" directory to do that.
41+
42+
743Web Interface
844=============
945
You can’t perform that action at this time.
0 commit comments