Skip to content

Definitive Guide to Django Web Development Done Right

Best in textbook rentals since 2012!

ISBN-10: 1590597257

ISBN-13: 9781590597255

Edition: 2008

Authors: Adrian Holovaty, Jacob Kaplan-Moss

List price: $44.99
Blue ribbon 30 day, 100% satisfaction guarantee!
Rent eBooks
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

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 Pro Django: Web Development Done Right, 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. 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…    
Customers also bought

Book details

List price: $44.99
Copyright year: 2008
Publisher: Apress L. P.
Publication date: 12/9/2007
Binding: Paperback
Pages: 447
Size: 7.25" wide x 9.25" long x 0.50" tall
Weight: 1.694
Language: English

Adrian Holovaty, a web developer/journalist, is one of the creators and core developers of Django. He works at washingtonpost.com, where he builds database web applications and does "journalism as computer programming." Previously, he was lead developer for World Online in Lawrence, Kansas, where Django was created.When not working on Django improvements, Adrian hacks on side projects for the public good, such as chicagocrime.org, which won the 2005 Batten Award for Innovations in Journalism. He lives in Chicago and maintains a weblog at www.Holovaty.com .

Jacob Kaplan-Moss is one of the lead developers of Django. At his day job, he's the lead developer for the Lawrence Journal-World, a locally owned newspaper in Lawrence, Kansas, where Django was developed. At the Journal-World, Jacob hacks on a number of sites including lawrence.com, LJWorld.com, and KUsports.com, and he is continually embarrassed by the multitude of media awards those sites win. In his spare time what little of it there is he fancies himself a chef.

Getting started
Introduction to Django
Getting started
Creating models
The admin site
Writing views
The template engine
Form processing
Django's sub-frameworks
Generic views
Extending the template engine
Outputting non-HTML content
Users, sessions, and registration
Comments
Caching
Integrating with legacy databases
Customizing the Django admin
Internationalization and localization
Deploying Django
Reference
Appendix. Model definition
Appendix. Database API
Appendix. Generic views
Appendix. Built-in template
Appendix. Settings
Appendix. The django-admin utility
Appendix. Middleware
Appendix. Request and response objects