19 Commits (5e8d503098747e0297f17978c23f5fd64106124b)

Author SHA1 Message Date
Armin Ronacher d2d8e66130 Fixed flask tests 11 years ago
Armin Ronacher a3a5075a94 Updated tutorial to the flask script 11 years ago
Armin Ronacher 9074bc46af Switch away from /tmp for windows users 11 years ago
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Armin Ronacher 05161d3584 Rewrote tutorial to use the g based appcontext object 11 years ago
Armin Ronacher 42cf782ee3 Removed g object from example as it was unused 11 years ago
Thomas Waldmann 8bb972e5ae fix minitwit/flaskr test errors, improve docs about file open mode 11 years ago
Thomas Waldmann e1d356fb71 ported some more stuff to py 3.3 12 years ago
Gennady Kovshenin 82b29c09ac Use sqlite3.Row factory in Flaskr 12 years ago
Armin Ronacher c2e5799879 Updated examples to new sqlite patterns and added new section to appcontext docs 12 years ago
Armin Ronacher d3ca55177a Updated the docs and examples to non-failing teardown handlers 13 years ago
Armin Ronacher b51ecd7f21 Updated examples 14 years ago
Armin Ronacher 164067920b Updated examples to work with pypy which has a incomplete sqlite3 in 1.4. Also disable a euc-kr test that does not work on pypy 14 years ago
Armin Ronacher dfecc86dd3 Ported examples over to new config. documented upgrading 15 years ago
Armin Ronacher fb2d2e446b request_init -> before_request and request_shutdown -> after_request 15 years ago
Armin Ronacher 1246f4088a First part of the tutorial. Many explanations missing but it's a start. 15 years ago
Armin Ronacher fc94599285 Removed useless imports and added README 15 years ago
Armin Ronacher c33675f025 Added mini blogging application as Flask example. 15 years ago