Skip to content

Commit 4fb051a

Browse files
committed
adding django awesome to list
1 parent 864bcdb commit 4fb051a

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ <h2>Django tutorials</h2>
200200
explains the architecture of the resulting set up and includes Chef scripts
201201
to automate the deployment.</p>
202202
</li>
203+
<li>
204+
<p><a href="https://github.com/rosarior/awesome-django">django-awesome</a> is a curated
205+
list of Django libraries and resources.</p>
206+
</li>
203207
</ul>
204208
<h2>Django videos</h2>
205209
<ul>

django.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ <h2>Django tutorials</h2>
117117
explains the architecture of the resulting set up and includes Chef scripts
118118
to automate the deployment.</p>
119119
</li>
120+
<li>
121+
<p><a href="https://github.com/rosarior/awesome-django">django-awesome</a> is a curated
122+
list of Django libraries and resources.</p>
123+
</li>
120124
</ul>
121125
<h2>Django videos</h2>
122126
<ul>

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-08-03T09:42:56Z</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-08-04T10:09:52Z</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
@@ -97,6 +97,9 @@ syntax and language semantics first before diving into web development.
9797
explains the architecture of the resulting set up and includes Chef scripts
9898
to automate the deployment.
9999

100+
* [django-awesome](https://github.com/rosarior/awesome-django) is a curated
101+
list of Django libraries and resources.
102+
100103

101104
## Django videos
102105
* [GoDjango](https://godjango.com/) screencasts and tutorials are free short

0 commit comments

Comments
 (0)