Dieter, Thanks for the response. That How-To (it seems to me) was more of a administrative process (and a good one). What I would really like to do is add folders, scripts, and page templates to a ZODB database (Whether the Zope website is running is immaterial to me) as a design activity instead of going through the web interface (you know, click-wait,click-wait). If it's possible you could create a framework builder (a separate python program) that quickly deploys a set of database driven web pages based on a set of data views (far more versatile than the SQL Forms Product).In short, you would be able to *quickly* design a website based on it's data model. Joseph -----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Thursday, September 12, 2002 4:39 PM To: Joseph Griffin Cc: Zope Mailing List Subject: Re: [Zope] Adding Folders, Scripts, and Documents Using the Command Line Joseph Griffin writes:
How can I add Zope Objects to a website's ZODB from the Python Interactive Shell? Thanks, Joseph You cannot while Zope is running, unless you use ZEO. See the HowTo "Advanced Site Setup".
Dieter