forked from orbit-oss/flask
Merge branch 'master' of github.com:mitsuhiko/flask
This commit is contained in:
commit
58285b61ff
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ an installation but a clever way to keep things separated.
|
||||||
So let's see how that works!
|
So let's see how that works!
|
||||||
|
|
||||||
If you are on OS X or Linux chances are that one of the following two
|
If you are on OS X or Linux chances are that one of the following two
|
||||||
commands will for for you::
|
commands will work for you::
|
||||||
|
|
||||||
$ sudo easy_install virtualenv
|
$ sudo easy_install virtualenv
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -654,7 +654,7 @@ sessions work::
|
||||||
session.pop('username', None)
|
session.pop('username', None)
|
||||||
|
|
||||||
# set the secret key. keep this really secret:
|
# 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
|
The here mentioned :func:`~flask.escape` does escaping for you if you are
|
||||||
not using the template engine (like in this example).
|
not using the template engine (like in this example).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue