The Definitive Guide to Django: Web Development Done Right, 2/e (Paperback)

Adrian Holovaty, Jacob Kaplan-Moss

  • 出版商: Apress
  • 出版日期: 2009-07-01
  • 售價: $2,820
  • 貴賓價: 9.5$2,679
  • 語言: 英文
  • 頁數: 536
  • 裝訂: Paperback
  • ISBN: 143021936X
  • ISBN-13: 9781430219361
  • 相關分類: Django
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

This latest edition of The Definitive Guide to Django 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.

Django, the Python–based equivalent to Ruby’s Rails web development framework, is one of the hottest topics in web development today. Lead developer Jacob Kaplan–Moss and Django creator Adrian Holovaty 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.

Django: Web Development Done Right 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.


What you‘ll learn

  • 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.
  • The second half of this book discusses higher-level concepts such as caching, security, and how to deploy Django.
  • The appendixes form a reference for the commands and configurations available in Django.

Who is this book for?

Anyone who wants to use the powerful Django framework to build dynamic web sites quickly and easily