File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +12
-1
lines changed 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 >2014-04-28T12:51: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 >2014-04-28T12:55:45Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -145,6 +145,12 @@ <h2>Open source Flask example projects</h2>
145145< p > Use the < a href ="https://github.com/kamalgill/flask-appengine-template "> Flask App Engine Template</ a >
146146 for getting set up on Google App Engine with Flask.</ p >
147147</ li >
148+ < li >
149+ < p > Here is a
150+ < a href ="http://charlesleifer.com/blog/saturday-morning-hack-a-little-note-taking-app-with-flask/ "> note-taking app</ a >
151+ along with the
152+ < a href ="https://gist.github.com/coleifer/632d3c9aa6b2ea519384 "> source code in Gists</ a > .</ p >
153+ </ li >
148154</ ul >
149155< h3 > What do you need to learn about web frameworks next?</ h3 >
150156 < div class ="row ">
Original file line number Diff line number Diff line change @@ -115,5 +115,10 @@ book so consider picking that up as well.
115115* Use the [ Flask App Engine Template] ( https://github.com/kamalgill/flask-appengine-template )
116116 for getting set up on Google App Engine with Flask.
117117
118+ * Here is a
119+ [ note-taking app] ( http://charlesleifer.com/blog/saturday-morning-hack-a-little-note-taking-app-with-flask/ )
120+ along with the
121+ [ source code in Gists] ( https://gist.github.com/coleifer/632d3c9aa6b2ea519384 ) .
122+
118123
119124### What do you need to learn about web frameworks next?
You can’t perform that action at this time.
0 commit comments