Skip to content

Commit 4593f27

Browse files
committed
adding link to godjango
1 parent 6ae4bda commit 4593f27

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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-03-29T09:47:15Z</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-03-29T10:06:49Z</updated></feed>

source/content/pages/08-web-frameworks/0801-web-frameworks.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ and [database schema migrations](https://docs.djangoproject.com/en/dev/topics/mi
8383

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

86+
* [GoDjango](https://godjango.com/) screencasts and tutorials are free short
87+
videos for learning how to build Django applications.
88+
8689

8790
## Flask
8891
[Flask](http://flask.pocoo.org/) is a Python microframework deliberately

web-frameworks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ <h3>Django resources</h3>
149149
<li>
150150
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
151151
</li>
152+
<li>
153+
<p><a href="https://godjango.com/">GoDjango</a> screencasts and tutorials are free short
154+
videos for learning how to build Django applications.</p>
155+
</li>
152156
</ul>
153157
<h2>Flask</h2>
154158
<p><a href="http://flask.pocoo.org/">Flask</a> is a Python microframework deliberately

0 commit comments

Comments
 (0)