Skip to content

Commit bf220f8

Browse files
committed
adding new blog post
1 parent 3674108 commit bf220f8

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,13 @@ <h2>Flask resources</h2>
445445
<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>
446446
</li>
447447
<li>
448+
<p><a href="https://www.twilio.com/blog/2014/10/branded-mms-coupon-generation-with-python-and-twilio.html">Branded MMS Coupon Generation with Python and Twilio</a>
449+
is a Flask tutorial I wrote for building a web application that can send
450+
branded barcode coupons via MMS. The post goes through every step from
451+
a blank directory until you have a working app that you can deploy to
452+
Heroku.</p>
453+
</li>
454+
<li>
448455
<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>
449456
is the first of a multipart series on working with Flask and an AngularJS
450457
front end.

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-10-02T19:25:40Z</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-10-06T14:15:34Z</updated></feed>

flask.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ <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="https://www.twilio.com/blog/2014/10/branded-mms-coupon-generation-with-python-and-twilio.html">Branded MMS Coupon Generation with Python and Twilio</a>
101+
is a Flask tutorial I wrote for building a web application that can send
102+
branded barcode coupons via MMS. The post goes through every step from
103+
a blank directory until you have a working app that you can deploy to
104+
Heroku.</p>
105+
</li>
106+
<li>
100107
<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>
101108
is the first of a multipart series on working with Flask and an AngularJS
102109
front end.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ 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+
* [Branded MMS Coupon Generation with Python and Twilio](https://www.twilio.com/blog/2014/10/branded-mms-coupon-generation-with-python-and-twilio.html)
81+
is a Flask tutorial I wrote for building a web application that can send
82+
branded barcode coupons via MMS. The post goes through every step from
83+
a blank directory until you have a working app that you can deploy to
84+
Heroku.
85+
8086
* [Building a blog using Flask and AngularJS Part 1](http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/)
8187
is the first of a multipart series on working with Flask and an AngularJS
8288
front end.

0 commit comments

Comments
 (0)