Skip to content

Commit dc048a4

Browse files
committed
updating django project template page. coding at the white house. cool
1 parent 39f0d49 commit dc048a4

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
lines changed

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>July</h3>
4848
<ul>
49+
<li>Merged pull request for Django page and updated Django page with project
50+
template section.</li>
4951
<li>New Django example project resources.</li>
5052
<li>Rewrote parts of source control and CSS pages for clarity.</li>
5153
<li>Merged typo fixes PR #32.</li>

django.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,23 @@ <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+
</ul>
210+
<h2>Django project templates</h2>
211+
<ul>
212+
<li>
213+
<p><a href="https://github.com/caktus/django-project-template">Caktus Group's Django project template</a>
214+
is Django 1.6+ ready.</p>
215+
</li>
209216
<li>
210217
<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>
218+
project template from Daniel Greenfield, for use with Audrey Roy's
219+
<a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>. Heroku
220+
deployment-ready.</p>
221+
</li>
222+
<li>
223+
<p><a href="https://github.com/twoscoops/django-twoscoops-project">Two Scoops Django project template</a>
224+
is also from the PyDanny and Audrey Roy. This one provides a quick scaffold
225+
described in the Two Scoops of Django book.</p>
212226
</li>
213227
</ul>
214228
<h2>Django learning checklist</h2>

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-29T07:30:14Z</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-29T12:05:19Z</updated></feed>

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,19 @@ 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+
177+
## Django project templates
178+
* [Caktus Group's Django project template](https://github.com/caktus/django-project-template)
179+
is Django 1.6+ ready.
180+
176181
* [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.
182+
project template from Daniel Greenfield, for use with Audrey Roy's
183+
[Cookiecutter](https://github.com/audreyr/cookiecutter). Heroku
184+
deployment-ready.
185+
186+
* [Two Scoops Django project template](https://github.com/twoscoops/django-twoscoops-project)
187+
is also from the PyDanny and Audrey Roy. This one provides a quick scaffold
188+
described in the Two Scoops of Django book.
178189

179190

180191
## Django learning checklist

source/content/pages/10-misc/1005-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ the
2424

2525
## 2014
2626
### July
27+
* Merged pull request for Django page and updated Django page with project
28+
template section.
2729
* New Django example project resources.
2830
* Rewrote parts of source control and CSS pages for clarity.
2931
* Merged typo fixes PR #32.

0 commit comments

Comments
 (0)