Mercurial > p > roundup > code
changeset 3240:09fbb09bddd4 maint-0.8
filename change
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 05 Mar 2005 05:13:54 +0000 |
| parents | 6074d290bb4e |
| children | 74fecc186a2d |
| 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:19 2005 +0000 +++ b/doc/customizing.txt Sat Mar 05 05:13:54 2005 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.161.2.9 $ +:Version: $Revision: 1.161.2.10 $ .. 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
