Mercurial > p > roundup > code
comparison doc/customizing.txt @ 3240:09fbb09bddd4 maint-0.8
filename change
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 05 Mar 2005 05:13:54 +0000 |
| parents | 5ce9c9a1399d |
| children | f3e82dc57c7e |
comparison
equal
deleted
inserted
replaced
| 3238:6074d290bb4e | 3240:09fbb09bddd4 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.161.2.9 $ | 5 :Version: $Revision: 1.161.2.10 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 713 priority, resolution, ...) may be done either before or after the | 713 priority, resolution, ...) may be done either before or after the |
| 714 tracker is initialised. The actual method of doing so is completely | 714 tracker is initialised. The actual method of doing so is completely |
| 715 different in each case though, so be careful to use the right one. | 715 different in each case though, so be careful to use the right one. |
| 716 | 716 |
| 717 **Changing content before tracker initialisation** | 717 **Changing content before tracker initialisation** |
| 718 Edit the schema module in your tracker to alter the items created in | 718 Edit the initial_data.py module in your tracker to alter the items |
| 719 using the ``create()`` methods. | 719 created using the ``create( ... )`` methods. |
| 720 | 720 |
| 721 **Changing content after tracker initialisation** | 721 **Changing content after tracker initialisation** |
| 722 As the "admin" user, click on the "class list" link in the web | 722 As the "admin" user, click on the "class list" link in the web |
| 723 interface to bring up a list of all database classes. Click on the | 723 interface to bring up a list of all database classes. Click on the |
| 724 name of the class you wish to change the content of. | 724 name of the class you wish to change the content of. |
