Skip to content

Commit 172b295

Browse files
committed
new flask resource
1 parent 1d8ad47 commit 172b295

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,12 @@ <h2>Flask resources</h2>
14331433
once you've built an app and want to deploy it.</p>
14341434
</li>
14351435
<li>
1436+
<p><a href="http://charlesleifer.com/blog/how-to-make-a-flask-blog-in-one-hour-or-less/">How to make a Flask blog in one hour or less</a>
1437+
is a well written tutorial that uses the
1438+
<a href="https://peewee.readthedocs.org/en/latest/">Peewee ORM</a> instead of
1439+
SQLAlchemy for the blog back end.</p>
1440+
</li>
1441+
<li>
14361442
<p>The Tuts+ <a href="http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822">Flask tutorial</a>
14371443
is another great walkthrough for getting started with the framework.</p>
14381444
</li>

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>2015-03-15T11:25:53Z</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>2015-03-15T11:34:29Z</updated></feed>

flask.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ <h2>Flask resources</h2>
162162
once you've built an app and want to deploy it.</p>
163163
</li>
164164
<li>
165+
<p><a href="http://charlesleifer.com/blog/how-to-make-a-flask-blog-in-one-hour-or-less/">How to make a Flask blog in one hour or less</a>
166+
is a well written tutorial that uses the
167+
<a href="https://peewee.readthedocs.org/en/latest/">Peewee ORM</a> instead of
168+
SQLAlchemy for the blog back end.</p>
169+
</li>
170+
<li>
165171
<p>The Tuts+ <a href="http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822">Flask tutorial</a>
166172
is another great walkthrough for getting started with the framework.</p>
167173
</li>

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
133133
[Packaging a Flask app in a Debian package](http://www.plankandwhittle.com/packaging-a-flask-app-in-a-debian-package/)
134134
once you've built an app and want to deploy it.
135135

136+
* [How to make a Flask blog in one hour or less](http://charlesleifer.com/blog/how-to-make-a-flask-blog-in-one-hour-or-less/)
137+
is a well written tutorial that uses the
138+
[Peewee ORM](https://peewee.readthedocs.org/en/latest/) instead of
139+
SQLAlchemy for the blog back end.
140+
136141
* The Tuts+ [Flask tutorial](http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822)
137142
is another great walkthrough for getting started with the framework.
138143

0 commit comments

Comments
 (0)