Skip to content

Commit 49e1fd8

Browse files
committed
adding new flask example app
1 parent a160432 commit 49e1fd8

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

all.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,9 @@ <h2>Open source Flask example projects</h2>
584584
<p><a href="https://github.com/BouncyNudibranch/bean-counter">Bean Counter</a> is an
585585
open source Flask app for tracking coffee.</p>
586586
</li>
587+
<li>
588+
<p><a href="http://flaskbb.org/">FlaskBB</a> is a Flask app for a discussion forum.</p>
589+
</li>
587590
</ul>
588591
<h2>Flask framework learning checklist</h2>
589592
<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-10-23T10:12:30Z</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-10-24T09:40:09Z</updated></feed>

flask.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ <h2>Open source Flask example projects</h2>
225225
<p><a href="https://github.com/BouncyNudibranch/bean-counter">Bean Counter</a> is an
226226
open source Flask app for tracking coffee.</p>
227227
</li>
228+
<li>
229+
<p><a href="http://flaskbb.org/">FlaskBB</a> is a Flask app for a discussion forum.</p>
230+
</li>
228231
</ul>
229232
<h2>Flask framework learning checklist</h2>
230233
<p><i class="fa fa-check-square-o"></i>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ book which is an excellent learning resource.
181181
* [Bean Counter](https://github.com/BouncyNudibranch/bean-counter) is an
182182
open source Flask app for tracking coffee.
183183

184+
* [FlaskBB](http://flaskbb.org/) is a Flask app for a discussion forum.
185+
184186

185187
## Flask framework learning checklist
186188
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)