File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,13 @@ So always keep that in mind when doing web development.
76
76
Target Audience
77
77
---------------
78
78
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.
84
86
85
87
Flask serves two purposes: it's an example of how to create a minimal and
86
88
opinionated framework on top of Werkzeug to show how this can be done, and
You can’t perform that action at this time.
0 commit comments