Skip to content

Commit efa48ac

Browse files
committed
new link to flask and standalone wsgi containers
1 parent 0a38b56 commit efa48ac

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-07-14T09:05:09Z</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-15T08:44:21Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ <h2>Flask resources</h2>
153153
covers integrating the Twilio API into a Flask application and how to test
154154
that functionality with <a href="https://nose.readthedocs.org/en/latest/">nose</a>.</p>
155155
</li>
156+
<li>
157+
<p>The Flask documentation has some quick examples for how to deploy Flask
158+
with
159+
<a href="http://flask.pocoo.org/docs/deploying/wsgi-standalone/">standalone WSGI containers</a>.</p>
160+
</li>
156161
</ul>
157162
<h2>Open source Flask example projects</h2>
158163
<ul>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ book which is an excellent learning resource.
123123
covers integrating the Twilio API into a Flask application and how to test
124124
that functionality with [nose](https://nose.readthedocs.org/en/latest/).
125125

126+
* The Flask documentation has some quick examples for how to deploy Flask
127+
with
128+
[standalone WSGI containers](http://flask.pocoo.org/docs/deploying/wsgi-standalone/).
129+
126130

127131
## Open source Flask example projects
128132
* [Microblog](https://github.com/miguelgrinberg/microblog) is the companion

0 commit comments

Comments
 (0)