Skip to content

Commit d510cce

Browse files
committed
adding new flask open source project example
1 parent 80d3a58 commit d510cce

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-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-04-28T12:51:33Z</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-28T12:55:45Z</updated></feed>

flask.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ <h2>Open source Flask example projects</h2>
145145
<p>Use the <a href="https://github.com/kamalgill/flask-appengine-template">Flask App Engine Template</a>
146146
for getting set up on Google App Engine with Flask.</p>
147147
</li>
148+
<li>
149+
<p>Here is a
150+
<a href="http://charlesleifer.com/blog/saturday-morning-hack-a-little-note-taking-app-with-flask/">note-taking app</a>
151+
along with the
152+
<a href="https://gist.github.com/coleifer/632d3c9aa6b2ea519384">source code in Gists</a>.</p>
153+
</li>
148154
</ul>
149155
<h3>What do you need to learn about web frameworks next?</h3>
150156
<div class="row">

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,10 @@ book so consider picking that up as well.
115115
* Use the [Flask App Engine Template](https://github.com/kamalgill/flask-appengine-template)
116116
for getting set up on Google App Engine with Flask.
117117

118+
* Here is a
119+
[note-taking app](http://charlesleifer.com/blog/saturday-morning-hack-a-little-note-taking-app-with-flask/)
120+
along with the
121+
[source code in Gists](https://gist.github.com/coleifer/632d3c9aa6b2ea519384).
122+
118123

119124
### What do you need to learn about web frameworks next?

0 commit comments

Comments
 (0)