Mercurial > p > roundup > code
diff demo.py @ 3549:f6719836e521
allow dispname to be passed to renderWith [SF#1424587]
rename dispname to @dispname to avoid name clashes in the future
force demo.py to have web debugging on (since it can't mail errors)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Feb 2006 04:03:54 +0000 |
| parents | 4d7f942f97b5 |
| children | d4112ddfc0bb |
line wrap: on
line diff
--- a/demo.py Wed Feb 08 03:47:28 2006 +0000 +++ b/demo.py Wed Feb 08 04:03:54 2006 +0000 @@ -2,7 +2,7 @@ # # Copyright (c) 2003 Richard Jones (richard@mechanicalcat.net) # -# $Id: demo.py,v 1.23 2004-11-06 15:05:47 a1s Exp $ +# $Id: demo.py,v 1.24 2006-02-08 04:03:54 richard Exp $ import errno import os @@ -33,6 +33,7 @@ config['TRACKER_HOME'] = home config['MAIL_DOMAIN'] = 'localhost' config['DATABASE'] = 'db' + config['WEB_DEBUG'] = True if backend in ('mysql', 'postgresql'): config['RDBMS_HOST'] = 'localhost' config['RDBMS_USER'] = 'rounduptest'
