Skip to content

Commit 3d46f33

Browse files
committed
adding new flask app
1 parent 590a209 commit 3d46f33

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

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-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>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)