Default settings for application
I know the settingslogic-gem from ruby. This allows a very elegant way to
define default settings or fallback-settings for your application as
described in settingslogic example.
I'm reading through PyYaml but didn't find yet such a nice way to do this.
How would you solve such a problem in an elegant and pythonic way?
No comments:
Post a Comment