Skip to content

Commit c975cce

Browse files
committed
new django resources
1 parent 72922d6 commit c975cce

File tree

6 files changed

+27
-1
lines changed

6 files changed

+27
-1
lines changed

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,12 @@ <h2>Django tutorials</h2>
12161216
are Python 3 compatible in green and ones that are not yet compatible with
12171217
Python 3 in red.</p>
12181218
</li>
1219+
<li>
1220+
<p>Luke Plant writes about
1221+
<a href="http://lukeplant.me.uk/blog/posts/my-approach-to-class-based-views/">his approach to class based views</a> (CBVs),
1222+
which often provoke heated debate in the Django community for whether they
1223+
are a time saver or "too much magic" for the framework.</p>
1224+
</li>
12191225
</ul>
12201226
<h2>Django videos</h2>
12211227
<p><div class="well" style="margin-top: 20px;">
@@ -5552,6 +5558,9 @@ <h1>Change Log</h1>
55525558
<h2>2015</h2>
55535559
<h3>April</h3>
55545560
<ul>
5561+
<li>Updated the <a href="/django.html">Django</a> page with new resources. The page is
5562+
getting unwieldy at its current size so I'll likely pare it down with
5563+
better categorizes sometime soon.</li>
55555564
<li>Added new resources on the <a href="/flask.html">Flask</a> page.</li>
55565565
</ul>
55575566
<h3>March</h3>

change-log.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>April</h3>
4444
<ul>
45+
<li>Updated the <a href="/django.html">Django</a> page with new resources. The page is
46+
getting unwieldy at its current size so I'll likely pare it down with
47+
better categorizes sometime soon.</li>
4548
<li>Added new resources on the <a href="/flask.html">Flask</a> page.</li>
4649
</ul>
4750
<h3>March</h3>

django.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ <h2>Django tutorials</h2>
179179
are Python 3 compatible in green and ones that are not yet compatible with
180180
Python 3 in red.</p>
181181
</li>
182+
<li>
183+
<p>Luke Plant writes about
184+
<a href="http://lukeplant.me.uk/blog/posts/my-approach-to-class-based-views/">his approach to class based views</a> (CBVs),
185+
which often provoke heated debate in the Django community for whether they
186+
are a time saver or "too much magic" for the framework.</p>
187+
</li>
182188
</ul>
183189
<h2>Django videos</h2>
184190
<p><div class="well" style="margin-top: 20px;">

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>2015-04-05T11:33:52Z</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>2015-04-06T07:38:10Z</updated></feed>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ While you're learning about Django you should also read up on
141141
are Python 3 compatible in green and ones that are not yet compatible with
142142
Python 3 in red.
143143

144+
* Luke Plant writes about
145+
[his approach to class based views](http://lukeplant.me.uk/blog/posts/my-approach-to-class-based-views/) (CBVs),
146+
which often provoke heated debate in the Django community for whether they
147+
are a time saver or "too much magic" for the framework.
148+
144149

145150
## Django videos
146151
<div class="well" style="margin-top: 20px;">

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ the
1414

1515
## 2015
1616
### April
17+
* Updated the [Django](/django.html) page with new resources. The page is
18+
getting unwieldy at its current size so I'll likely pare it down with
19+
better categorizes sometime soon.
1720
* Added new resources on the [Flask](/flask.html) page.
1821

1922
### March

0 commit comments

Comments
 (0)