Skip to content

Commit 39f0d49

Browse files
committed
Merge pull request mattmakai#33 from dirtycoder/gh-pages
Merged two lines about the Django subreddit
2 parents ce9e5e5 + c3c6992 commit 39f0d49

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

django.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Django tutorials</h2>
8787
</li>
8888
<li>
8989
<p><a href="http://twoscoopspress.com/products/two-scoops-of-django-1-6">2 Scoops of Django</a>
90-
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
90+
by Daniel Greenfeld and Audrey Roy is well worth the price of admission if
9191
you're serious about learning how to correctly develop Django websites.</p>
9292
</li>
9393
<li>
@@ -96,7 +96,8 @@ <h2>Django tutorials</h2>
9696
</li>
9797
<li>
9898
<p>The <a href="http://www.reddit.com/r/django">Django subreddit</a> often has links to
99-
the latest resources for learning Django.</p>
99+
the latest resources for learning Django and is also a good spot to ask
100+
questions about it.</p>
100101
</li>
101102
<li>
102103
<p>Lincoln Loop wrote a
@@ -116,10 +117,6 @@ <h2>Django tutorials</h2>
116117
explains the architecture of the resulting set up and includes Chef scripts
117118
to automate the deployment.</p>
118119
</li>
119-
<li>
120-
<p>The <a href="http://www.reddit.com/r/django">Django subreddit</a> is a good spot to
121-
learn about Django and ask questions.</p>
122-
</li>
123120
</ul>
124121
<h2>Django videos</h2>
125122
<ul>
@@ -209,6 +206,10 @@ <h2>Open source Django example projects</h2>
209206
<a href="https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html">blog post</a>
210207
with detailed explanations of each step.</p>
211208
</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>
212213
</ul>
213214
<h2>Django learning checklist</h2>
214215
<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-29T05:26:08Z</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-29T07:30:14Z</updated></feed>

flask.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ <h2>Open source Flask example projects</h2>
171171
starting point for new Flask projects.</p>
172172
</li>
173173
<li>
174+
<p><a href="https://github.com/sloria/cookiecutter-flask">Cookiecutter Flask</a> is a project
175+
template for use with <a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>.</p>
176+
</li>
177+
<li>
174178
<p><a href="https://github.com/mjhea0/flaskr-tdd">Flaskr TDD</a> takes the official Flask
175179
tutorial and adds test driven development and JQuery to the project. </p>
176180
</li>

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ syntax and language semantics first before diving into web development.
7373
framework learning curve.
7474

7575
* [2 Scoops of Django](http://twoscoopspress.com/products/two-scoops-of-django-1-6)
76-
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
76+
by Daniel Greenfeld and Audrey Roy is well worth the price of admission if
7777
you're serious about learning how to correctly develop Django websites.
7878

7979
* [Effective Django](http://effectivedjango.com/) is another free introduction
8080
to the web framework.
8181

8282
* The [Django subreddit](http://www.reddit.com/r/django) often has links to
83-
the latest resources for learning Django.
83+
the latest resources for learning Django and is also a good spot to ask
84+
questions about it.
8485

8586
* Lincoln Loop wrote a
8687
[Django Best Practices guide](http://lincolnloop.com/django-best-practices/)
@@ -96,9 +97,6 @@ syntax and language semantics first before diving into web development.
9697
explains the architecture of the resulting set up and includes Chef scripts
9798
to automate the deployment.
9899

99-
* The [Django subreddit](http://www.reddit.com/r/django) is a good spot to
100-
learn about Django and ask questions.
101-
102100

103101
## Django videos
104102
* [GoDjango](https://godjango.com/) screencasts and tutorials are free short
@@ -175,6 +173,9 @@ existing framework.
175173
[blog post](https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html)
176174
with detailed explanations of each step.
177175

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+
178179

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

source/content/pages/02-web-frameworks/0205-flask.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ book which is an excellent learning resource.
136136
* [Flask Foundation](https://github.com/JackStouffer/Flask-Foundation) is a
137137
starting point for new Flask projects.
138138

139+
* [Cookiecutter Flask](https://github.com/sloria/cookiecutter-flask) is a project
140+
template for use with [Cookiecutter](https://github.com/audreyr/cookiecutter).
141+
139142
* [Flaskr TDD](https://github.com/mjhea0/flaskr-tdd) takes the official Flask
140143
tutorial and adds test driven development and JQuery to the project.
141144

0 commit comments

Comments
 (0)