On 2/10/06, Ronald Jaramillo <[EMAIL PROTECTED]> wrote: > ps. does anybody knows why config.py and devcfg.py+prodcfg.py aren't > on the same directory?
They serve different purposes... config.py is application configuration that doesn't depend on where it's being deployed. As such, it gets bundled up in your egg so that it can be dropped in on a target system. devcfg.py+prodcfg.py are the deployment-specific configuration files. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

