File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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-02-01T12:51: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-02-01T13:04:07Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Web Framework Resources
6363`Pyramid <http://www.pylonsproject.org/ >`_, and
6464`web.py <http://webpy.org/ >`_ are the most common Python web frameworks.
6565
66- `Effective Django <http://effectivedjango.com/ >`_ is a great introduction to
67- using the most common Python web framework.
66+ `Effective Django <http://effectivedjango.com/ >`_ and
67+ `Tango with Django <http://www.tangowithdjango.com/book/ >`_ are a great free
68+ introductions to using the most popular Python web framework.
6869
Original file line number Diff line number Diff line change @@ -126,8 +126,9 @@ <h2>Web Framework Resources</h2>
126126< a class ="reference external " href ="http://bottlepy.org/docs/dev/ "> Bottle</ a > ,
127127< a class ="reference external " href ="http://www.pylonsproject.org/ "> Pyramid</ a > , and
128128< a class ="reference external " href ="http://webpy.org/ "> web.py</ a > are the most common Python web frameworks.</ p >
129- < p > < a class ="reference external " href ="http://effectivedjango.com/ "> Effective Django</ a > is a great introduction to
130- using the most common Python web framework.</ p >
129+ < p > < a class ="reference external " href ="http://effectivedjango.com/ "> Effective Django</ a > and
130+ < a class ="reference external " href ="http://www.tangowithdjango.com/book/ "> Tango with Django</ a > are a great free
131+ introductions to using the most popular Python web framework.</ p >
131132</ div >
132133
133134 < br />
You can’t perform that action at this time.
0 commit comments