I have seperate configurations for seperate environments like (development, testing, production).
How do you handle this in your applications? i had searched the docs but could not get any useful information about that. Here is how flask handles it: http://flask.pocoo.org/docs/config/ I have started a configuration module for configuration handling in web.py applications (based on operating system's environment variables). but i am open to other best practices, examples, etc. -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
