File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?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
63
63
`Pyramid <http://www.pylonsproject.org/ >`_, and
64
64
`web.py <http://webpy.org/ >`_ are the most common Python web frameworks.
65
65
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.
68
69
Original file line number Diff line number Diff line change @@ -126,8 +126,9 @@ <h2>Web Framework Resources</h2>
126
126
< a class ="reference external " href ="http://bottlepy.org/docs/dev/ "> Bottle</ a > ,
127
127
< a class ="reference external " href ="http://www.pylonsproject.org/ "> Pyramid</ a > , and
128
128
< 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 >
131
132
</ div >
132
133
133
134
< br />
You can’t perform that action at this time.
0 commit comments