Skip to content

Commit bb416bb

Browse files
committed
adding new flask project
1 parent 086e2dd commit bb416bb

File tree

3 files changed

+8
-1
lines changed

3 files changed

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

flask.html

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

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

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

0 commit comments

Comments
 (0)