Personal tools
Skip to content. | Skip to navigation
zope.app.generations
Generations are a way of updating objects in the database when the application schema changes. An application schema is essentially the structure of data, the structure of classes in the case of ZODB or the table descriptions in the case of a relational database. This package only contains the ZMI user interface for zope.generations
zope.app.http
This package implements the simplest HTTP behavior within the Zope Publisher. It implements all HTTP verbs as views and defines the necessary HTTP exceptions.
zope.app.i18n
zope.app.interface