[silva-dev] Problems refreshing own Silva Product after Silva 1.5.3 Update - Not a registered directory: MyProduct/views

Nico Grubert nicogrubert at gmail.com
Tue Jun 6 14:31:13 CEST 2006


> In your products __init__.py module, are you registering the directory?  This 
> process allows filesystem directories to be added into the zodb.  here's an 
> example:
> 
> from Products.Silva.fssite import registerDirectory
> def initialize(context):
>     registerDirectory('views', globals())

Hi Andy,

yes, I did. Exactly the lines above are inside the __init__.py.


Nico



More information about the silva-dev mailing list