Skip to content

Commit a0eb549

Browse files
committed
merge PR mattmakai#32 and regenerate HTML
1 parent 7e0658f commit a0eb549

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-07-24T09:50:38Z</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-07-24T10:48:29Z</updated></feed>

web-frameworks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2>Common web framework functionality</h2>
6565
<p>For example, the Django web application framework includes an
6666
Object-Relational Mapping (ORM) layer that abstracts relational database
6767
read, write, query, and delete operations. However, Django's ORM
68-
cannot work without significant modification on non-relational databases such
68+
cannot work without significant modification on non-relational databases such as
6969
<a href="http://www.mongodb.org/">MongoDB</a>.
7070
Some other web frameworks such as Flask and Pyramid are easier to
7171
use with non-relational databases by incorporating external Python libraries.
@@ -76,7 +76,7 @@ <h2>General web framework resources</h2>
7676
<li>
7777
<p>"<a href="http://www.jeffknupp.com/blog/2014/03/03/what-is-a-web-framework/">What is a web framework?</a>"
7878
by <a href="https://twitter.com/jeffknupp">Jeff Knupp</a>
79-
is a in-depth explanation of what a web framework is and their relation
79+
is an in-depth explanation of what a web framework is and their relation
8080
to web servers.</p>
8181
</li>
8282
<li>

0 commit comments

Comments
 (0)