Comment 2 for bug 517538

Revision history for this message
Ivan Sagalaev (isagalaev) wrote :

The thing is, it's kind of "by design" :-). General idea is that writing "get(settings, SETTING)" everywhere is not beautiful. So Scipio expects that a user should import all its default settings into the main settings file ("from scipio.settings import *") and then alter some of them if needed. Though currently it doesn't say this anywhere...

Are you happy with this approach?