forked from orbit-oss/flask
quickstart docs: Use a real value for secret_key to better illustrate how a secret key should look.
This commit is contained in:
parent
133920c83b
commit
7829e6ec98
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ sessions work::
|
|||
session.pop('username', None)
|
||||
|
||||
# set the secret key. keep this really secret:
|
||||
app.secret_key = 'the secret key'
|
||||
app.secret_key = 'A0Zr98j/3yX R~XHH!jmN]LWX/,?RT'
|
||||
|
||||
The here mentioned :func:`~flask.escape` does escaping for you if you are
|
||||
not using the template engine (like in this example).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue