Limit this search to....

The Definitive Guide to Django: Web Development Done Right
Contributor(s): Holovaty, Adrian (Author), Kaplan-Moss, Jacob (Author)
ISBN: 143021936X     ISBN-13: 9781430219361
Publisher: Apress
OUR PRICE:   $71.99  
Product Type: Paperback - Other Formats
Published: July 2009
* Not available - Not in print at this time *Annotation: Django, the Python-based equivalent to the Ruby on Rails Web development framework, is presently one of the hottest topics in Web development today. Now, Holovaty--one of Django's creators--and Django lead developer Kaplan-Moss show how they use this framework to create award-winning Web sites.
Additional Information
BISAC Categories:
- Computers | Software Development & Engineering - General
- Computers | Web - Web Programming
Dewey: 006.76
Series: Expert's Voice in Web Development
Physical Information: 1.11" H x 6.93" W x 9.65" (2.03 lbs) 536 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Welcome to the second edition of The Definitive Guide to Django, informally known as The Django Book! This book aims to teach you how to use the Django Web framework to develop Web sites efficiently. When Jacob Kaplan-Moss and I wrote the first edition of this book, Django was still in a pre-1.0 stage. Once Django version 1.0 was released, with its several backward-incompatible changes, the first edition inevitably became outdated and people began demanding an update. I'm happy to report this edition covers Django 1.1 and should serve you well for some time. My thanks go to the many contributors who posted comments, corrections, and rants to, the accompanying Web site for this book, where I posted chapter drafts as I wrote them. You guys are great. Adrian Holovaty Cocreator and co-Benevolent Dictator for Life, Django xxxiii Introduction In the early days, Web developers wrote every page by hand. Updating a Web site meant ed- ing HTML; a "redesign" involved redoing every single page, one at a time. As Web sites grew and became more ambitious, it quickly became obvious that that situation was tedious, time-consuming, and ultimately untenable. A group of enterprising hackers at NCSA (the National Center for Supercomputing Applications, where Mosaic, the first graphical Web browser, was developed) solved this problem by letting the Web server spawn external programs that could generate HTML dynamically. They called this protocol the Common Gateway Interface, or CGI, and it changed the Web forever.