[Zope] add folder from the filesystem
Igor Stroh
igor at rulim.de
Wed Jan 25 07:27:56 EST 2006
George wrote:
> Is there a way to add a folder with its contents from the filesystem
> into Zope using an external method?
There's a script in zope's bin directory called load_site.py, it does
exactly what you're looking for:
$ cd /usr/lib/zope2.8/bin
$ python -c 'import load_site;print load_site.__doc__'
Load a Zope site from a collection of files or directories
HTH,
Igor
More information about the Zope
mailing list