I'd like to add to my expando solution that I would cache the settings
either (or both) in memcache and the global variables of the
application. It would still be pretty inefficient, but I think it
would be usable.

On Mar 23, 10:55 am, Blixt <andreasbl...@gmail.com> wrote:
> I want to store and retrieve key/value pairs that may vary between
> environments (development server, GAE application #1, GAE application
> #2, ...). What's the best way to do this?
>
> I feel that a small GAE configuration library that allows these
> settings to be administrated in the dashboard would be great, but
> since we don't have that, what's the next best thing? Right now I'm
> leaning towards an expando model using the key_name for the setting
> key and a value property for the value.
>
> (The reason I'm not putting these configuration values in my code is
> because I want to be able to redeploy my application to multiple
> environments without any fuss, and I don't want any of the
> environments to have to know about the other environments.)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to