Browse Source

Merge branch 'master' of github.com:mitsuhiko/flask

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
58285b61ff
  1. 2
      docs/installation.rst
  2. 2
      docs/quickstart.rst

2
docs/installation.rst

@ -41,7 +41,7 @@ an installation but a clever way to keep things separated.
So let's see how that works!
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

2
docs/quickstart.rst

@ -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…
Cancel
Save