Skip to content

Commit fc04a4a

Browse files
committed
adding nice new blog post on angular and flask
1 parent 2a38c08 commit fc04a4a

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@ <h2>Flask resources</h2>
403403
<p><a href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud">Part 18: Deployment on the Heroku Cloud</a></p>
404404
</li>
405405
<li>
406+
<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>
407+
is the first of a multipart series on working with Flask and an AngularJS
408+
front end.</p>
409+
</li>
410+
<li>
406411
<p><a href="http://flask.pocoo.org/extensions/">The Flask Extensions Registry</a> is a
407412
curated list of the best packages that extend Flask. It's the first location
408413
to look through when you're wondering how to do something that's not in the

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-08-21T12:34:18Z</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-08-25T08:21:06Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ <h2>Flask resources</h2>
9797
<p><a href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud">Part 18: Deployment on the Heroku Cloud</a></p>
9898
</li>
9999
<li>
100+
<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>
101+
is the first of a multipart series on working with Flask and an AngularJS
102+
front end.</p>
103+
</li>
104+
<li>
100105
<p><a href="http://flask.pocoo.org/extensions/">The Flask Extensions Registry</a> is a
101106
curated list of the best packages that extend Flask. It's the first location
102107
to look through when you're wondering how to do something that's not in the

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ book which is an excellent learning resource.
7777
* [Part 17: Deployment on Linux](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvii-deployment-on-linux-even-on-the-raspberry-pi)
7878
* [Part 18: Deployment on the Heroku Cloud](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud)
7979

80+
* [Building a blog using Flask and AngularJS Part 1](http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/)
81+
is the first of a multipart series on working with Flask and an AngularJS
82+
front end.
83+
8084
* [The Flask Extensions Registry](http://flask.pocoo.org/extensions/) is a
8185
curated list of the best packages that extend Flask. It's the first location
8286
to look through when you're wondering how to do something that's not in the

0 commit comments

Comments
 (0)