Skip to content

Commit 7469d87

Browse files
committed
adding getting started with django
1 parent 60c67c4 commit 7469d87

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

django.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ <h2>Django videos</h2>
132132
covers Django 1.7's new migrations from the main programmer Andrew Godwin.</p>
133133
</li>
134134
<li>
135+
<p><a href="http://gettingstartedwithdjango.com/">Getting Started with Django</a> is a
136+
series of video tutorials for the framework.</p>
137+
</li>
138+
<li>
135139
<p>DjangoCon US videos from
136140
<a href="http://www.youtube.com/user/TheOpenBastion/videos">2013</a>,
137141
<a href="http://pyvideo.org/category/23/djangocon-2012">2012</a>,

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-11T08:13:49Z</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-11T08:15:44Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ syntax and language semantics first before diving into web development.
107107
* [Designing Django's Migrations](http://pyvideo.org/video/2630/designing-djangos-migrations)
108108
covers Django 1.7's new migrations from the main programmer Andrew Godwin.
109109

110+
* [Getting Started with Django](http://gettingstartedwithdjango.com/) is a
111+
series of video tutorials for the framework.
112+
110113
* DjangoCon US videos from
111114
[2013](http://www.youtube.com/user/TheOpenBastion/videos),
112115
[2012](http://pyvideo.org/category/23/djangocon-2012),

0 commit comments

Comments
 (0)