Skip to content

Commit afc0565

Browse files
committed
adding flask foundation companion site
1 parent 4128d2b commit afc0565

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,9 @@ <h2>Open source Flask example projects</h2>
560560
</li>
561561
<li>
562562
<p><a href="https://github.com/JackStouffer/Flask-Foundation">Flask Foundation</a> is a
563-
starting point for new Flask projects.</p>
563+
starting point for new Flask projects. There's also a
564+
<a href="https://jackstouffer.github.io/Flask-Foundation/">companion website</a> for
565+
the project that explains what extensions the base project includes.</p>
564566
</li>
565567
<li>
566568
<p><a href="https://github.com/sloria/cookiecutter-flask">Cookiecutter Flask</a> is a project

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-10-25T09:56:35Z</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-10-26T16:13:25Z</updated></feed>

flask.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ <h2>Open source Flask example projects</h2>
201201
</li>
202202
<li>
203203
<p><a href="https://github.com/JackStouffer/Flask-Foundation">Flask Foundation</a> is a
204-
starting point for new Flask projects.</p>
204+
starting point for new Flask projects. There's also a
205+
<a href="https://jackstouffer.github.io/Flask-Foundation/">companion website</a> for
206+
the project that explains what extensions the base project includes.</p>
205207
</li>
206208
<li>
207209
<p><a href="https://github.com/sloria/cookiecutter-flask">Cookiecutter Flask</a> is a project

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ book which is an excellent learning resource.
162162
book.
163163

164164
* [Flask Foundation](https://github.com/JackStouffer/Flask-Foundation) is a
165-
starting point for new Flask projects.
165+
starting point for new Flask projects. There's also a
166+
[companion website](https://jackstouffer.github.io/Flask-Foundation/) for
167+
the project that explains what extensions the base project includes.
166168

167169
* [Cookiecutter Flask](https://github.com/sloria/cookiecutter-flask) is a project
168170
template for use with [Cookiecutter](https://github.com/audreyr/cookiecutter).

0 commit comments

Comments
 (0)