Skip to content

Python settings should be parsed before the calling includeme #200

@cheungpat

Description

@cheungpat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions