Skip to content

Commit 0010b6e

Browse files
committed
Add cookiecutter-django from pydanny to the example projects list
1 parent a7a54e9 commit 0010b6e

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
@@ -206,6 +206,10 @@ <h2>Open source Django example projects</h2>
206206
<a href="https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html">blog post</a>
207207
with detailed explanations of each step.</p>
208208
</li>
209+
<li>
210+
<p><a href="https://github.com/pydanny/cookiecutter-django">Cookiecutter Django</a> is a
211+
project template from Daniel Greenfeld, for use with Audrey Roy's <a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>. Cool features and Heroku-ready.</p>
212+
</li>
209213
</ul>
210214
<h2>Django learning checklist</h2>
211215
<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-28T22:32:39Z</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-28T22:46: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
@@ -173,6 +173,9 @@ existing framework.
173173
[blog post](https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html)
174174
with detailed explanations of each step.
175175

176+
* [Cookiecutter Django](https://github.com/pydanny/cookiecutter-django) is a
177+
project template from Daniel Greenfeld, for use with Audrey Roy's [Cookiecutter](https://github.com/audreyr/cookiecutter). Cool features and Heroku-ready.
178+
176179

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

0 commit comments

Comments
 (0)