File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +8
-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-29T07:27:01Z </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-29T10:29:05Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ <h2>Open source Flask example projects</h2>
147147 starting point for new Flask projects.</ p >
148148</ li >
149149< li >
150+ < p > < a href ="https://github.com/mjhea0/flaskr-tdd "> Flaskr TDD</ a > takes the official Flask
151+ tutorial and adds test driven development and JQuery to the project. </ p >
152+ </ li >
153+ < li >
150154< p > Use the < a href ="https://github.com/kamalgill/flask-appengine-template "> Flask App Engine Template</ a >
151155 for getting set up on Google App Engine with Flask.</ p >
152156</ li >
Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ book so consider picking that up as well.
116116* [ Flask Foundation] ( https://github.com/JackStouffer/Flask-Foundation ) is a
117117 starting point for new Flask projects.
118118
119+ * [ Flaskr TDD] ( https://github.com/mjhea0/flaskr-tdd ) takes the official Flask
120+ tutorial and adds test driven development and JQuery to the project.
121+
119122* Use the [ Flask App Engine Template] ( https://github.com/kamalgill/flask-appengine-template )
120123 for getting set up on Google App Engine with Flask.
121124
You can’t perform that action at this time.
0 commit comments