[Zope] The product I made isn't in the product management page

Maciej Wisniowski maciej.wisniowski at coig.katowice.pl
Wed Jan 3 01:59:23 EST 2007


> What is the problem here?
>
As Marco said use SimpleItem as base class and
add:

from Globals import InitializeClass
(...)
InitializeClass(helloClass)

to helloModule.py.

You'll need security declarations too.

Take may take a look at
http://www.upfrontsystems.co.za/courses/zope/ch04.html

-- 
Maciej Wisniowski


More information about the Zope mailing list