RE: [Zope] Where's Data from Instances/Installations???
-----Original Message----- From: Harry [mailto:mail-zope@fizbin.com] Sent: Monday, November 22, 1999 11:39 AM To: Michel Pelletier Subject: Re: [Zope] Where's Data from Instances/Installations???
on 11/22/1999 7:46 AM, Michel Pelletier at michel@digicool.com wrote:
Yes, just restart Zope to get the changes.
Thanks, but I was also wondering:
"My question, though, is **WHERE** is the data for EXISTING instances kept, and is it changeable?"
The data for existing instances is kept in memory. It is not changable. Zope loads the files off the filesystem for existing instances when Zope is started. so to change the values for existing instances, change the files on the filesystem, and restart Zope. Alternativly, you can run Zope in debug mode '-D' and DTML file objects will be reloaded on every hit. -Michel
Michel Pelletier wrote:
on 11/22/1999 7:46 AM, Michel Pelletier at michel@digicool.com wrote:
Yes, just restart Zope to get the changes.
Thanks, but I was also wondering:
"My question, though, is **WHERE** is the data for EXISTING instances kept, and is it changeable?"
The data for existing instances is kept in memory.
I think harry is, in this case, talking about changing an instantiation of Squishdot, for example. The files and images of a given instantiation are all within the ZODB, and you can access them using the standard management interface. If you create a Squishdot instance "with all the bells and whistles", there are a series of articles that walk you through what you need to do to change the look. -- Ethan "mindlace" Fremen you cannot abdicate responsibility for your ideology.
participants (2)
-
Ethan Fremen -
Michel Pelletier