Skip to content

Commit 9d9a83d

Browse files
committed
adding flask blog post
1 parent 50ccc78 commit 9d9a83d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ <h2>Flask resources</h2>
413413
<li>
414414
<p><a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
415415
is the first of a multipart series on working with Flask and an AngularJS
416-
front end.</p>
416+
front end.
417+
<a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-2/">Part 2</a> is also available
418+
<a href="https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs">along with the source code</a>.</p>
417419
</li>
418420
<li>
419421
<p><a href="http://flask.pocoo.org/extensions/">The Flask Extensions Registry</a> is 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-09-16T08:55:27Z</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-09-16T08:58:53Z</updated></feed>

flask.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ <h2>Flask resources</h2>
9999
<li>
100100
<p><a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
101101
is the first of a multipart series on working with Flask and an AngularJS
102-
front end.</p>
102+
front end.
103+
<a href="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-2/">Part 2</a> is also available
104+
<a href="https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs">along with the source code</a>.</p>
103105
</li>
104106
<li>
105107
<p><a href="http://flask.pocoo.org/extensions/">The Flask Extensions Registry</a> is a

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ book which is an excellent learning resource.
7979

8080
* [Building a blog using Flask and AngularJS Part 1](http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/)
8181
is the first of a multipart series on working with Flask and an AngularJS
82-
front end.
82+
front end.
83+
[Part 2](http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-2/) is also available
84+
[along with the source code](https://github.com/basco-johnkevin/building-a-blog-using-flask-and-angularjs).
8385

8486
* [The Flask Extensions Registry](http://flask.pocoo.org/extensions/) is a
8587
curated list of the best packages that extend Flask. It's the first location

0 commit comments

Comments
 (0)