File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +10
-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-06-19T08:22:37Z </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-06-20T08:56:26Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -146,6 +146,11 @@ <h2>Flask resources</h2>
146146< h2 > Open source Flask example projects</ h2 >
147147< ul >
148148< li >
149+ < p > < a href ="https://github.com/miguelgrinberg/microblog "> Microblog</ a > is the companion
150+ open source project that goes along with Miguel Grinberg's O'Reilly Flask
151+ book.</ p >
152+ </ li >
153+ < li >
149154< p > < a href ="https://github.com/JackStouffer/Flask-Foundation "> Flask Foundation</ a > is a
150155 starting point for new Flask projects.</ p >
151156</ li >
Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ book so consider picking that up as well.
117117
118118
119119## Open source Flask example projects
120+ * [ Microblog] ( https://github.com/miguelgrinberg/microblog ) is the companion
121+ open source project that goes along with Miguel Grinberg's O'Reilly Flask
122+ book.
123+
120124* [ Flask Foundation] ( https://github.com/JackStouffer/Flask-Foundation ) is a
121125 starting point for new Flask projects.
122126
You can’t perform that action at this time.
0 commit comments