File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments