Skip to content

Commit c582e7a

Browse files
committed
adding new resources to flask list
1 parent a1c4809 commit c582e7a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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-07T11:37:51Z</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-08T09:26:53Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ book so consider picking that up as well.
134134
to look through when you're wondering how to do something that's not in the
135135
core framework.
136136

137+
* Randall Degges wrote a detailed walkthrough for
138+
[building a Flask app in 30 minutes](https://stormpath.com/blog/build-a-flask-app-in-30-minutes/).
139+
137140
* Great post by Jeff Knupp on [Productionizing a Flask App](http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/)
138141

139142
* The Plank & Whittle blog has two posts, one on

web-frameworks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ <h3>Flask resources</h3>
202202
core framework.</p>
203203
</li>
204204
<li>
205+
<p>Randall Degges wrote a detailed walkthrough for
206+
<a href="https://stormpath.com/blog/build-a-flask-app-in-30-minutes/">building a Flask app in 30 minutes</a>.</p>
207+
</li>
208+
<li>
205209
<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>
206210
</li>
207211
<li>

0 commit comments

Comments
 (0)