Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 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
lord63
2b8a281c1c
fix a small mistake in setup.rst
11 years ago
lord63
4a6f932610
fix a small mistake in setup.rst
11 years ago
Armin Ronacher
b9013ede22
Clarified how to test with click
11 years ago
Armin Ronacher
a3a5075a94
Updated tutorial to the flask script
11 years ago
Daniel Neuhäuser
954eeb8d17
Fix Jinja link
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
95fa9f21ec
Added a missing import
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
Armin Ronacher
a8a98bc6b6
Various documentation fixups
11 years ago
Armin Ronacher
9074bc46af
Switch away from /tmp for windows users
11 years ago
Armin Ronacher
afd3c4532b
Rewrapped lines
11 years ago
Reetta Vaahtoranta
0d648fa468
Changed the wording of some sentences there were difficult to understand.
11 years ago
talam
b7f21831fa
Updated some typos
...
Fixed some incorrect variable references.
11 years ago
Sean Vieira
12d6ec4130
Fix with block
11 years ago
Armin Ronacher
05161d3584
Rewrote tutorial to use the g based appcontext object
11 years ago
Markus Unterwaditzer
fd9bf8f376
Fix #782 -- /tmp/ in tutorial
11 years ago
Nick Zaccardi
5ace060e5e
cleared up confusion for from_envvar
11 years ago
Armin Ronacher
2c9c269284
Fixed a broken reference
12 years ago
Armin Ronacher
29bda590b2
Modernized docs in a few places
12 years ago
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
12 years ago
Thomas Waldmann
40fad2ece8
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
12 years ago
OrangeTux
cc5d6134c7
Update css.rst
...
Improved consistency: lower cased all hexadecimal descriptions of colors.
12 years ago
oliversong
cc82feb084
Changing string to text in schema files
12 years ago
Markus Unterwaditzer
7ee40e9348
Fix #611
...
Minor but confusing typo in tutorial.
12 years ago
Ron DuPlain
ea2a0629c9
Touch up dbinit tutorial doc.
...
Discussion on #pocoo with svenstaro, dAnjou, noob13.
13 years ago
Sven-Hendrik Haase
690b0c34ff
Fix chose -> choose typo
13 years ago
Sven-Hendrik Haase
0553bbdefe
Made it explicitly clear where changes should go in the tutorial
13 years ago
Kevin Burke
6b9e6a5a52
add heroku/deploy options to quickstart, and add more clear links in tutorial setup.
13 years ago
Ron DuPlain
c240a1f781
Add code organization help to tutorial doc.
...
As suggested by burhan on #pocoo today.
13 years ago
consigliere
1a249e3389
Corrected decorators to remove duplicate teardown_request() and add after_request()
14 years ago
Bastian Hoyer
d63fb818c1
small error in tutorial
14 years ago
Armin Ronacher
22d468e190
Less annoying gender neutral forms
14 years ago
Jeffrey Finkelstein
12761bd02c
fixed pronoun gender in documentation
14 years ago
Armin Ronacher
a9fc040c39
Updated documentation to use teardown request where appropriate
14 years ago
Kanak Kshetri
0e4cd2e651
Fixed a typo that was preventing second code block from appearing in a code block
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Noufal Ibrahim
a2225bf57e
Added a note on actually starting the application
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Matt Chisholm
04e70bd5c7
Add teardown_request decorator. Fixes issue #174
14 years ago
Daniel Haaker
ce4f81f1c2
Correct capitalization SQLite
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Daniel Haaker
d8f521e1ff
Add missing period
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Nick Walker
1f6321a1cb
clarified description of templates directory
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Ron DuPlain
6875a057ec
Fixed small typos in docs. Added a cross-ref.
14 years ago
Armin Ronacher
63114529ed
good -> bad
15 years ago
Ron DuPlain
b4b2f42f48
Warn about SQL injection in the tutorial.
15 years ago
Adam Zapletal
5ede53066f
Minor tutorial documentation fixes (grammar, etc)
15 years ago
Georg Brandl
a224fecfd5
More typo fixes.
15 years ago