Ben Darnell
e401a83fc5
Stop recommending Tornado as a WSGI server
...
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread .
Fixes #986 .
10 years ago
Kevin Funk
0632d53f3d
Update quickstart.rst
...
url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations )
10 years ago
cgar
013d8ad3d9
minor spelling fixes
10 years ago
Armin Ronacher
6cd54a4835
Fixed some cross linking in the docs
10 years ago
Armin Ronacher
bafc139810
Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded.
10 years ago
boreq
3bd9cdce94
Added full_path to the Request object documentation.
10 years ago
Paulo Bu
b81f72070e
Fix warnings and code styling in the doc
...
There was a blank line missing that was generating a warning when
building the doc. Also, a removed function from cli.py was left in api.rst
(without_appcontext specifically) so this was also generating warnings.
Also corrects the format for a code block and adds a link to Werkzeug's Headers
class.
10 years ago
Markus Unterwaditzer
7db5232572
Don't mention Flask dev releases anymore
...
Fix #1155
10 years ago
Armin Ronacher
7c16054d81
Updated the logging documentation for recent changes.
10 years ago
Armin Ronacher
84ad89ffa4
Always log now, even if debug is off.
10 years ago
Armin Ronacher
afb613ca43
Added some missing documentation information.
10 years ago
Armin Ronacher
d1821b3a07
Updated intersphinx
10 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
10 years ago
Kyle P. Johnson
71b525e1fa
typos
10 years ago
INADA Naoki
a61347b902
Update python3.rst
10 years ago
lord63
29768ce45e
Correct the mistake again.
10 years ago
INADA Naoki
efdf2e1212
Update python3.rst
10 years ago
lord63
e429e47a96
Correct the mistakes.
10 years ago
Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 years ago
Miles Richardson
c8ce5326b4
fixed typo -- missing "are" in docs/signals.rst
10 years ago
lord63
02e7bec21c
Fix typos in config.rst
10 years ago
lord63
7777b06809
Fix a typo in config.rst
10 years ago
lord63
de5bb759e3
Fix typos in shell.rst
10 years ago
lord63
3e9f074d05
Update becomingbig.rst
10 years ago
lord63
92191fb9d9
Fix a typo in templating.rst
10 years ago
INADA Naoki
931be87475
Update python3.rst
...
Fixes #1101
10 years ago
INADA Naoki
add59a91cf
Stop recommending Python 2.6
10 years ago
Jihyeok Seo
f5b15c2a35
Fix typo in cli docs
11 years ago
root-11
2d992e7f13
Update schema.rst
...
The error is that sqlite3 needs escaping on the database column 'text' in the line:
text text not null
so that it becomes:
'text' text not null
The example on mitsuhiko/flask is correct and helped me detecting the mistake.
11 years ago
Mark Slater
35282a881e
Update dbinit.rst
...
"require" -> "requires"
11 years ago
Mark Slater
171253a0eb
Update dbcon.rst
...
"Teared" should be "torn", I think?
11 years ago
Wxcafé (Clément Hertling)
777e23f81e
Update mod_wsgi.rst
...
Changes deprecated pkg_add to pkg install, adds documentation for yum
11 years ago
lord63
c44a6111bc
Update installation.rst
11 years ago
lord63
a8fd417b31
Update installation.rst
...
Add descriptions about how leave from the virtual environment.
11 years ago
EJ Lee
6b9370a854
Update mod_wsgi.rst
...
note configuration changes in apache 2.4
11 years ago
David Branner
fb5d674488
add `Table` to import in `sqlalchemy.rst` example
11 years ago
Bulat Bochkariov
bd888eaa61
Fixed a typo.
11 years ago
kekumu
305ccd5df9
Update advanced_foreword.rst
...
I think the doc is supposed to read, "Because of that, Flask has a few design choices that some people might find surprising or unorthodox."
Otherwise, it could possibly mean, "Because of that, Flask has few design choices that people would find surprising or unorthodox."
Or perhaps even less ambiguous, "Because of that, Flask has few surprising or unorthodox design choices."
11 years ago
Wing
02b02543b3
Doc for add check upload file
11 years ago
Ian Connolly
367a168d86
Fixes #1051
11 years ago
lord63
2b8a281c1c
fix a small mistake in setup.rst
11 years ago
Ian Connolly
fcec4b140c
Fix a tiny spelling error: untilization -> utilization
11 years ago
lord63
4a6f932610
fix a small mistake in setup.rst
11 years ago
Julen Ruiz Aizpuru
a700cb2a76
Docs: fixes
11 years ago
Armin Ronacher
3569fc2441
Greatly refactored click integration and documented it a bit more.
11 years ago
Armin Ronacher
b9013ede22
Clarified how to test with click
11 years ago
Armin Ronacher
a3ad5405a6
Updated documentation once more for new cli.
11 years ago
Armin Ronacher
a3a5075a94
Updated tutorial to the flask script
11 years ago
Armin Ronacher
984142072b
Added missing documentation page
11 years ago
Armin Ronacher
e9d1fc47bf
Updated docs for click support
11 years ago