Skip to content

Commit a7a54e9

Browse files
committed
Add cookiecutter-flask to the example projects list
1 parent c750a3c commit a7a54e9

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

flask.html

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

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

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

0 commit comments

Comments
 (0)