comparison doc/customizing.stx @ 655:35cdc70e6a96

More doc fixes.
author Richard Jones <richard@users.sourceforge.net>
date Sat, 09 Mar 2002 22:46:52 +0000
parents 7875cd9af1cb
children
comparison
equal deleted inserted replaced
654:2973911cb674 655:35cdc70e6a96
82 82
83 83
84 Instance Schema 84 Instance Schema
85 --------------- 85 ---------------
86 86
87 Note: if you modify the schema, you'll most likely need to web_interface_to 87 Note: if you modify the schema, you'll most likely need to edit the
88 reflect_your_changes. 88 `web interface`_ HTML template files to reflect your changes.
89
89 An instance schema defines what data is stored in the instance's database. The 90 An instance schema defines what data is stored in the instance's database. The
90 two schemas shipped with Roundup turn it into a typical software bug tracker 91 two schemas shipped with Roundup turn it into a typical software bug tracker
91 (the extended schema allowing for support issues as well as bugs). Schemas are 92 (the extended schema allowing for support issues as well as bugs). Schemas are
92 defined using Python code. The "classic" schema looks like this:: 93 defined using Python code. The "classic" schema looks like this::
93 94

Roundup Issue Tracker: http://roundup-tracker.org/