pgjones · GitHub

@pgjones mentioned this pull request

Oct 15, 2019

Closed

@pgjones

davidism

@pgjones

TOML is a very popular format now, and is taking hold in the Python
ecosystem via pyproject.toml (among others). This allows toml config
files via,
    app.config.from_file("config.toml", toml.loads)
it also allows for any other file format whereby there is a loader
that takes a string and returns a mapping.

@davidism

@davidism

@davidism

@davidism

@pgjones

pgjones added a commit to pallets/quart that referenced this pull request

Oct 18, 2019
This alters  e49d4f6  and follows
discussion in Flask about how best to support this functionality. With
this change Quart matches the Flask functionality.
See pallets/flask#3398.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators

Nov 14, 2020

Read the original on github.com ↗