Skip to content

Commit b2d0da5

Browse files
committed
new postgres resource
1 parent b5eed77 commit b2d0da5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

databases.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>Databases</h1>
8888
useful for web application data storage.</p>
8989
<p><a class="reference external" href="http://www.postgresql.org/">PostgreSQL</a> and
9090
<a class="reference external" href="http://www.mysql.com/">MySQL</a> are two of the most common open source
91-
databases.</p>
91+
databases for storing Python web application data.</p>
9292
<p><a class="reference external" href="http://www.sqlite.org/">SQLite</a> is a database that is stored in a single
9393
file on disk. SQLite is built into Python but is only built for access
9494
by a single connection at a time. Therefore is highly recommended to not
@@ -130,6 +130,8 @@ <h2>Database resources</h2>
130130
PostgreSQL content from around the web.</p>
131131
<p><a class="reference external" href="http://dbweekly.com/">DB Weekly</a> is a new (as of Feb 2014) weekly roundup
132132
of general database articles and resources.</p>
133+
<p><a class="reference external" href="http://www.ibm.com/developerworks/library/os-postgresecurity/">Total security in a PostgreSQL database</a>.
134+
There is no such thing as total security but this is a good article anyway.</p>
133135
</div>
134136

135137
<br/>

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-08T07:40:09Z</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-09T09:12:28Z</updated></feed>

source/content/pages/api-integration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ across many implementation areas.
2222
API Integration Resources
2323
-------------------------
2424
`Making Django Play Nice With Third Party Services <http://www.youtube.com/watch?v=iGP8DQIqxXs>`_ (DjangoCon 2013 video)
25+
26+

source/content/pages/databases.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ useful for web application data storage.
2323

2424
`PostgreSQL <http://www.postgresql.org/>`_ and
2525
`MySQL <http://www.mysql.com/>`_ are two of the most common open source
26-
databases.
26+
databases for storing Python web application data.
2727

2828
`SQLite <http://www.sqlite.org/>`_ is a database that is stored in a single
2929
file on disk. SQLite is built into Python but is only built for access
@@ -78,3 +78,5 @@ PostgreSQL content from around the web.
7878
`DB Weekly <http://dbweekly.com/>`_ is a new (as of Feb 2014) weekly roundup
7979
of general database articles and resources.
8080

81+
`Total security in a PostgreSQL database <http://www.ibm.com/developerworks/library/os-postgresecurity/>`_.
82+
There is no such thing as total security but this is a good article anyway.

0 commit comments

Comments
 (0)