Skip to content

Commit 60c67c4

Browse files
committed
adding courtside as an example app
1 parent 1e36ed2 commit 60c67c4

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

django.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ <h2>Open source Django example projects</h2>
189189
<p><a href="https://github.com/ustream/openduty">Openduty</a> is a website status checking
190190
and alert system similar to PagerDuty.</p>
191191
</li>
192+
<li>
193+
<p><a href="https://github.com/myusuf3/courtside">Courtside</a> is a pick up sports web
194+
application written and maintained by the author of PyCoder's Weekly.</p>
195+
</li>
192196
</ul>
193197
<h2>Django learning checklist</h2>
194198
<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-07-10T08:12:05Z</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-07-11T08:13:49Z</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
@@ -159,6 +159,9 @@ existing framework.
159159
* [Openduty](https://github.com/ustream/openduty) is a website status checking
160160
and alert system similar to PagerDuty.
161161

162+
* [Courtside](https://github.com/myusuf3/courtside) is a pick up sports web
163+
application written and maintained by the author of PyCoder's Weekly.
164+
162165

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

0 commit comments

Comments
 (0)