Skip to content

Commit 7829e6e

Browse files
dingensmitsuhiko
authored andcommitted
quickstart docs: Use a real value for secret_key to better illustrate how a secret key should look.
1 parent 133920c commit 7829e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ sessions work::
654654
session.pop('username', None)
655655

656656
# set the secret key. keep this really secret:
657-
app.secret_key = 'the secret key'
657+
app.secret_key = 'A0Zr98j/3yX R~XHH!jmN]LWX/,?RT'
658658

659659
The here mentioned :func:`~flask.escape` does escaping for you if you are
660660
not using the template engine (like in this example).

0 commit comments

Comments
 (0)