Skip to content

Commit

Permalink
Added readme section about flask
Browse files Browse the repository at this point in the history
  • Loading branch information
cknv committed Dec 27, 2016
1 parent 3f4de18 commit f4e6745
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Using
parsed = parse_env(required_vars)
Say you want to configure your Flask app using this:

.. code-block:: python
app.config.from_mapping(parsed)
Why reinvent the wheel again?
-----------------------------

Expand Down

0 comments on commit f4e6745

Please sign in to comment.