Re: Re: Database connection in a file system product
Dieter Maurer <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
Jonas Nielsen wrote at 2006-4-27 11:56 +0200: > ... >The sense is that I would like to find an easy way to install my product >without setting up the database connection manually. I guess the way to >do it is to add some code in install.py then ? That would work if you have a persistent object you can (and want) to attach the DA to. -- Dieter