Re: Problems refreshing own Silva Product after Silva 1.5.3 Update - Not a registered directory: MyProduct/views
Nico Grubert <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
> 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