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
Daniel Neuhäuser
e991bef574
Switch diveintohtml5.org to diveintohtml5.info
11 years ago
Daniel Neuhäuser
13293b499f
Use libevent.org
11 years ago
Daniel Neuhäuser
51228ad0d1
Use https for devcenter.heroku.com
11 years ago
Daniel Neuhäuser
52def324b8
Use https instead of http for docs.python.org
11 years ago
Daniel Neuhäuser
e89c867d62
Switch packages.python.org to pythonhosted.org
11 years ago
Daniel Neuhäuser
34871a286e
Switch pypi links to https
...
To which the http version redirects permanently
11 years ago
Daniel Neuhäuser
954eeb8d17
Fix Jinja link
11 years ago
Daniel Neuhäuser
b5e78425be
Link to https version of python docs
...
To which the http version permanently redirects
11 years ago
Daniel Neuhäuser
20edb3189c
Fix Pocoo documentation links
11 years ago
Carlos E. Garcia
52fa195d45
few mispelling errors
11 years ago
Armin Ronacher
8a46eec4f8
Fixed a reference in the docs.
11 years ago
atupal
132c2c4c79
missed word.
...
request tstack -> request context stack
11 years ago
Andrew Plummer
b2b531a36b
Tweak wording in viewdecorators.rst
11 years ago
Andrew Plummer
db1be12aea
Fix import in viewdecorators.rst for @templated
11 years ago
Armin Ronacher
95fa9f21ec
Added a missing import
11 years ago
Kyle Stevenson
8cd66bf178
Small punctuation change in unicode doc
...
Just makes it easier on the eyes/brain.
11 years ago
Eliseo Ocampos
ffff509cf0
Added 'import os' statement
...
Added 'import os' statement so you can use os.path.join() when defining DATABASE location
11 years ago
Joe Friedl
19baae3d34
Update docs copyright date
...
Happy belated New Year!
11 years ago
Matt Iversen
a8e88bebd1
Update windows installation and other notes
...
Making allowance for new convenience of `get-pip.py` that automatically installs setuptools and pip together.
Stop recommending distribute, which has now been merged into setuptools.
11 years ago
Armin Ronacher
82f99f42a8
Disarmed a sentence a bit
11 years ago
Armin Ronacher
6f44ca705f
Fixed sqlite3 pattern. This fixes #924
11 years ago