Mercurial > p > roundup > code
changeset 3241:78d2f3ce85f6
filename change
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 05 Mar 2005 05:13:54 +0000 |
| parents | 440f0a6a2e3c |
| children | 9c368d4cdac5 |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Mar 03 22:16:32 2005 +0000 +++ b/doc/customizing.txt Sat Mar 05 05:13:54 2005 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.173 $ +:Version: $Revision: 1.174 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -715,8 +715,8 @@ different in each case though, so be careful to use the right one. **Changing content before tracker initialisation** - Edit the schema module in your tracker to alter the items created in - using the ``create()`` methods. + Edit the initial_data.py module in your tracker to alter the items + created using the ``create( ... )`` methods. **Changing content after tracker initialisation** As the "admin" user, click on the "class list" link in the web
