You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/03-flask.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
53
53
<divclass="well see-also">Flask is an implementation of the <ahref="/web-frameworks.html">web frameworks</a> concept. Learn how these parts fit together in the <ahref="/web-development.html">web development</a> chapter or <ahref="/table-of-contents.html">view all topics</a>.</div>
54
54
55
55
56
-
## Flask resources
56
+
###Flask Tutorials
57
57
* The Flask mega tutorial by
58
58
[Miguel Grinberg](https://twitter.com/miguelgrinberg) is a perfect
59
59
starting resource for using this web framework. Each post focuses on a
@@ -229,7 +229,7 @@ to complex and can give you ideas about how to working on your codebase.
229
229
baked into the Flask project structure.
230
230
231
231
232
-
## Flask framework learning checklist
232
+
###Flask framework learning checklist
233
233
1.[Install Flask](http://flask.pocoo.org/docs/installation/) on
0 commit comments