Practical Django Projects, Second Edition and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Practical Django Projects (Expert's Voice in Web Development)
 
 
Start reading Practical Django Projects, Second Edition on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Practical Django Projects (Expert's Voice in Web Development) [Paperback]

James Bennett (Author)
3.4 out of 5 stars  See all reviews (13 customer reviews)

List Price: $44.99
Price: $27.35 & this item ships for FREE with Super Saver Shipping. Details
You Save: $17.64 (39%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $24.62  
Paperback $27.35  

Book Description

1430219386 978-1430219385 June 24, 2009 2nd ed.

Django, the Python-based equivalent to Ruby’s Rails Web development framework, is currently one of the hottest topics in Web development. Practical Django Projects introduces key features of this framework by way of guiding the reader through several real-world projects such as a content management system, blogging solution, and social networking website. This new edition brings the book up to date with Django 1.1, and adds a new chapter on unit testing in Django.

This book is authored by James Bennett, who plays a major role in the Django project as release manager of Django, and a key contributor.

See the following resources for more information on Django:

Django project website: http://www.djangoproject.com/


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Practical Django Projects (Expert's Voice in Web Development) + The Definitive Guide to Django: Web Development Done Right (Expert's Voice in Web Development) + Pro Django (Expert's Voice in Web Development)
Price For All Three: $84.27

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • The Definitive Guide to Django: Web Development Done Right (Expert's Voice in Web Development) $27.38

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Pro Django (Expert's Voice in Web Development) $29.54

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

James Bennett is a Web developer for the World Company of Lawrence, Kansas, and is a major contributor to the Django project. His current role within the Django community is as the software project’s release manager.


Product Details

  • Paperback: 251 pages
  • Publisher: Apress; 2nd ed. edition (June 24, 2009)
  • Language: English
  • ISBN-10: 1430219386
  • ISBN-13: 978-1430219385
  • Product Dimensions: 9.3 x 7 x 0.7 inches
  • Shipping Weight: 15.2 ounces (View shipping rates and policies)
  • Average Customer Review: 3.4 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Best Sellers Rank: #217,513 in Books (See Top 100 in Books)

 

Customer Reviews

13 Reviews
5 star:
 (3)
4 star:
 (2)
3 star:
 (6)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.4 out of 5 stars (13 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

20 of 21 people found the following review helpful:
3.0 out of 5 stars References to source code that isn't there., September 28, 2009
By 
Amazon Verified Purchase(What's this?)
This review is from: Practical Django Projects (Expert's Voice in Web Development) (Paperback)
This book would totally be 5 stars if the source code was there. It really lays out how to work with Django and understand best practices, but if you're a "code-along-with-the-book" kind of person, you're going to be SEVERELY disappointed since there's no source code to check against the book, not anywhere.

This lack of source code would be excusable if this was a fresh title and there seemed to be an effort to get the source code out, but after searching the blogs and finding an excuse by the author over a year back saying "I have a day job", well that's just inexcusable. I'd almost give it two stars for the excuse, but the content of the book itself is very good, except for the thirty or so references to "getting to source code from the Apress site". Shame on Apress.

This book sits on my shelf as a reference for best practices and a collection of white papers for extending my projects, but I would consider this a third choice. If you're already comfortable with django and "get" everything that's going on, go for this book. If you're still a little "noob-ish" on the topic, move on.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 14 people found the following review helpful:
5.0 out of 5 stars Excellent entry book with advanced best practices, July 13, 2009
Amazon Verified Purchase(What's this?)
This review is from: Practical Django Projects (Expert's Voice in Web Development) (Paperback)
I resisted reading the first edition because it came out just shortly before Django 1.0. As a result, the code samples were not fully usable with the latest Django codebase.

The second edition does not suffer from this problem. The code matches development version 1.1. It also has a number of helpful additions: material on current version control (git, mercurial, and subversion), pip (for installing packages), virtualenv (for isolating different development environments), fabric (for repeatable releases to servers), and unit testing.

The text covers the development of two projects: a CMS and a code-sharing site. It has excellent examples of managers (a topic I have not seen covered in other Django books), templatetags, installable packages (markdown, comments, akismet for anti-spamming, pygments for color code, tinymce for rich text-editing, pydelicious, registration), and native packages (RSS feeds, flatpages, auth), plus all the usual topics: urls, models, views, forms, and templates. The text is very strong on using generic views.

The writing is excellent and flows logically. It's a pleasure to read.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
3.0 out of 5 stars Incomplete, September 27, 2009
By 
C. Young "C. Young" (West Jordan, UT United States) - See all my reviews
(VINE VOICE)    (REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Practical Django Projects (Expert's Voice in Web Development) (Paperback)
I like the Django framework a lot, and really wanted to like this book, but I'm afraid it was pushed to market long before it was ready.

There are several cases in the book where I feel the author introduces something, but leaves off pertinent information required to override Django defaults and get what he suggested to work (e.g. using the numerical representation for months in a URL rather than the three-digit representation).

Also, there are many places in the book where the author is describing code, but doesn't state very clearly where the code should go.

Finally, the author refers to the book's accompanying source code, but that source code doesn't exist. The publisher told me a month ago that they've been in contact with the author, and that the source code will be available "shortly," but it is still unavailable. How many months has the book been out?

On the plus side, I think the author's projects are useful, and with the exception of his use of Markdown for submitting blog entries (in my opinion, he should have showed the use of TinyMCE there as well), well thought out. I also think the author does a good job of introducing the reader to a wide range of Django knowledge.

I'm taking one star away for the lack of clarity in several areas, and one away for the missing source code. If the publisher had fixed the ambiguities, missing information, and had the source code available prior to release, this could easily have been a five-star book for learning Django.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(4)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
why is kindle edition more expensive than paper edition? 0 Jul 17, 2009
Intermediate Django recommendations? 0 May 8, 2009
See all 2 discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
   
Related forums


Listmania!

Create a Listmania! list

So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject