File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
source/content/pages/08-web-frameworks Expand file tree Collapse file tree 3 files changed +10
-3
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-04-08T09:26:53Z </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-08T09:32:41Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -145,9 +145,12 @@ book so consider picking that up as well.
145145 [ Packaging a Flask app in a Debian package] ( http://www.plankandwhittle.com/packaging-a-flask-app-in-a-debian-package/ )
146146 once you've built an app and want to deploy it.
147147
148- * The tuts + [ Flask tutorial] ( http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822 )
148+ * The Tuts + [ Flask tutorial] ( http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822 )
149149 is another great walkthrough for getting started with the framework.
150150
151+ * [ Packaging a Flask web app] ( http://www.plankandwhittle.com/packaging-a-flask-web-app/ )
152+ walks through how to deploy your Flask app after you've built it.
153+
151154
152155## Bottle
153156[ Bottle] ( http://bottlepy.org/docs/dev/index.html ) is a WSGI-compliant
Original file line number Diff line number Diff line change @@ -216,9 +216,13 @@ <h3>Flask resources</h3>
216216 once you've built an app and want to deploy it.</ p >
217217</ li >
218218< li >
219- < p > The tuts + < a href ="http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822 "> Flask tutorial</ a >
219+ < p > The Tuts + < a href ="http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822 "> Flask tutorial</ a >
220220 is another great walkthrough for getting started with the framework.</ p >
221221</ li >
222+ < li >
223+ < p > < a href ="http://www.plankandwhittle.com/packaging-a-flask-web-app/ "> Packaging a Flask web app</ a >
224+ walks through how to deploy your Flask app after you've built it.</ p >
225+ </ li >
222226</ ul >
223227< h2 > Bottle</ h2 >
224228< p > < a href ="http://bottlepy.org/docs/dev/index.html "> Bottle</ a > is a WSGI-compliant
You can’t perform that action at this time.
0 commit comments