55 Commits (0932d8f428ae6c7cb6615a6a146e417eb182ec4d)

Author SHA1 Message Date
Arie Marie 'Thomas' Dalleis 7c51019985 Fix typos and formatting 7 years ago
David Lord 465922e5f1
clean up secret key docs 7 years ago
David Lord 6a8c8c3484
set example app names directly 7 years ago
David Lord 11f463f1bd
flaskr correct app name 7 years ago
Kenneth Reitz e26cc8f904 i think this is how this works now 7 years ago
bovarysme fe27d04cc1 Fix a small oversight in the testing docs 7 years ago
Neil Grey 378a11f992 For Issue #2286: Updating test_flaskr to use yield inside fixture 7 years ago
Kyle Lawlor 54b6fc8de6 Add in a fixture utilizing app factory 8 years ago
Kyle Lawlor 8cf32bca51 Adds in blueprints and an application factory 8 years ago
Kyle Lawlor fa087c8929 Fixes import statement in flaskr (#2068) 8 years ago
Hassam cd13a5cf62 Fix #2051: Fix flaskr import in flaskr/__init__.py (#2052) 8 years ago
Kyle Lawlor b42e43e3b6 Better workflow for flaskr and other basic apps (#2000) 8 years ago
Kyle Lawlor 5f009374fd Update minitwit & improve testing for examples (#1954) 8 years ago
ahmedakef c54d67adee close <li> tag in lines (16,18) (#1951) 8 years ago
Kyle Lawlor 17d4cb3828 Address #1902: Converts example/flaskr to have a setup.py (#1945) 8 years ago
Armin Ronacher a7d829c618 Update docs to the new CLI patterns 8 years ago
Parkayun 33534bb4a9 Happy New Year 2015 10 years ago
defuz eb05001f8a docs: Don't touch markdown files 10 years ago
defuz a8f570cc62 docs: :file:`app.py`, :file:`yourapp/templates` 10 years ago
tay-k f95acc64d6 fix filename of test files in README of examples 10 years ago
Markus Unterwaditzer 8fa5e32d9a Tests pass now. 10 years ago
Jeffrey D 3c48bf8935 Addressed issue #1134 10 years ago
Armin Ronacher d2d8e66130 Fixed flask tests 11 years ago
Armin Ronacher 9ab5987100 Updated the examples to be cli based 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
Matt Skone 1df0f2dc1c Escaped 'text' keyword in column name. 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 11 years ago
Alexander Thaller 8ca7fc47d0 Update README 12 years ago
oliversong cc82feb084 Changing string to text in schema files 12 years ago
Armin Ronacher 61d43c7f12 Removed unnecessary end-tags and fixed some broken html 12 years ago
Iyra Gaura be1ed33271 Ended your paragraph tag. 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 7e55b5084d Mention the TESTING flag in the docs 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
Daniel Haaker 94a7312d5a Add missing semicolon to test 14 years ago
Armin Ronacher dfecc86dd3 Ported examples over to new config. documented upgrading 15 years ago
Armin Ronacher 3053fcdb0d Make the example tests pass on Windows. 15 years ago
Armin Ronacher bf52a17902 Removed useless code 15 years ago
Armin Ronacher fb2d2e446b request_init -> before_request and request_shutdown -> after_request 15 years ago
Armin Ronacher 6dd92ae4b3 Beefed up the tutorial 15 years ago
Armin Ronacher 1246f4088a First part of the tutorial. Many explanations missing but it's a start. 15 years ago
Armin Ronacher c4f5c2fb9a Fixed a typo 15 years ago