Daniel Neuhäuser
52098e1e4f
Happy New Year 2014
2014-01-02 19:21:07 +01:00
Thomas Waldmann
8bb972e5ae
fix minitwit/flaskr test errors, improve docs about file open mode
...
app.open_resource needs to get called with the correct mode param (python3
will read bytes [not str] if the wrong mode is used), add mode param docs.
rv.data is bytes, fix the data type we compare it with to be also bytes
2013-05-25 19:13:48 +02:00
Armin Ronacher
7e55b5084d
Mention the TESTING flag in the docs
2011-06-17 21:53:11 +02:00
Daniel Haaker
94a7312d5a
Add missing semicolon to test
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:10 +02:00
Armin Ronacher
dfecc86dd3
Ported examples over to new config. documented upgrading
2010-05-27 21:17:25 +02:00
Armin Ronacher
3053fcdb0d
Make the example tests pass on Windows.
...
Also updated the documentation regarding that.
2010-04-20 20:01:00 +02:00
Armin Ronacher
bf52a17902
Removed useless code
2010-04-18 16:29:41 +02:00
Armin Ronacher
6dd92ae4b3
Beefed up the tutorial
2010-04-16 02:03:45 +02:00
Armin Ronacher
c33675f025
Added mini blogging application as Flask example.
...
This should become the tutorial.
2010-04-14 16:44:29 +02:00