<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: django-book</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/django-book.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2007-12-16T21:44:44+00:00</updated><author><name>Simon Willison</name></author><entry><title>Chapter 7: Form Processing</title><link href="https://simonwillison.net/2007/Dec/16/chapter/#atom-tag" rel="alternate"/><published>2007-12-16T21:44:44+00:00</published><updated>2007-12-16T21:44:44+00:00</updated><id>https://simonwillison.net/2007/Dec/16/chapter/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.djangobook.com/en/1.0/chapter07/"&gt;Chapter 7: Form Processing&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The chapter on newforms I contributed to “The Definitive Guide to Django” is now online, along with the rest of the published book.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django-book"&gt;django-book&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/newforms"&gt;newforms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/writing"&gt;writing&lt;/a&gt;&lt;/p&gt;



</summary><category term="django"/><category term="django-book"/><category term="newforms"/><category term="python"/><category term="writing"/></entry><entry><title>"The Definitive Guide to Django" is now shipping from Amazon</title><link href="https://simonwillison.net/2007/Dec/11/djangobook/#atom-tag" rel="alternate"/><published>2007-12-11T21:12:37+00:00</published><updated>2007-12-11T21:12:37+00:00</updated><id>https://simonwillison.net/2007/Dec/11/djangobook/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/1590597257/swillison-20/"&gt;&amp;quot;The Definitive Guide to Django&amp;quot; is now shipping from Amazon&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The book looks absolutely fantastic (bias disclosure: I contributed the newforms chapter)—huge congratulations to Adrian and Jacob.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/adrian-holovaty"&gt;adrian-holovaty&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/amazon"&gt;amazon&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/apress"&gt;apress&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/books"&gt;books&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django-book"&gt;django-book&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jacob-kaplan-moss"&gt;jacob-kaplan-moss&lt;/a&gt;&lt;/p&gt;



</summary><category term="adrian-holovaty"/><category term="amazon"/><category term="apress"/><category term="books"/><category term="django"/><category term="django-book"/><category term="jacob-kaplan-moss"/></entry><entry><title>Django Book Update</title><link href="https://simonwillison.net/2007/Nov/14/djangobook/#atom-tag" rel="alternate"/><published>2007-11-14T00:59:55+00:00</published><updated>2007-11-14T00:59:55+00:00</updated><id>https://simonwillison.net/2007/Nov/14/djangobook/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.jacobian.org/writing/2007/nov/13/book-update/"&gt;Django Book Update&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
It’s done! Went to the printer on Friday, due in bookstores in the second week of December (just in time for Christmas). Congrats to Adrian and Jacob.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/adrian-holovaty"&gt;adrian-holovaty&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django-book"&gt;django-book&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jacob-kaplan-moss"&gt;jacob-kaplan-moss&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;&lt;/p&gt;



</summary><category term="adrian-holovaty"/><category term="django"/><category term="django-book"/><category term="jacob-kaplan-moss"/><category term="python"/></entry><entry><title>The Django Book: Deploying Django</title><link href="https://simonwillison.net/2007/Jan/26/deploying/#atom-tag" rel="alternate"/><published>2007-01-26T12:38:46+00:00</published><updated>2007-01-26T12:38:46+00:00</updated><id>https://simonwillison.net/2007/Jan/26/deploying/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.djangobook.com/en/beta/chapter21/"&gt;The Django Book: Deploying Django&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Solid advice based on years of experience at the Journal-World and the Washington Post.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/deployment"&gt;deployment&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django-book"&gt;django-book&lt;/a&gt;&lt;/p&gt;



</summary><category term="deployment"/><category term="django"/><category term="django-book"/></entry><entry><title>Chapter 15: Other contributed sub-frameworks (djangobook.com)</title><link href="https://simonwillison.net/2006/Dec/19/book/#atom-tag" rel="alternate"/><published>2006-12-19T10:14:25+00:00</published><updated>2006-12-19T10:14:25+00:00</updated><id>https://simonwillison.net/2006/Dec/19/book/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.djangobook.com/en/beta/chapter15/"&gt;Chapter 15: Other contributed sub-frameworks (djangobook.com)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Includes detailed documentation of the powerful (but under-exposed) sites framework, flatpages and CSRF protection.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/csrf"&gt;csrf&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django-book"&gt;django-book&lt;/a&gt;&lt;/p&gt;



</summary><category term="csrf"/><category term="django"/><category term="django-book"/></entry></feed>