File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -490,6 +490,10 @@ <h2>Open source Flask example projects</h2>
490490 along with the
491491 < a href ="https://gist.github.com/coleifer/632d3c9aa6b2ea519384 "> source code in Gists</ a > .</ p >
492492</ li >
493+ < li >
494+ < p > < a href ="https://github.com/BouncyNudibranch/bean-counter "> Bean Counter</ a > is an
495+ open source Flask app for tracking coffee.</ p >
496+ </ li >
493497</ ul >
494498< h2 > Flask framework learning checklist</ h2 >
495499< p > < i class ="fa fa-check-square-o "> </ i >
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-08-12T12:39:43Z </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-08-12T12:49:51Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -188,6 +188,10 @@ <h2>Open source Flask example projects</h2>
188188 along with the
189189 < a href ="https://gist.github.com/coleifer/632d3c9aa6b2ea519384 "> source code in Gists</ a > .</ p >
190190</ li >
191+ < li >
192+ < p > < a href ="https://github.com/BouncyNudibranch/bean-counter "> Bean Counter</ a > is an
193+ open source Flask app for tracking coffee.</ p >
194+ </ li >
191195</ ul >
192196< h2 > Flask framework learning checklist</ h2 >
193197< p > < i class ="fa fa-check-square-o "> </ i >
Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ book which is an excellent learning resource.
150150 along with the
151151 [ source code in Gists] ( https://gist.github.com/coleifer/632d3c9aa6b2ea519384 ) .
152152
153+ * [ Bean Counter] ( https://github.com/BouncyNudibranch/bean-counter ) is an
154+ open source Flask app for tracking coffee.
155+
153156
154157## Flask framework learning checklist
155158<i class =" fa fa-check-square-o " ></i >
You can’t perform that action at this time.
0 commit comments