File tree Expand file tree Collapse file tree
source/content/pages/04-web-development Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments