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-07-28T22:12:07Z </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-07-28T22:32:39Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -171,6 +171,10 @@ <h2>Open source Flask example projects</h2>
171171 starting point for new Flask projects.</ p >
172172</ li >
173173< li >
174+ < p > < a href ="https://github.com/sloria/cookiecutter-flask "> Cookiecutter Flask</ a > is a project
175+ template for use with < a href ="https://github.com/audreyr/cookiecutter "> Cookiecutter</ a > .</ p >
176+ </ li >
177+ < li >
174178< p > < a href ="https://github.com/mjhea0/flaskr-tdd "> Flaskr TDD</ a > takes the official Flask
175179 tutorial and adds test driven development and JQuery to the project. </ p >
176180</ li >
Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ book which is an excellent learning resource.
136136* [ Flask Foundation] ( https://github.com/JackStouffer/Flask-Foundation ) is a
137137 starting point for new Flask projects.
138138
139+ * [ Cookiecutter Flask] ( https://github.com/sloria/cookiecutter-flask ) is a project
140+ template for use with [ Cookiecutter] ( https://github.com/audreyr/cookiecutter ) .
141+
139142* [ Flaskr TDD] ( https://github.com/mjhea0/flaskr-tdd ) takes the official Flask
140143 tutorial and adds test driven development and JQuery to the project.
141144
You can’t perform that action at this time.
0 commit comments