Update of /cvsroot/modeling/ZModeling/ZModelizationTool
In directory sc8-pr-cvs1:/tmp/cvs-serv27997/ZModelizationTool
Added Files:
INSTALL README
Log Message:
Updated & added informations about the products (README,INSTALL)
--- NEW FILE: INSTALL ---
ZModelizationTool:
drop this directory into a Zope's Products/ directory, then create an
instance in the Zope Management Interface (ZMI).
--- NEW FILE: README ---
The ZModelization is a tool to help you design a model.
It lets you create and edit the model through a web interface, that is to say
that every single element being part of the xml-model can be modified through
easy-to-use web forms. It has some niceties, such as the possibility to create
a relationship and its inverse along with the foreign key if needed in a
single operation, or the ability to create in a single click a sub-entity
having all of its parent's attributes and relationships.
Last, you may validate the model, generate the database schemas and the python
code for your model, just by a few mouse clicks.
Documentation
-------------
The current documentation can be found in the User's Guide:
http://modeling.sourceforge.net/UserGuide/define-model.html
|