You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,13 @@ <h2>Flask resources</h2>
445
445
<p><ahref="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>
446
446
</li>
447
447
<li>
448
+
<p><ahref="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>
448
455
<p><ahref="http://blog.john.mayonvolcanosoftware.com/building-a-blog-using-flask-and-angularjs-part-1/">Building a blog using Flask and AngularJS Part 1</a>
449
456
is the first of a multipart series on working with Flask and an AngularJS
Copy file name to clipboardExpand all lines: flask.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,13 @@ <h2>Flask resources</h2>
97
97
<p><ahref="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>
98
98
</li>
99
99
<li>
100
+
<p><ahref="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>
100
107
<p><ahref="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
108
is the first of a multipart series on working with Flask and an AngularJS
0 commit comments