Skip to content

Commit b1b74cc

Browse files
committed
adding new flask resources
1 parent 687678c commit b1b74cc

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,11 @@ <h2>Flask resources</h2>
445445
<a href="https://stormpath.com/blog/build-a-flask-app-in-30-minutes/">building a Flask app in 30 minutes</a>.</p>
446446
</li>
447447
<li>
448+
<p><a href="http://charlesleifer.com/blog/saturday-morning-hacks-building-an-analytics-app-with-flask/">Building an Analytics App with Flask</a>
449+
is a detailed walkthrough for collecting and analyzing webpage
450+
analytics with your own Flask app.</p>
451+
</li>
452+
<li>
448453
<p>Nice post by Jeff Knupp on <a href="http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/">Productionizing a Flask App</a>.</p>
449454
</li>
450455
<li>
@@ -3771,6 +3776,10 @@ <h1>Change Log</h1>
37713776
the
37723777
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
37733778
<h2>2014</h2>
3779+
<h3>October</h3>
3780+
<ul>
3781+
<li>New Flask resources.</li>
3782+
</ul>
37743783
<h3>September</h3>
37753784
<ul>
37763785
<li>New resources for Flask, Django and task queues sections.</li>

change-log.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ <h1>Change Log</h1>
4444
the
4545
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
4646
<h2>2014</h2>
47+
<h3>October</h3>
48+
<ul>
49+
<li>New Flask resources.</li>
50+
</ul>
4751
<h3>September</h3>
4852
<ul>
4953
<li>New resources for Flask, Django and task queues sections.</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>2014-09-29T05:57:43Z</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-01T06:58:22Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ <h2>Flask resources</h2>
120120
<a href="https://stormpath.com/blog/build-a-flask-app-in-30-minutes/">building a Flask app in 30 minutes</a>.</p>
121121
</li>
122122
<li>
123+
<p><a href="http://charlesleifer.com/blog/saturday-morning-hacks-building-an-analytics-app-with-flask/">Building an Analytics App with Flask</a>
124+
is a detailed walkthrough for collecting and analyzing webpage
125+
analytics with your own Flask app.</p>
126+
</li>
127+
<li>
123128
<p>Nice post by Jeff Knupp on <a href="http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/">Productionizing a Flask App</a>.</p>
124129
</li>
125130
<li>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ book which is an excellent learning resource.
9696
* Randall Degges wrote a detailed walkthrough for
9797
[building a Flask app in 30 minutes](https://stormpath.com/blog/build-a-flask-app-in-30-minutes/).
9898

99+
* [Building an Analytics App with Flask](http://charlesleifer.com/blog/saturday-morning-hacks-building-an-analytics-app-with-flask/)
100+
is a detailed walkthrough for collecting and analyzing webpage
101+
analytics with your own Flask app.
102+
99103
* Nice post by Jeff Knupp on [Productionizing a Flask App](http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/).
100104

101105
* [Building Websites in Python with Flask](http://maximebf.com/blog/2012/10/building-websites-in-python-with-flask/#.U06EZ-ZdW4J)

source/content/pages/11-misc/1103-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ the
2323
[source repository's commit log](https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages) on GitHub.
2424

2525
## 2014
26+
### October
27+
* New Flask resources.
28+
2629
### September
2730
* New resources for Flask, Django and task queues sections.
2831
* A few new resources for NoSQL data stores.

0 commit comments

Comments
 (0)