Skip to content

Commit 7bb0e33

Browse files
committed
Changed target audience section
1 parent 54c3df6 commit 7bb0e33

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/foreword.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,13 @@ So always keep that in mind when doing web development.
7676
Target Audience
7777
---------------
7878

79-
Is Flask for you? If your application small-ish (less than 4000 lines of
80-
Python code) and does not depend on too complex database structures, Flask
81-
is the Framework for you. It was designed from the ground up to be easy
82-
to use, based on established principles, good intentions and on top of two
83-
established libraries in widespread usage.
79+
Is Flask for you? If your application small-ish and does not depend on
80+
too complex database structures, Flask is the Framework for you. It was
81+
designed from the ground up to be easy to use, based on established
82+
principles, good intentions and on top of two established libraries in
83+
widespread usage. Recent versions of Flask scale nicely within reasonable
84+
bounds and if you grow larger, you won't have any troubles adjusting Flask
85+
for your new application size.
8486

8587
Flask serves two purposes: it's an example of how to create a minimal and
8688
opinionated framework on top of Werkzeug to show how this can be done, and

0 commit comments

Comments
 (0)