Commit graph

29 commits

Author SHA1 Message Date
nathanbegbie
b8e461e3d1
Update docs on larger applications wrt tutorial
The wording of the docs makes it sound like the tutorials use the simple structure for a flask application, which they no longer do.
This commit re-words the docs to make it clearer.
2019-01-06 14:53:03 -08:00
David Lord
c3dd7b8e4c
rewrite tutorial docs and example 2018-04-09 00:53:25 -07:00
Armin Ronacher
2433522d29
Add Support for FLASK_ENV (#2570)
This introduces environments to Flask
2018-01-06 17:07:56 +01:00
ka7
e13eaeeaf2 Fix typo in docs (#2237) 2017-04-11 21:44:32 +02:00
wgwz
1b7258f816 Provides a link to the examples src
- moved the link towards the top for better visibility
2016-12-31 18:51:00 -05:00
wgwz
949771adf5 Add reference to largerapp src in docs 2016-12-30 13:42:14 -05:00
Kyle Lawlor
59104db2f2 Address #1980 (#2021)
* Distinguish between directories and files

* Convert larger apps to make use of setup.py

- replaces runserver.py with setup.py
- example now runs with recommended structure

* Fixes a typo and formats the added paragraph
2016-09-11 17:53:35 +02:00
defuz
d338dc8a13 docs: `.html, .py` 2014-11-05 07:52:04 +03:00
defuz
06d9a5e738 docs: :file:/var/www/foo, `/static` 2014-11-05 07:19:02 +03:00
defuz
a8f570cc62 docs: :file:app.py, :file:yourapp/templates 2014-11-05 06:45:22 +03:00
Filip Ristić
c2661dd4bc Update docs/patterns/packages.rst 2012-03-20 22:07:58 +01:00
Brandon Stafford
5304a15adc Add runserver.py filename to match earlier section of example 2011-08-04 22:31:11 -03:00
Armin Ronacher
dbfa04ece6 Removed old module documentation and added some new for blueprints. 2011-06-17 03:29:31 +02:00
Ronny Pfannschmidt
74514fc837 the import order note was meant to be bold, not cursive 2011-05-08 11:31:52 +02:00
Drew Vogel
3deae1bd48 Clarified language related to avoiding circular imports.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-03-14 14:26:33 -04:00
Armin Ronacher
8ed051d5b5 Fixed a terrible wrong part in the module documentation 2011-02-10 21:43:13 +01:00
agentultra
325b96099a Small change to the packages documentation example for clarity 2010-10-07 19:33:10 +08:00
agentultra
c62422c318 Updated documentation on packaging patterns 2010-09-10 06:56:16 +08:00
Armin Ronacher
e84ca8ed94 Clearified that 2010-07-15 15:43:17 +02:00
Armin Ronacher
bc8e021b34 Added a note on references to static folders 2010-07-15 15:42:27 +02:00
florentx
16e4d5a655 Various typos. 2010-07-07 02:09:07 +08:00
Armin Ronacher
77743a5f15 Some documentation improvements 2010-07-06 12:33:39 +02:00
Andre Wobst
f66c252e47 typo 2010-06-15 07:14:58 +08:00
jgraeme
540eca16f8 Fix some typos in the docs
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-06-10 21:54:38 +02:00
Dag Odenhall
216472b43d Fix missing plural in documentation 2010-06-02 05:32:26 +08:00
Armin Ronacher
0da39c76e3 More documentation updates :) 2010-04-24 18:30:38 +02:00
florentx
3c821a0fa4 Fix typos and remove unused import. 2010-04-20 18:40:58 +02:00
Chris Edgemon
a7ff9dbddd Proofreading the documentation 2010-04-19 23:25:51 -05:00
Armin Ronacher
123a1ad019 Breaking docs up into smaller pieces 2010-04-18 13:35:40 +02:00