Skip to content

Commit 2f6fbde

Browse files
committed
adding google cloud sql as third party db service and updating change log
1 parent 7b38a3e commit 2f6fbde

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

change-log.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ <h1>Change Log</h1>
7878
<h2>2014</h2>
7979
<p>Feb: Adding new Django resources, added sitemap.xml. Rewriting all sections
8080
to fix first draft typos and grammar mistakes as well as add new content.
81-
Added task queues section due to reader feedback.</p>
81+
Added task queues section due to reader feedback. Rewrote intro section.
82+
Merged several pull requests (see closed
83+
<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pulls">GitHub repo pull requests</a>).</p>
8284
<p>Jan: Adding configuration management, application dependencies, and source
8385
control sections. Also updating about section. Updated design to be fully
8486
responsive.</p>

databases.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ <h2>Database third-party services</h2>
118118
provides pre-configured MySQL and PostgreSQL instances. The instances can
119119
be scaled to larger or smaller configurations based on storage and performance
120120
needs.</p>
121+
<p><a class="reference external" href="https://developers.google.com/cloud-sql/">Google Cloud SQL</a> is a service
122+
with managed, backed up, replicated, and auto-patched MySQL instances. Cloud
123+
SQL integrates with Google App Engine but can be used independently as well.</p>
121124
</div>
122125
<div class="section" id="database-resources">
123126
<h2>Database resources</h2>

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-05T21:00:21Z</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-06T08:26:32Z</updated></feed>

source/content/pages/change-log.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Change Log
99
----
1010
Feb: Adding new Django resources, added sitemap.xml. Rewriting all sections
1111
to fix first draft typos and grammar mistakes as well as add new content.
12-
Added task queues section due to reader feedback.
12+
Added task queues section due to reader feedback. Rewrote intro section.
13+
Merged several pull requests (see closed
14+
`GitHub repo pull requests <https://github.com/makaimc/fullstackpython.github.com/pulls>`_).
1315

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

source/content/pages/databases.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ provides pre-configured MySQL and PostgreSQL instances. The instances can
6161
be scaled to larger or smaller configurations based on storage and performance
6262
needs.
6363

64+
`Google Cloud SQL <https://developers.google.com/cloud-sql/>`_ is a service
65+
with managed, backed up, replicated, and auto-patched MySQL instances. Cloud
66+
SQL integrates with Google App Engine but can be used independently as well.
67+
6468

6569
Database resources
6670
------------------

0 commit comments

Comments
 (0)