Re: [google-appengine] Application specific configuration vars

2010-01-08 Thread Wesley C (Google)
devraj, since it's your application, it's probably best that you maintain your own configuration files because those are specific application settings that you're adjusting, not App Engine settings. plus Python's syntax is so straight forward that i've seen many companies simply use a separate

[google-appengine] Application specific configuration vars

2010-01-04 Thread Devraj Mukherjee
Hi all, My AppEngine application is written in Python. As the application code base becomes larger are experiencing the need to use configuration variables for our own applications. Example are we running in Debug mode or not, admin email addresses (used to send internal notifications) etc.