Skip to content

Commit 74da6cb

Browse files
committed
adding new flask project example
1 parent b6bda1c commit 74da6cb

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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-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>

flask.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

source/content/pages/02-web-frameworks/0203-flask.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)