Currently py-skygear does the following in order before accepting requests from plugin transport:
- load python module
- call includeme
- call parse_all_settings
The desired order should be:
- load python module
- call parse_all_settings
- call includeme
In the desired order, the settings is available to module in includeme.