File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff 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 >
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-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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments