On Oct 5, 12:30 pm, Petr Jakes <[EMAIL PROTECTED]> wrote:
> Hi,
> I have to work with an existing database. I can not change the
> structure. Beside I have some static/text informations, that are not
> stored in the database (Company name, contacts, phone numbers
> etc...).
>
> I would like to know, what is the best way to store such a info
> (where, which file format) and how to show them in the template.

First, make sure that this really is one of those applications that
can't be migrated into a relational database. (If you have a choice of
file format, but can't install a database server, then SQLite is your
choice.) Then, if you have to use a flat file format look into using
Checkpoint for revision control.

Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to