Skip to content

Commit 3b0e844

Browse files
committed
new flask resources
1 parent 891cc2a commit 3b0e844

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

all.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,14 @@ <h2>Flask resources</h2>
597597
<a href="https://www.twilio.com/">Twilio</a> for SMS.</p>
598598
</li>
599599
<li>
600+
<p>The blog post series "Things which aren't magic" covers how Flask's
601+
ubiquitous @app.route decorator works under the covers. There are two
602+
parts in the series,
603+
<a href="http://ains.co/blog/things-which-arent-magic-flask-part-1.html">part 1</a>
604+
and
605+
<a href="http://ains.co/blog/things-which-arent-magic-flask-part-2.html">part 2</a>.</p>
606+
</li>
607+
<li>
600608
<p><a href="http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/">Flask by Example: Part 1</a>
601609
shows the basic first steps for setting up a Flask project.
602610
<a href="http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/">Part 2</a>

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-12-30T11:14:23Z</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-12-31T10:36:11Z</updated></feed>

flask.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ <h2>Flask resources</h2>
166166
<a href="https://www.twilio.com/">Twilio</a> for SMS.</p>
167167
</li>
168168
<li>
169+
<p>The blog post series "Things which aren't magic" covers how Flask's
170+
ubiquitous @app.route decorator works under the covers. There are two
171+
parts in the series,
172+
<a href="http://ains.co/blog/things-which-arent-magic-flask-part-1.html">part 1</a>
173+
and
174+
<a href="http://ains.co/blog/things-which-arent-magic-flask-part-2.html">part 2</a>.</p>
175+
</li>
176+
<li>
169177
<p><a href="http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/">Flask by Example: Part 1</a>
170178
shows the basic first steps for setting up a Flask project.
171179
<a href="http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/">Part 2</a>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ book which is an excellent learning resource.
134134
[Nitrous.io](https://www.nitrous.io/) to get started and
135135
[Twilio](https://www.twilio.com/) for SMS.
136136

137+
* The blog post series "Things which aren't magic" covers how Flask's
138+
ubiquitous @app.route decorator works under the covers. There are two
139+
parts in the series,
140+
[part 1](http://ains.co/blog/things-which-arent-magic-flask-part-1.html)
141+
and
142+
[part 2](http://ains.co/blog/things-which-arent-magic-flask-part-2.html).
143+
137144
* [Flask by Example: Part 1](http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/)
138145
shows the basic first steps for setting up a Flask project.
139146
[Part 2](http://www.realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/)

0 commit comments

Comments
 (0)