I've tried find the default initilizer in the code but the framework is complicated, so I decided to directly ask here. Where can I find the default initializer? Is there any configuarable parameter in the 'ini' file?
I've tried find the default initilizer in the code but the framework is complicated, so I decided to directly ask here. Where can I find the default initializer? Is there any configuarable parameter in the 'ini' file?
At the moment the options are available in
engine/application_factory
, which imports classes fromengine/application_initializer
.