Skip to content

Commit 9552091

Browse files
committed
adding videos category for Django
1 parent 2b04727 commit 9552091

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

django.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,6 @@ <h2>Django resources</h2>
135135
free introductions to using the most popular Python web framework.</p>
136136
</li>
137137
<li>
138-
<p>DjangoCon US videos from
139-
<a href="http://www.youtube.com/user/TheOpenBastion/videos">2013</a>,
140-
<a href="http://pyvideo.org/category/23/djangocon-2012">2012</a>,
141-
<a href="http://pyvideo.org/category/3/djangocon-2011">2011</a>, as well as<br />
142-
<a href="http://pyvideo.org/category">earlier US and DjangoCon EU conferences</a> are
143-
all available free of charge.</p>
144-
</li>
145-
<li>
146138
<p>The <a href="http://www.reddit.com/r/django">Django subreddit</a> often has links to
147139
the latest resources for learning Django.</p>
148140
</li>
@@ -154,13 +146,28 @@ <h2>Django resources</h2>
154146
<li>
155147
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
156148
</li>
149+
</ul>
150+
<h3>Django videos</h3>
151+
<ul>
157152
<li>
158153
<p><a href="https://godjango.com/">GoDjango</a> screencasts and tutorials are free short
159154
videos for learning how to build Django applications.</p>
160155
</li>
161156
<li>
162157
<p>Ontwik has learning videos in its
163-
<a href="http://ontwik.com/category/django/">Django category</a>. </p>
158+
<a href="http://ontwik.com/category/django/">Django category</a>.</p>
159+
</li>
160+
<li>
161+
<p><a href="http://pyvideo.org/video/2630/designing-djangos-migrations">Designing Django's Migrations</a>
162+
covers Django 1.7's new migrations from the main programmer Andrew Godwin.</p>
163+
</li>
164+
<li>
165+
<p>DjangoCon US videos from
166+
<a href="http://www.youtube.com/user/TheOpenBastion/videos">2013</a>,
167+
<a href="http://pyvideo.org/category/23/djangocon-2012">2012</a>,
168+
<a href="http://pyvideo.org/category/3/djangocon-2011">2011</a>, as well as<br />
169+
<a href="http://pyvideo.org/category">earlier US and DjangoCon EU conferences</a> are
170+
all available free of charge.</p>
164171
</li>
165172
</ul>
166173
<h3>What do you need to learn next to build your app?</h3>

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-04-20T13:38:11Z</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-04-21T10:02:31Z</updated></feed>

source/content/pages/08-web-frameworks/0802-django.markdown

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,10 @@ and [database schema migrations](https://docs.djangoproject.com/en/dev/topics/mi
2222
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
2323
you're serious about learning how to correctly develop Django websites.
2424

25-
2625
* [Effective Django](http://effectivedjango.com/) and
2726
[Tango with Django](http://www.tangowithdjango.com/book/) are a extensive
2827
free introductions to using the most popular Python web framework.
2928

30-
* DjangoCon US videos from
31-
[2013](http://www.youtube.com/user/TheOpenBastion/videos),
32-
[2012](http://pyvideo.org/category/23/djangocon-2012),
33-
[2011](http://pyvideo.org/category/3/djangocon-2011), as well as
34-
[earlier US and DjangoCon EU conferences](http://pyvideo.org/category) are
35-
all available free of charge.
36-
3729
* The [Django subreddit](http://www.reddit.com/r/django) often has links to
3830
the latest resources for learning Django.
3931

@@ -43,11 +35,23 @@ and [database schema migrations](https://docs.djangoproject.com/en/dev/topics/mi
4335

4436
* Steve Losh wrote an incredibly detailed [Django Advice guide](http://stevelosh.com/blog/2011/06/django-advice/).
4537

38+
39+
### Django videos
4640
* [GoDjango](https://godjango.com/) screencasts and tutorials are free short
4741
videos for learning how to build Django applications.
4842

4943
* Ontwik has learning videos in its
50-
[Django category](http://ontwik.com/category/django/).
44+
[Django category](http://ontwik.com/category/django/).
45+
46+
* [Designing Django's Migrations](http://pyvideo.org/video/2630/designing-djangos-migrations)
47+
covers Django 1.7's new migrations from the main programmer Andrew Godwin.
48+
49+
* DjangoCon US videos from
50+
[2013](http://www.youtube.com/user/TheOpenBastion/videos),
51+
[2012](http://pyvideo.org/category/23/djangocon-2012),
52+
[2011](http://pyvideo.org/category/3/djangocon-2011), as well as
53+
[earlier US and DjangoCon EU conferences](http://pyvideo.org/category) are
54+
all available free of charge.
5155

5256

5357
### What do you need to learn next to build your app?

0 commit comments

Comments
 (0)