@@ -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