Thanks for you suggestions! On Aug 28, 8:24 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > I would make a subdirectory under the data directory and reference it > in the config file. > > coolapp.data = %(here)s/data/coolapp > > Don't assume the data directory exists when your component is > initialized; you may have to create it (os.makedirs).
That sounds like a good choice. I think I'll try this. @Ben Bangert: I thought about an XML database, too. But the amount of data will stay very limited for the next time, so just simple XML files may to the trick for now. But I created an easy-to-replace backend, so I can switch to an XML database as soon as it may become necessary. I just thought about Berkeley XML, but I'll have a look at eXist, thanks for the hint! Cheers, Frederik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
