forked from orbit-oss/flask
fix a small mistake in setup.rst
This commit is contained in:
parent
32d32249d5
commit
4a6f932610
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ if no such environment key is set.
|
||||||
|
|
||||||
In addition to that you can use the :meth:`~flask.Config.from_object`
|
In addition to that you can use the :meth:`~flask.Config.from_object`
|
||||||
method on the config object and provide it with an import name of a
|
method on the config object and provide it with an import name of a
|
||||||
module. Flask will the initialize the variable from that module. Note
|
module. Flask will then initialize the variable from that module. Note
|
||||||
that in all cases only variable names that are uppercase are considered.
|
that in all cases only variable names that are uppercase are considered.
|
||||||
|
|
||||||
The ``SECRET_KEY`` is needed to keep the client-side sessions secure.
|
The ``SECRET_KEY`` is needed to keep the client-side sessions secure.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue