Added documentation for appcontext and teardown handlers

This commit is contained in:
Armin Ronacher 2012-04-09 17:29:00 +01:00
parent 34bbd3100b
commit 9bed20c07c
10 changed files with 287 additions and 64 deletions

View file

@ -18,6 +18,7 @@ instructions for web development with Flask.
config
signals
views
appcontext
reqcontext
blueprints
extensions