File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h1>Databases</h1>
8888useful 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
9393file on disk. SQLite is built into Python but is only built for access
9494by a single connection at a time. Therefore is highly recommended to not
@@ -130,6 +130,8 @@ <h2>Database resources</h2>
130130PostgreSQL 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
132132of 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 />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ across many implementation areas.
2222API Integration Resources
2323-------------------------
2424`Making Django Play Nice With Third Party Services <http://www.youtube.com/watch?v=iGP8DQIqxXs >`_ (DjangoCon 2013 video)
25+
26+
Original file line number Diff line number Diff 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
2929file 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
7979of 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.
You can’t perform that action at this time.
0 commit comments