Incorrect doc in customizing.txt for schema module??
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all:
This text is in the customizing.txt doc for roundup:
The schema.py module
The schema.py module contains two functions:
open This function defines what your tracker looks like on the
inside, the schema of the tracker. It defines the Classes and
properties on each class. It also defines the security for those
Classes. The next few sections describe how schemas work and
what you can do with them.
init This function is responsible for setting up the initial state of
your tracker. It’s called exactly once - by the roundup-admin
initialise command. See the start of the section on database
content for more info about how this works.
Does anybody know what this is about? It looks like there used to be a
dbinit.py that had these functions defined (my 0.7 roundup tracker has
this file). I suggest replacing this with:
The schema.py and initial_data.py modules
The schema.py module is used to define what your tracker looks like
on the inside, the schema of the tracker. It defines the Classes
and properties on each class. It also defines the security for
those Classes. The next few sections describe how schemas work
and what you can do with them.
The initial_data.py module sets up the initial state of your
tracker. It’s called exactly once - by the roundup-admin initialise
command. See the start of the section on database content for more
info about how this works.
Does anybody agree with these changes?
Also can people please read through the docs and look for issues like
this. Be very nice to clean them up for the 2.0 release.
Have a great weekend.
--
-- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.
_______________________________________________
Roundup-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/roundup-devel