Skip to content

Commit 54dad21

Browse files
committed
adding new api resource and fixing broken link
1 parent 5b08efc commit 54dad21

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

all.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ <h2>Platform-as-a-service resources</h2>
979979
<p><a href="http://appsembler.com/blog/paas-bakeoff-comparing-stackato-openshift-dotcloud-and-heroku-for-django-hosting-and-deployment/">PaaS bakeoff: Comparing Stackato, OpenShift, Dotcloud and Heroku for Django hosting and deployment</a> by <a href="https://twitter.com/natea">Nate Aune</a>.</p>
980980
</li>
981981
<li>
982-
<p><a href="http://www.deploydjango.com/">Deploying Django</a> by Randall Degges is
983-
another great free resource about Heroku.</p>
982+
<p><a href="http://www.rdegges.com/deploying-django/">Deploying Django</a> by
983+
Randall Degges is another great free resource about Heroku.</p>
984984
</li>
985985
<li>
986986
<p>Heroku's
@@ -3023,6 +3023,11 @@ <h2>API Integration Resources</h2>
30233023
<p>My DjangoCon 2013 talk dove into
30243024
"<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
30253025
</li>
3026+
<li>
3027+
<p>If you're looking for a fun project that uses two web APIs within a
3028+
Django application, try out this tutorial to
3029+
<a href="https://www.twilio.com/blog/2014/11/build-your-own-pokedex-with-django-mms-and-pokeapi.html">Build your own Pokédex with Django, MMS and PokéAPI</a>.</p>
3030+
</li>
30263031
</ul>
30273032
<h2>API integration learning checklist</h2>
30283033
<p><i class="fa fa-check-square-o"></i>

api-integration.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ <h2>API Integration Resources</h2>
9494
<p>My DjangoCon 2013 talk dove into
9595
"<a href="http://www.youtube.com/watch?v=iGP8DQIqxXs">Making Django Play Nice With Third Party Services</a>."</p>
9696
</li>
97+
<li>
98+
<p>If you're looking for a fun project that uses two web APIs within a
99+
Django application, try out this tutorial to
100+
<a href="https://www.twilio.com/blog/2014/11/build-your-own-pokedex-with-django-mms-and-pokeapi.html">Build your own Pokédex with Django, MMS and PokéAPI</a>.</p>
101+
</li>
97102
</ul>
98103
<h2>API integration learning checklist</h2>
99104
<p><i class="fa fa-check-square-o"></i>

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-11-05T05:52: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-11-06T05:40:24Z</updated></feed>

platform-as-a-service.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ <h2>Platform-as-a-service resources</h2>
9696
<p><a href="http://appsembler.com/blog/paas-bakeoff-comparing-stackato-openshift-dotcloud-and-heroku-for-django-hosting-and-deployment/">PaaS bakeoff: Comparing Stackato, OpenShift, Dotcloud and Heroku for Django hosting and deployment</a> by <a href="https://twitter.com/natea">Nate Aune</a>.</p>
9797
</li>
9898
<li>
99-
<p><a href="http://www.deploydjango.com/">Deploying Django</a> by Randall Degges is
100-
another great free resource about Heroku.</p>
99+
<p><a href="http://www.rdegges.com/deploying-django/">Deploying Django</a> by
100+
Randall Degges is another great free resource about Heroku.</p>
101101
</li>
102102
<li>
103103
<p>Heroku's

source/content/pages/03-deployment/0305-platform-as-a-service.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ application framework and your app itself is up to date and secured. See the
7474
## Platform-as-a-service resources
7575
* [PaaS bakeoff: Comparing Stackato, OpenShift, Dotcloud and Heroku for Django hosting and deployment](http://appsembler.com/blog/paas-bakeoff-comparing-stackato-openshift-dotcloud-and-heroku-for-django-hosting-and-deployment/) by [Nate Aune](https://twitter.com/natea).
7676

77-
* [Deploying Django](http://www.deploydjango.com/) by Randall Degges is
78-
another great free resource about Heroku.
77+
* [Deploying Django](http://www.rdegges.com/deploying-django/) by
78+
Randall Degges is another great free resource about Heroku.
7979

8080
* Heroku's
8181
[Python deployment documentation](https://devcenter.heroku.com/articles/getting-started-with-python)

source/content/pages/08-apis/0802-api-integration.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ across many implementation areas.
6565
* My DjangoCon 2013 talk dove into
6666
"[Making Django Play Nice With Third Party Services](http://www.youtube.com/watch?v=iGP8DQIqxXs)."
6767

68+
* If you're looking for a fun project that uses two web APIs within a
69+
Django application, try out this tutorial to
70+
[Build your own Pokédex with Django, MMS and PokéAPI](https://www.twilio.com/blog/2014/11/build-your-own-pokedex-with-django-mms-and-pokeapi.html).
71+
6872

6973
## API integration learning checklist
7074
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)