Skip to content

Commit 66879b5

Browse files
committed
adding new django example project
1 parent b9e010f commit 66879b5

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

api-creation.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ <h2>API creation resources</h2>
6969
developers confused about what is appropriate for RESTful APIs.</p>
7070
</li>
7171
<li>
72+
<p>This <a href="https://github.com/interagent/http-api-design">API Design Guide</a>
73+
is based on Heroku's best practices for the platform's API.</p>
74+
</li>
75+
<li>
7276
<p><a href="http://pydanny.com/choosing-an-api-framework-for-django.html">Choosing an API framework for Django</a>
7377
by <a href="https://twitter.com/pydanny">PyDanny</a> contains questions and insight
7478
into what makes a good API framework and which one you should currently
@@ -78,6 +82,10 @@ <h2>API creation resources</h2>
7882
<p><a href="http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions">RESTful web services with Python</a>
7983
is an interesting overview of the Python API frameworks space.</p>
8084
</li>
85+
<li>
86+
<p>This big list of API usability &amp; developer experience resources contains
87+
a solid collection of links to content.</p>
88+
</li>
8189
</ul>
8290
<h2>API creation learning checklist</h2>
8391
<p><i class="fa fa-check-square-o"></i>

django.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,15 @@ <h2>Django videos</h2>
143143
</ul>
144144
<h2>Open source Django example projects</h2>
145145
<ul>
146-
<li><a href="https://github.com/makaimc/txt2react">Txt 2 React</a> is a full Django web
146+
<li>
147+
<p><a href="https://github.com/makaimc/txt2react">Txt 2 React</a> is a full Django web
147148
app that allows audiences to text in during a presentation with feedback
148-
or questions.</li>
149+
or questions.</p>
150+
</li>
151+
<li>
152+
<p><a href="https://github.com/ustream/openduty">Openduty</a> is similar to PagerDuty
153+
but is open source and self-hosted.</p>
154+
</li>
149155
</ul>
150156
<h2>Django learning checklist</h2>
151157
<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-05-29T07:00:13Z</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-05-30T07:59:05Z</updated></feed>

source/content/pages/02-web-frameworks/0203-django.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ syntax and language semantics first before diving into web development.
120120
app that allows audiences to text in during a presentation with feedback
121121
or questions.
122122

123+
* [Openduty](https://github.com/ustream/openduty) is similar to PagerDuty
124+
but is open source and self-hosted.
125+
123126

124127
## Django learning checklist
125128
<i class="fa fa-check-square-o"></i>

source/content/pages/06-apis/0605-api-creation.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ applications through machine-to-machine communication.
4141
* [NARWHL](http://www.narwhl.com/) is a practical API design site for
4242
developers confused about what is appropriate for RESTful APIs.
4343

44+
* This [API Design Guide](https://github.com/interagent/http-api-design)
45+
is based on Heroku's best practices for the platform's API.
46+
4447
* [Choosing an API framework for Django](http://pydanny.com/choosing-an-api-framework-for-django.html)
4548
by [PyDanny](https://twitter.com/pydanny) contains questions and insight
4649
into what makes a good API framework and which one you should currently
@@ -49,6 +52,9 @@ applications through machine-to-machine communication.
4952
* [RESTful web services with Python](http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions)
5053
is an interesting overview of the Python API frameworks space.
5154

55+
* This big list of API usability & developer experience resources contains
56+
a solid collection of links to content.
57+
5258

5359
## API creation learning checklist
5460
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)