<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  
  <id>304464</id>
  <name><![CDATA[Adrian Holovaty]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/304464.Adrian_Holovaty]]></link>
  <fans_count type="integer">0</fans_count>
  <followers_count type="integer">0</followers_count>
  <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
  <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
  <about><![CDATA[]]></about>
  <influences><![CDATA[]]></influences>
  <gender></gender>
  <hometown></hometown>
  <born_at></born_at>
  <died_at></died_at>
  
  <books>
        <book>
  <id type="integer">554529</id>
  <isbn>1590597257</isbn>
  <isbn13>9781590597255</isbn13>
  <text_reviews_count type="integer">5</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to Django: Web Development Done Right]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/554529.The_Definitive_Guide_to_Django_Web_Development_Done_Right</link>
  <average_rating>3.89</average_rating>
  <ratings_count>19</ratings_count>
  <description>
    <![CDATA[<p>Django, the Python–based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In <em>The Definitive Guide to Django: Web Development Done Right</em>, Adrian Holovaty, one of Django’s creators, and Django lead developer Jacob Kaplan–Moss show you how they use this framework to create award–winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.</p>    <p>The first part of the book introduces Django fundamentals like installation and configuration. You’ll learn about creating the components that power a Django–driven web site. The second part delves into the more sophisticated features of Django, like outputting non–HTML content (such as RSS feeds and PDFs), plus caching and user management. The third part serves as a detailed reference to Django’s many configuration options and commands. The book even includes seven appendixes for looking up configurations options and commands. In all, this book provides the ultimate tutorial and reference to the popular Django framework.</p>]]>
  </description>
<authors>
    <author>
    <id>304464</id>
        <name><![CDATA[Adrian Holovaty]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/304464.Adrian_Holovaty]]></link>
    <average_rating>3.68</average_rating>
    <ratings_count>28</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
    <author>
    <id>304463</id>
        <name><![CDATA[Jacob Kaplan-Moss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/304463.Jacob_Kaplan_Moss]]></link>
    <average_rating>3.68</average_rating>
    <ratings_count>28</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
  </authors>  <published>2007</published>
</book>

        <book>
  <id type="integer">5966304</id>
  <isbn>143021936X</isbn>
  <isbn13>9781430219361</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to Django: Web Development Done Right, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1256082687m/5966304.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1256082687s/5966304.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/5966304.The_Definitive_Guide_to_Django_Web_Development_Done_Right_Second_Edition</link>
  <average_rating>3.22</average_rating>
  <ratings_count>9</ratings_count>
  <description>
    <![CDATA[<p> This latest edition of <em>The Definitive Guide to Django</em> is updated for Django 1.1, and, with the forward–compatibility guarantee that Django now provides, should serve as the ultimate tutorial and reference for this popular framework for years to come. </p>        <p> Django, the Python–based equivalent to Ruby’s Rails web development framework, is one of the hottest topics in web development today. Lead developer <strong>Jacob Kaplan–Moss</strong> and Django creator <strong>Adrian Holovaty</strong> show you how they use this framework to create award–winning web sites by guiding you through the creation of a web application reminiscent of www.chicagocrime.org.</p>        <p><em>Django: Web Development Done Right</em> is broken into three parts, with the first introducing Django fundamentals such as installation and configuration, and creating the components that together power a Django–driven web site. The second part delves into the more sophisticated features of Django, including outputting non–HTML content such as RSS feeds and PDFs, caching, and user management. The appendixes serve as a detailed reference to Django’s many configuration options and commands. </p>    <br/>    &lt;h3&gt;What you‘ll learn&lt;/h3&gt;    &lt;ul&gt;    	&lt;li&gt;The first half of this book explains in depth how to build web applications using Django including the basics of dynamic web pages, the Django templating system interacting with databases, and web forms.&lt;/li&gt;    	&lt;li&gt;The second half of this book discusses higher-level concepts such as caching, security, and how to deploy Django.&lt;/li&gt;    	&lt;li&gt;The appendixes form a reference for the commands and configurations available in Django.&lt;/li&gt;    &lt;/ul&gt;    <br/>    &lt;h3&gt;Who is this book for?&lt;/h3&gt;    <p>Anyone who wants to use the powerful Django framework to build dynamic web sites quickly and easily</p>]]>
  </description>
<authors>
    <author>
    <id>304464</id>
        <name><![CDATA[Adrian Holovaty]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/304464.Adrian_Holovaty]]></link>
    <average_rating>3.68</average_rating>
    <ratings_count>28</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
    <author>
    <id>304463</id>
        <name><![CDATA[Jacob Kaplan-Moss]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/304463.Jacob_Kaplan_Moss]]></link>
    <average_rating>3.68</average_rating>
    <ratings_count>28</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
  </authors>  <published>2009</published>
</book>

        <book>
  <id type="integer">7326953</id>
  <isbn>1430203315</isbn>
  <isbn13>9781430203315</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to Django: Web Development Done Right]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/7326953-the-definitive-guide-to-django</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>304464</id>
        <name><![CDATA[Adrian Holovaty]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/304464.Adrian_Holovaty]]></link>
    <average_rating>3.68</average_rating>
    <ratings_count>28</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
  </authors>  <published>2008</published>
</book>

      <books>
</author>
</GoodreadsResponse>