Skip to content

Commit b11c829

Browse files
committed
adding one more flask tutorial
1 parent 8290f35 commit b11c829

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-14T12:55:06Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-16T09:25:39Z</updated></feed>

source/content/pages/08-web-frameworks/0801-web-frameworks.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,12 @@ book so consider picking that up as well.
137137
* Randall Degges wrote a detailed walkthrough for
138138
[building a Flask app in 30 minutes](https://stormpath.com/blog/build-a-flask-app-in-30-minutes/).
139139

140-
* Great post by Jeff Knupp on [Productionizing a Flask App](http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/)
140+
* Nice post by Jeff Knupp on [Productionizing a Flask App](http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/).
141+
142+
* [Building Websites in Python with Flask](http://maximebf.com/blog/2012/10/building-websites-in-python-with-flask/#.U06EZ-ZdW4J)
143+
is another walkthrough tutorial from first steps through
144+
[getting bigger with Flask](http://maximebf.com/blog/2012/11/getting-bigger-with-flask/).
145+
141146

142147
* The Plank & Whittle blog has two posts, one on
143148
[Packaging a Flask web app](http://www.plankandwhittle.com/packaging-a-flask-web-app/)

web-frameworks.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,12 @@ <h3>Flask resources</h3>
206206
<a href="https://stormpath.com/blog/build-a-flask-app-in-30-minutes/">building a Flask app in 30 minutes</a>.</p>
207207
</li>
208208
<li>
209-
<p>Great post by Jeff Knupp on <a href="http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/">Productionizing a Flask App</a></p>
209+
<p>Nice post by Jeff Knupp on <a href="http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/">Productionizing a Flask App</a>.</p>
210+
</li>
211+
<li>
212+
<p><a href="http://maximebf.com/blog/2012/10/building-websites-in-python-with-flask/#.U06EZ-ZdW4J">Building Websites in Python with Flask</a>
213+
is another walkthrough tutorial from first steps through
214+
<a href="http://maximebf.com/blog/2012/11/getting-bigger-with-flask/">getting bigger with Flask</a>.</p>
210215
</li>
211216
<li>
212217
<p>The Plank &amp; Whittle blog has two posts, one on

0 commit comments

Comments
 (0)