Skip to content

Commit 5ea9eab

Browse files
committed
adding new flask resources
1 parent c582e7a commit 5ea9eab

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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-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>

source/content/pages/08-web-frameworks/0801-web-frameworks.markdown

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

web-frameworks.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)