Skip to content

Commit d2e407b

Browse files
committed
new flask resource
1 parent a2e0a3b commit d2e407b

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,11 @@ <h2>Flask resources</h2>
13551355
building Flask apps.</p>
13561356
</li>
13571357
<li>
1358+
<p><a href="http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html">How I Structure My Flask Application</a>
1359+
walks through how this developer organizes the components and architecture
1360+
for his Flask applications.</p>
1361+
</li>
1362+
<li>
13581363
<p>Randall Degges wrote a detailed walkthrough for
13591364
<a href="https://stormpath.com/blog/build-a-flask-app-in-30-minutes/">building a Flask app in 30 minutes</a>.</p>
13601365
</li>

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>2015-03-04T17:58:33Z</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>2015-03-05T10:48:36Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ <h2>Flask resources</h2>
138138
building Flask apps.</p>
139139
</li>
140140
<li>
141+
<p><a href="http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html">How I Structure My Flask Application</a>
142+
walks through how this developer organizes the components and architecture
143+
for his Flask applications.</p>
144+
</li>
145+
<li>
141146
<p>Randall Degges wrote a detailed walkthrough for
142147
<a href="https://stormpath.com/blog/build-a-flask-app-in-30-minutes/">building a Flask app in 30 minutes</a>.</p>
143148
</li>

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
114114
being open sourced. The book explains best practices and patterns for
115115
building Flask apps.
116116

117+
* [How I Structure My Flask Application](http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html)
118+
walks through how this developer organizes the components and architecture
119+
for his Flask applications.
120+
117121
* Randall Degges wrote a detailed walkthrough for
118122
[building a Flask app in 30 minutes](https://stormpath.com/blog/build-a-flask-app-in-30-minutes/).
119123

0 commit comments

Comments
 (0)