Skip to content

Commit dd9e0b2

Browse files
committed
updating flask resources section
1 parent 7a607ff commit dd9e0b2

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

change-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>2014</h2>
8383
Merged several pull requests (see closed
8484
<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pulls">GitHub repo pull requests</a>). New resources for platform-as-a-service section. Adding new
8585
sections specified by the community as missing. Reorganized ordering of
86-
content.</p>
86+
content. Broke out subsections for Django and Flask.</p>
8787
<p>Jan: Adding configuration management, application dependencies, and source
8888
control sections. Also updating about section. Updated design to be fully
8989
responsive.</p>

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-02-15T11:24:35Z</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-02-15T13:03:51Z</updated></feed>

source/content/pages/change-log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Added task queues section due to reader feedback. Rewrote intro section.
1414
Merged several pull requests (see closed
1515
`GitHub repo pull requests <https://github.com/makaimc/fullstackpython.github.com/pulls>`_). New resources for platform-as-a-service section. Adding new
1616
sections specified by the community as missing. Reorganized ordering of
17-
content.
17+
content. Broke out subsections for Django and Flask.
1818

1919
Jan: Adding configuration management, application dependencies, and source
2020
control sections. Also updating about section. Updated design to be fully

source/content/pages/web-frameworks.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ resource:
128128

129129
* `Part 18: Deployment on the Heroku Cloud <http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud>`_
130130

131-
Yeah, there are a lot of parts to the series. However, it helps to keep the
132-
complexity contained to small pieces at a time. The whole series is well
131+
Yes, there are many parts to the series. However, each post is focused on
132+
a single topic to contain the complexity. The whole series is well
133133
worth an in-depth read-through. The
134134
`author <https://twitter.com/miguelgrinberg>`_ is also writing the
135135
`O'Reilly Flask Web Development <http://shop.oreilly.com/product/0636920031116.do>`_
@@ -186,3 +186,6 @@ Web Framework Resources
186186
`web.py <http://webpy.org/>`_ are the most common Python web frameworks other
187187
than Django and Flask.
188188

189+
This `roundup of 14 minimal Python frameworks <http://codecondo.com/14-minimal-web-frameworks-for-python/>`_
190+
contains both familiar and less known Python libraries.
191+

web-frameworks.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ <h3>Flask resources</h3>
166166
<li><a class="reference external" href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvii-deployment-on-linux-even-on-the-raspberry-pi">Part 17: Deployment on Linux</a></li>
167167
<li><a class="reference external" 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></li>
168168
</ul>
169-
<p>Yeah, there are a lot of parts to the series. However, it helps to keep the
170-
complexity contained to small pieces at a time. The whole series is well
169+
<p>Yes, there are many parts to the series. However, each post is focused on
170+
a single topic to contain the complexity. The whole series is well
171171
worth an in-depth read-through. The
172172
<a class="reference external" href="https://twitter.com/miguelgrinberg">author</a> is also writing the
173173
<a class="reference external" href="http://shop.oreilly.com/product/0636920031116.do">O'Reilly Flask Web Development</a>
@@ -215,6 +215,8 @@ <h3>Web Framework Resources</h3>
215215
<a class="reference external" href="http://falconframework.org/">Falcon</a>,
216216
<a class="reference external" href="http://webpy.org/">web.py</a> are the most common Python web frameworks other
217217
than Django and Flask.</p>
218+
<p>This <a class="reference external" href="http://codecondo.com/14-minimal-web-frameworks-for-python/">roundup of 14 minimal Python frameworks</a>
219+
contains both familiar and less known Python libraries.</p>
218220
</div>
219221
</div>
220222

0 commit comments

Comments
 (0)