From bde30823949dda795b67d76c9d7010dafdaee685 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 26 Mar 2004 06:27:24 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2210 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/whatsnew-0.7.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/whatsnew-0.7.txt b/doc/whatsnew-0.7.txt index 2b9c820..d22bc7f 100644 --- a/doc/whatsnew-0.7.txt +++ b/doc/whatsnew-0.7.txt @@ -2,8 +2,44 @@ What's New in Roundup 0.7 ========================= +For those completely new to Roundup, you might want to look over the very +terse features__ page. + +__ features.html + .. contents:: +Instant-Gratification script even more gratifying +================================================= + +The immensely popular ``python demo.py`` instant-gratification script has +been extended to allow you to choose the backend to use with the demo. To +select the "sqlite" backend (assuming it is available) you use:: + + python demo.py sqlite nuke + +This will nuke any existing demo and reinitialise it with the sqlite +backend. Remember folks, if you want to restart the demo at a later point, +you just need to type:: + + python demo.py + +without the "sqlite nuke" part, or you'll clear out the demo again. The +backend names are: + + anydbm bsddb bsddb3 sqlite metakit mysql postgresql + +You will need support modules installed for all except the first two. If +you're not sure whether you have support, run:: + + python run_tests.py + +and if you see a line saynig "Including XXXX tests" where XXXX is the +backend you wish to try, then you're on your way. The mysql and postgresql +require their test environments to be set up. Read their respective +documents in the "doc" directory to do that. + + Web Interface ============= -- 2.30.2