The Definitive Guide To Django

The%20Definitive%20Guide%20to%20Django

The%20Definitive%20Guide%20to%20Django

The%20Definitive%20Guide%20to%20Django

The%20Definitive%20Guide%20To%20Django%20(2nd%20Edition)%20-%20Adrian%20Holovaty%20-%20Apress

The%20Definitive%20Guide%20to%20Django

User Manual: Pdf

Open the PDF directly: View PDF PDF.
Page Count: 513

DownloadThe Definitive Guide To Django
Open PDF In BrowserView PDF
The Definitive Guide
to Django
Web Development Done Right,
Second Edition

Adrian Holovaty and Jacob Kaplan-Moss

The Definitive Guide to Django: Web Development Done Right, Second Edition
Copyright © 2009 by Adrian Holovaty and Jacob Kaplan-Moss
All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means,
electronic or mechanical, including photocopying, recording, or by any information storage or retrieval
system, without the prior written permission of the copyright owner and the publisher.
ISBN 13: 978-1-4302-1936-1
ISBN (electronic): 978-1-4302-1937-8
Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1
Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence
of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark
owner, with no intention of infringement of the trademark.
Java™ and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc., in the
US and other countries. Apress, Inc., is not affiliated with Sun Microsystems, Inc., and this book was written without endorsement from Sun Microsystems, Inc.
Lead Editor: Duncan Parkes
Technical Reviewer: Sean Legassick
Editorial Board: Clay Andres, Steve Anglin, Mark Beckner, Ewan Buckingham, Tony Campbell,
Gary Cornell, Jonathan Gennick, Michelle Lowman, Matthew Moodie, Jeffrey Pepper, Frank Pohlmann,
Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh
Project Managers: Grace Wong and James Markham
Copy Editors: Nancy Sixsmith and Candace English
Associate Production Director: Kari Brooks-Copony
Production Editor: Katie Stence
Compositor: Patrick Cunningham
Proofreader: April Eddy
Indexer: BIM Indexing & Proofreading Services
Artist: April Milne
Cover Designer: Kurt Krames
Manufacturing Director: Tom Debolski
Distributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor,
New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail kn`ano)ju . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459
makemessages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461
reset  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461
runfcgi [options] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
runserver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
sql  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
sqlall  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
sqlclear  . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
sqlcustom  . . . . . . . . . . . . . . . . . . . . . . . . . 464
sqlflush . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
sqlindexes  . . . . . . . . . . . . . . . . . . . . . . . . . 464
sqlreset  . . . . . . . . . . . . . . . . . . . . . . . . . . . 464

xxv

xxvi

NCO NTENT S

sqlsequencereset  . . . . . . . . . . . . . . . . . . . 464
startapp  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
startproject  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
syncdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465
testserver  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465
validate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465
Default Options. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 466
--pythonpath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 466
--settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 466
--traceback . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 466
--verbosity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 466
Extra Niceties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467
Syntax Coloring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467
Bash Completion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467

APPENDIX G

Request and Response Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . 469
HttpRequest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 469
QueryDict Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 471
A Complete Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 473
HttpResponse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474
Construction HttpResponses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474
Setting Headers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474
HttpResponse Subclasses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474
Returning Errors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 475
Customizing the 404 (Not Found) View . . . . . . . . . . . . . . . . . . . . . . . 476
Customizing the 500 (Server Error) View . . . . . . . . . . . . . . . . . . . . . . 477

INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 479

About the Authors
NADRIAN HOLOVATY is a cocreator and co–Benevolent Dictator for Life of Django. He runs a Web
start-up called EveryBlock. He lives with his wife in Chicago and spends his free time attempting to play guitar in the style of Django Reinhardt.
NJACOB KAPLAN-MOSS is a lead developer and co–Benevolent Dictator for Life of Django. Jacob
is a partner at Revolution Systems, a consultancy that helps companies make the most of open
source software. Jacob previously worked for the Lawrence Journal-World, the locally owned
newspaper in Lawrence, Kansas where Django was developed. At Journal-World Jacob was the
lead developer of Ellington, a commercial Web-publishing platform for media companies.

xxvii

About the Technical Reviewer
NSEAN LEGASSICK has been creating software for over 15 years. His work
designing the architecture of South African open source framework
Chisimba has contributed significantly to software-engineering capacity-building in Africa and other areas of the developing world. He is a
cofounder of MobGeo, a start-up developing innovative location-aware
mobile marketing solutions. Away from the world of software, he writes
on politics and culture.

xxix

Acknowledgments
T

hanks to the many people who contributed to our online first drafts, and thanks to the folks
at Apress for their great editing.

xxxi

Preface
W

elcome 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
dppl6++`f]jck^kkg*_ki+, 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
I

n the early days, Web developers wrote every page by hand. Updating a Web site meant editing 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.
It’s hard now to imagine what a revelation CGI must have been: instead of treating HTML
pages as simple files on disk, CGI allows you to think of your pages as resources generated
dynamically on demand. The development of CGI ushered in the first generation of dynamic
Web sites.
However, CGI has its problems: CGI scripts need to contain a lot of repetitive “boilerplate”
code, they make code reuse difficult, and they can be difficult for first-time developers to write
and understand.
PHP fixed many of these problems, and it took the world by storm—it’s now by far the
most popular tool used to create dynamic Web sites, and dozens of similar languages and
environments (ASP, JSP, etc.) have followed PHP’s design closely. PHP’s major innovation is its
ease of use: PHP code is simply embedded into plain HTML. The learning curve for someone
who already knows HTML is extremely shallow.
But PHP has its own problems; its very ease of use encourages sloppy, repetitive, illconceived code. Worse, PHP does little to protect programmers from security vulnerabilities,
and thus many PHP developers found themselves learning about security only once it was
too late.
These and similar frustrations led directly to the development of the current crop of
“third- generation” Web-development frameworks. These frameworks—Django and Ruby
on Rails appear to be the most popular these days—recognize that the Web’s importance has
escalated of late.
With this new explosion of Web development comes yet another increase in ambition;
Web developers are expected to do more and more every day.
Django was invented to meet these new ambitions. Django lets you build deep, dynamic,
interesting sites in an extremely short time. Django is designed to let you focus on the fun,
interesting parts of your job while easing the pain of the repetitive bits. In doing so, it provides
high-level abstractions of common Web-development patterns, shortcuts for frequent programming tasks, and clear conventions on how to solve problems. At the same time, Django
tries to stay out of your way, letting you work outside the scope of the framework as needed.

xxxv

xxxvi

NINT ROD UCTIO N

We wrote this book because we firmly believe that Django makes Web development better. It’s designed to quickly get you moving on your own Django projects, and then ultimately
teach you everything you need to know to successfully design, develop, and deploy a site that
you’ll be proud of.
We’re extremely interested in your feedback. The online version of this book—available
at dppl6++`f]jck^kkg*_ki+—will let you comment on any part of the book and discuss it with
other readers. We’ll do our best to read all the comments posted there, and to respond to as
many as possible. If you prefer e-mail, please drop us a line at baa`^]_g<`f]jck^kkg*_ki. Either
way, we’d love to hear from you!
We’re glad you’re here, and we hope you find Django as exciting, fun, and useful as we do.

P A R T

1

Getting Started

CHAPTER

1

Introduction to Django
T

his book is about Django, a Web-development framework that saves you time and makes
Web development a joy. Using Django, you can build and maintain high-quality Web applications with minimal fuss.
At its best, Web development is an exciting, creative act; at its worst, it can be a repetitive, frustrating nuisance. Django lets you focus on the fun stuff—the crux of your Web
application—while easing the pain of the repetitive bits. In doing so, it provides high-level
abstractions of common Web development patterns, shortcuts for frequent programming
tasks, and clear conventions for how to solve problems. At the same time, Django tries to stay
out of your way, letting you work outside the scope of the framework as needed.
The goal of this book is to make you a Django expert. The focus is twofold. First, we
explain, in depth, what Django does and how to build Web applications with it. Second, we
discuss higher-level concepts where appropriate, answering the question “How can I apply
these tools effectively in my own projects?” By reading this book, you’ll learn the skills needed
to develop powerful Web sites quickly, with code that is clean and easy to maintain.

What Is a Web Framework?
Django is a prominent member of a new generation of Web frameworks—but what does that
term mean, precisely?
To answer that question, let’s consider the design of a Web application written in Python
without a framework. Throughout this book, we’ll take this approach of showing you basic
ways to get work done without shortcuts, in the hope that you’ll recognize why shortcuts are
so helpful. (It’s also valuable to know how to get things done without shortcuts because shortcuts aren’t always available. And most importantly, knowing why things work the way they do
makes you a better Web developer.)
One of the simplest, most direct ways to build a Python Web app from scratch is to use
the Common Gateway Interface (CGI) standard, which was a popular technique circa 1998.
Here’s a high-level explanation of how it works: create a Python script that outputs HTML,
then save the script to a Web server with a *_ce extension and visit the page in your Web
browser. That’s it.

3

4

C HAPTER 1 N INTR ODU C TION TO DJ A NG O

Here’s a sample Python CGI script that displays the ten most recently published books
from a database. Don’t worry about syntax details; just get a feel for the basic things it’s doing.
+qon+^ej+ajrlupdkj
eilknpIuOMH`^
lnejp?kjpajp)Pula6patp+dpihXj
lnejp8dpih:8da]`:8pepha:>kkgo8+pepha:8+da]`:
lnejp8^k`u:
lnejp8d-:>kkgo8+d-:
lnejp8qh:
_kjja_pekj9IuOMH`^*_kjja_p$qoan9#ia#(l]oos`9#hapiaej#(`^9#iu[`^#%
_qnokn9_kjja_pekj*_qnokn$%
_qnokn*ata_qpa$OAHA?Pj]iaBNKI^kkgoKN@AN>Ulq^[`]pa@AO?HEIEP-,%
bknnksej_qnokn*bap_d]hh$%6
lnejp8he:!o8+he:!nksW,Y
lnejp8+qh:
lnejp8+^k`u:8+dpih:
_kjja_pekj*_hkoa$%
First, to fulfill the requirements of CGI, this code prints a “Content-Type” line, followed
by a blank line. It prints some introductory HTML, connects to a database, and runs a query to
retrieve the names of the latest ten books. Looping over those books, it generates an HTML list
of the titles. Finally, it prints the closing HTML and closes the database connection.
With a one-off page like this one, the write-it-from-scratch approach isn’t necessarily bad.
For one thing, this code is simple to comprehend—even a novice developer can read these 16
lines of Python and understand everything it does, from start to finish. There’s nothing else
to learn, no other code to read. It’s also simple to deploy: just save this code in a file that ends
with *_ce, upload that file to a Web server, and visit that page with a browser.
Despite its simplicity, this approach has a number of problems and annoyances. Ask yourself these questions:
Ê

UÊ 7 >ÌÊ >««i˜ÃÊÜ i˜Ê“Տ̈«iÊ«>ÀÌÃʜvÊޜÕÀÊ>««ˆV>̈œ˜Ê˜ii`Ê̜ÊVœ˜˜iVÌÊ̜ÊÌ iÊ`>Ì>base? Surely that database-connecting code shouldn’t need to be duplicated in each
individual CGI script. The pragmatic thing to do would be to refactor it into a shared
function.

Ê

UÊ - œÕ`Ê>Ê`iÛiœ«iÀÊreally have to worry about printing the “Content-Type” line and
remembering to close the database connection? This sort of boilerplate reduces programmer productivity and introduces opportunities for mistakes. These setup- and
teardown-related tasks would best be handled by some common infrastructure.

C H A P T E R 1 N I N T R O D U C T I O N T O D JA N G O

Ê

UÊ 7 >ÌÊ >««i˜ÃÊÜ i˜ÊÌ ˆÃÊVœ`iʈÃÊÀiÕÃi`ʈ˜Ê“Տ̈«iÊi˜ÛˆÀœ˜“i˜ÌÃ]Êi>V ÊÜˆÌ Ê>ÊÃi«>rate database and password? At this point, some environment-specific configuration
becomes essential.

Ê

UÊ 7 >ÌÊ >««i˜ÃÊÜ i˜Ê>Ê7iLÊ`iÈ}˜iÀÊÜ œÊ >ÃʘœÊiÝ«iÀˆi˜ViÊVœ`ˆ˜}Ê*ÞÌ œ˜Ê܈à iÃÊ̜Ê
redesign the page? One wrong character could crash the entire application. Ideally,
the logic of the page—the retrieval of book titles from the database—would be separate from the HTML display of the page so that a designer could edit the latter without
affecting the former.

These problems are precisely what a Web framework intends to solve. A Web framework
provides a programming infrastructure for your applications so that you can focus on writing clean, maintainable code without having to reinvent the wheel. In a nutshell, that’s what
Django does.

The MVC Design Pattern
Let’s dive in with a quick example that demonstrates the difference between the previous
approach and a Web framework’s approach. Here’s how you might write the previous
CGI code using Django. The first thing to note is that we split it over three Python files
(ik`aho*lu, reaso*lu, qnho*lu) and an HTML template (h]paop[^kkgo*dpih):
ik`aho*lu$pda`]p]^]oap]^hao%
bnki`f]jck*`^eilknpik`aho
_h]oo>kkg$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
lq^[`]pa9ik`aho*@]paBeah`$%

reaso*lu$pda^qoejaoohkce_%
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiik`ahoeilknp>kkg
`abh]paop[^kkgo$namqaop%6
^kkg[heop9>kkg*k^fa_po*kn`an[^u$#)lq^[`]pa#%W6-,Y
napqnjnaj`an[pk[naolkjoa$#h]paop[^kkgo*dpih#(w#^kkg[heop#6^kkg[heopy%

qnho*lu$pdaQNH_kjbecqn]pekj%
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
eilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Zh]paop+ #(reaso*h]paop[^kkgo%(
%

5

6

C HAPTER 1 N INTR ODU C TION TO DJ A NG O

h]paop[^kkgo*dpih$pdapailh]pa%
8dpih:8da]`:8pepha:>kkgo8+pepha:8+da]`:
8^k`u:
8d-:>kkgo8+d-:
8qh:
w!bkn^kkgej^kkg[heop!y
8he:ww^kkg*j]iayy8+he:
w!aj`bkn!y
8+qh:
8+^k`u:8+dpih:
Again, don’t worry about the particulars of syntax; just get a feel for the overall design. The
main thing to note here is the separation of concerns:
Ê

UÊ / iÊik`aho*lu file contains a description of the database table, represented by a
Python class. This class is called a model. Using it, you can create, retrieve, update, and
delete records in your database using simple Python code rather than writing repetitive
SQL statements.

Ê

UÊ / iÊreaso*lu file contains the business logic for the page. The h]paop[^kkgo$% function
is called a view.

Ê

UÊ / iÊqnho*lu file specifies which view is called for a given URL pattern. In this case, the
URL +h]paop+ will be handled by the h]paop[^kkgo$% function. In other words, if your
domain is example.com, any visit to the URL dppl6++at]ilha*_ki+h]paop+ will call the
h]paop[^kkgo$% function.

Ê

UÊ / iÊh]paop[^kkgo*dpih file is an HTML template that describes the design of the page.
It uses a template language with basic logic statements—for example, w!bkn^kkgej
^kkg[heop!y.

Taken together, these pieces loosely follow a pattern called Model-View-Controller (MVC).
Simply put, MVC is way of developing software so that the code for defining and accessing
data (the model) is separate from request-routing logic (the controller), which in turn is separate from the user interface (the view). (We’ll discuss MVC in more depth in Chapter 5.)
A key advantage of such an approach is that components are loosely coupled. Each distinct
piece of a Django-powered Web application has a single key purpose and can be changed
independently without affecting the other pieces. For example, a developer can change the
URL for a given part of the application without affecting the underlying implementation. A
designer can change a page’s HTML without having to touch the Python code that renders it.
A database administrator can rename a database table and specify the change in a single place
rather than having to search and replace through a dozen files.
In this book, each component of MVC gets its own chapter. Chapter 3 covers views,
Chapter 4 covers templates, and Chapter 5 covers models.

C H A P T E R 1 N I N T R O D U C T I O N T O D JA N G O

Django's History
Before we dive into more code, we should take a moment to explain Django’s history. We
noted earlier that we’ll be showing you how to do things without shortcuts so that you more
fully understand the shortcuts. Similarly, it’s useful to understand why Django was created,
because knowledge of the history will put into context why Django works the way it does.
If you’ve been building Web applications for a while, you’re probably familiar with the
problems in the CGI example we presented earlier. The classic Web developer’s path goes
something like this:
1. Write a Web application from scratch.
2. Write another Web application from scratch.
3. Realize the application from step 1 shares much in common with the application from
step 2.
4. Refactor the code so that application 1 shares code with application 2.
5. Repeat steps 2–4 several times.
6. Realize you’ve invented a framework.
This is precisely how Django itself was created!
Django grew organically from real-world applications written by a Web-development
team in Lawrence, Kansas, USA. It was born in the fall of 2003, when the Web programmers
at the Lawrence Journal-World newspaper, Adrian Holovaty and Simon Willison, began using
Python to build applications.
The World Online team, responsible for the production and maintenance of several local
news sites, thrived in a development environment dictated by journalism deadlines. For the
sites—including LJWorld.com, Lawrence.com, and KUsports.com—journalists (and management) demanded that features be added and entire applications be built on an intensely fast
schedule, often with only days’ or hours’ notice. Thus, Simon and Adrian developed a timesaving Web-development framework out of necessity—it was the only way they could build
maintainable applications under the extreme deadlines.
In summer 2005, after having developed this framework to a point where it was efficiently
powering most of World Online’s sites, the team, which now included Jacob Kaplan-Moss,
decided to release the framework as open source software. They released it in July 2005 and
named it Django, after the jazz guitarist Django Reinhardt.
Now, several years later, Django is a well-established open source project with tens of
thousands of users and contributors spread across the planet. Two of the original World
Online developers (the “Benevolent Dictators for Life,” Adrian and Jacob) still provide central
guidance for the framework’s growth, but it’s much more of a collaborative team effort.
This history is relevant because it helps explain two key things. The first is Django’s “sweet
spot.” Because Django was born in a news environment, it offers several features (such as its
admin site, covered in Chapter 6) that are particularly well suited for “content” sites—sites
like Amazon.com, Craigslist, and The Washington Post that offer dynamic, database-driven
information. Don’t let that turn you off, though—although Django is particularly good for
developing those sorts of sites, that doesn’t preclude it from being an effective tool for building any sort of dynamic Web site. (There’s a difference between being particularly effective at
something and being ineffective at other things.)

7

8

C HAPTER 1 N INTR ODU C TION TO DJ A NG O

The second matter to note is how Django’s origins have shaped the culture of its open
source community. Because Django was extracted from real-world code rather than being an
academic exercise or a commercial product, it is acutely focused on solving Web-development
problems that Django’s developers themselves have faced—and continue to face. As a result,
Django itself is actively improved on an almost daily basis. The framework’s maintainers have
a vested interest in making sure Django saves developers time, produces applications that are
easy to maintain, and performs well under load. If nothing else, the developers are motivated
by their own selfish desires to save themselves time and enjoy their jobs. (To put it bluntly,
they eat their own dog food.)

How to Read This Book
In writing this book, we tried to strike a balance between readability and reference, with a bias
toward readability. Our goal with this book, as stated earlier, is to make you a Django expert,
and we believe the best way to teach is through prose and plenty of examples, rather than
providing an exhaustive but bland catalog of Django features. (As the saying goes, you can’t
expect to teach somebody how to speak a language merely by teaching them the alphabet.)
With that in mind, we recommend that you read Chapters 1 through 12 in order. They
form the foundation of how to use Django; once you’ve read them, you’ll be able to build
and deploy Django-powered Web sites. Specifically, Chapters 1 through 7 are the “core curriculum,” Chapters 8 through 11 cover more-advanced Django usage, and Chapter 12 covers
deployment. The remaining chapters, 13 through 20, focus on specific Django features and
can be read in any order.
The appendixes are for reference. They, along with the free documentation at dppl6++sss*
`f]jcklnkfa_p*_ki+, are probably what you’ll flip back to occasionally to recall syntax or find
quick synopses of what certain parts of Django do.

Required Programming Knowledge
Readers of this book should understand the basics of procedural and object-oriented programming: control structures (e.g., eb, sdeha, bkn), data structures (lists, hashes/dictionaries),
variables, classes, and objects.
Experience in Web development is, as you may expect, very helpful, but it’s not required
to understand this book. Throughout the book, we try to promote best practices in Web development for readers who lack this experience.

Required Python Knowledge
At its core, Django is simply a collection of libraries written in the Python programming
language. To develop a site using Django, you write Python code that uses these libraries.
Learning Django, then, is a matter of learning how to program in Python and understanding
how the Django libraries work.

C H A P T E R 1 N I N T R O D U C T I O N T O D JA N G O

If you have experience programming in Python, you should have no trouble diving in. By
and large, the Django code doesn’t perform a lot of “magic” (i.e., programming trickery whose
implementation is difficult to explain or understand). For you, learning Django will be a matter of learning Django’s conventions and APIs.
If you don’t have experience programming in Python, you’re in for a treat. It’s easy to
learn and a joy to use! Although this book doesn’t include a full Python tutorial, it highlights
Python features and functionality where appropriate, particularly when code doesn’t immediately make sense. Still, we recommend you read the official Python tutorial, available online at
dppl6++`k_o*lupdkj*knc+pqp+. We also recommend Mark Pilgrim’s free book Dive Into Python
(Apress, 2004), available at dppl6++sss*`eraejpklupdkj*knc+ and published in print by Apress.

Required Django Version
This book covers Django 1.1.
Django’s developers maintain backward compatibility within “major version” numbers.
This commitment means that, if you write an application for Django 1.1, it will still work for
1.2, 1.3, 1.9, and any other version number that starts with “1.” Once Django hits 2.0, though,
your applications might need to be rewritten—but version 2.0 is a long way away. As a point of
reference, it took more than three years to release version 1.0. (This is very similar to the compatibility policy that applies to the Python language itself: code that was written for Python 2.0
works with Python 2.6, but not necessarily with Python 3.0.) Given that this book covers Django
1.1, it should serve you well for some time.

Getting Help
One of the greatest benefits of Django is its kind and helpful user community. For help with
any aspect of Django—from installation to application design to database design to deployment—feel free to ask questions online.
Ê

UÊ / iÊ >˜}œÊÕÃiÀÃʓ>ˆˆ˜}ʏˆÃÌʈÃÊÜ iÀiÊÌ œÕÃ>˜`ÃʜvÊ >˜}œÊÕÃiÀÃÊ >˜}ʜÕÌÊ̜Ê>ÎÊ>˜`Ê
answer questions. Sign up for free at dppl6++sss*`f]jcklnkfa_p*_ki+n+`f]jck)qoano.

Ê

UÊ / iÊ >˜}œÊ, ÊV >˜˜iÊˆÃÊÜ iÀiÊ >˜}œÊÕÃiÀÃÊ >˜}ʜÕÌÊ̜ÊV >ÌÊ>˜`Ê i«Êi>V ÊœÌ iÀʈ˜Ê
real time. Join the fun by logging on to `f]jck on the Freenode IRC network.

What’s Next?
In the next chapter, we’ll get started with Django, covering installation and initial setup.

9

C HAPTER

2

Getting Started
I

nstalling Django is a multistep process because of the multiple moving parts in modern Web
development environments. In this chapter, we’ll walk you through how to install the framework and its few dependencies.
Because Django is “just” Python code, it runs anywhere Python does—including on some
cell phones! But this chapter just covers the common scenarios for Django installations. We’ll
assume that you’re installing it either on a desktop/laptop machine or on a server.
Later on (in Chapter 12), we’ll cover how to deploy Django to a production site.

Installing Python
Django is written purely in Python, so the first step in installing the framework is to make sure
that you have Python installed.

Python Versions
The core Django framework works with any Python version from 2.3 to 2.6, inclusive. Django’s
optional Geographic Information Systems (GIS) support requires Python 2.4 to 2.6.
If you’re not sure which version of Python to install and you have complete freedom over
the decision, pick the latest one in the 2.x series: version 2.6. Although Django works equally
well with any version from 2.3 to 2.6, the later versions of Python have performance improvements and additional language features you might like to use in your applications. Plus,
certain third-party Django add-ons that you might want to use might require a version newer
than Python 2.3, so using a later version of Python keeps your options open.

DJANGO AND PYTHON 3.0
At the time of writing, Python 3.0 was released, but Django didn’t yet support it. Python 3.0 introduced a
substantial number of backward-incompatible changes to the language, so we expect that most major Python
libraries and frameworks, including Django, will take a few years to catch up.
If you’re new to Python and are wondering whether to learn Python 2.x or Python 3.x, our advice is to
stick with Python 2.x.

11

12

C HAPTER 2 N GETTING S TA R TED

Installation
If you’re on Linux or Mac OS X, you probably have Python already installed. Type lupdkj at a
command prompt (or in Applications/Utilities/Terminal in OS X). If you see something like
this, Python is installed:
Lupdkj.*0*-$.(I]n/-.,,1(,,6,16-,%
WC??/*/.,,/,/,0$=llha?kilqpan(Ej_*^qeh`-222%Ykj`]nsej
Puladahl(_klunecdp(_na`epoknhe_ajoabkniknaejbkni]pekj*
:::
Otherwise, you’ll need to download and install Python. It’s fast and easy, and detailed
instructions are available at dppl6++sss*lupdkj*knc+`ksjhk]`+.

Installing Django
At any given time, two distinct versions of Django are available to you: the latest official release
and the bleeding-edge trunk version. The version you decide to install depends on your priorities. Do you want a stable and tested version of Django, or do you want a version containing
the latest features, perhaps so you can contribute to Django itself, at the expense of stability?
We recommend sticking with an official release, but it’s important to know that the trunk
development version exists because you’ll find it mentioned in the documentation and by
members of the community.

Installing an Official Release
Official releases have a version number, such as 1.0.3 or 1.1, and the latest one is always available at dppl6++sss*`f]jcklnkfa_p*_ki+`ksjhk]`+.
If you’re on a Linux distribution that includes a package of Django, it’s a good idea to use
the distributor’s version. That way, you’ll get security updates along with the rest of your system packages.
If you don’t have access to a prepackaged version, you can download and install the
framework manually. To do so, first download the tarball, which will be named something
similar to @f]jck)-*,*.)bej]h*p]n*cv. (It doesn’t matter which local directory you download
this file into; the installation process will put Django’s files in the right place.) Then unzip it
and run oapql*luejop]hh, as you do with most Python libraries.
Here’s how that process looks on Unix systems:
1. p]ntvrb@f]jck)-*,*.)bej]h*p]n*cv
2. _`@f]jck)&
3. oq`klupdkjoapql*luejop]hh
On Windows, we recommend using 7-Zip (dppl6++sss*`f]jcklnkfa_p*_ki+n+3vel+) to
unzip *p]n*cv files. Once you’ve unzipped the file, start up a DOS shell (the command prompt)
with administrator privileges and run the following command from within the directory whose
name starts with @f]jck):
lupdkjoapql*luejop]hh

CHAPTER 2 N GETTING STARTED

In case you’re curious, Django’s files will be installed into your Python installation’s
oepa)l]_g]cao directory—a directory where Python looks for third-party libraries. Usually
it’s in a place similar to +qon+he^+lupdkj.*0+oepa)l]_g]cao.

Installing the Trunk Version
The latest and greatest Django development version is referred to as the trunk version, and it’s
available from Django’s Subversion repository. You should consider installing this version if
you want to work on the bleeding edge or if you want to contribute code to Django itself.
Subversion is a free, open source revision-control system, and the Django team uses it
to manage changes to the Django codebase. You can use a Subversion client to grab the very
latest Django source code and you can update your local version of the Django code, known
as your local checkout, at any given time to get the latest changes and improvements made by
Django developers.
When using trunk, keep in mind there’s no guarantee things won’t be broken at any given
moment. With that said, though, some members of the Django team run production sites on
trunk, so they have an incentive to keep it stable.
To grab the latest Django trunk, follow these steps:
1. Make sure that you have a Subversion client installed. You can get the software free
from dppl6++oq^ranoekj*pecneo*knc+ and you can find excellent documentation at
dppl6++orj^kkg*na`)^a]j*_ki+.
If you’re on a Mac with OS X 10.5 or later, you’re in luck; Subversion should already be
installed. You can verify this by typing orj))ranoekj in the Terminal.
2. Check out the trunk using the command orj_kdppl6++_k`a*`f]jcklnkfa_p*_ki+orj+
`f]jck+pnqjg`fpnqjg.
3. Locate your Python installation’s oepa)l]_g]cao directory, which is usually in a place
similar to +qon+he^+lupdkj.*0+oepa)l]_g]cao. If you have no idea, type this command
from a command prompt:
lupdkj)_#eilknpouo(llnejp7llnejp*llnejp$ouo*l]pd%#
The resulting output should include your oepa)l]_g]cao directory.
Within the oepa)l]_g]cao directory, create a file called `f]jck*lpd and edit it to contain
the full path to your `fpnqjg directory to it. For example, the file could contain just this
line:
+dkia+ia+_k`a+`fpnqjg
4. Place `fpnqjg+`f]jck+^ej on the system path. This directory includes management
utilities such as `f]jck)]`iej*lu.

NTip If*lpd files are new to you, you can learn more about them at dppl6++sss*`f]jcklnkfa_p*
_ki+n+lupdkj+oepa)ik`qha+.

13

14

C HAPTER 2 N GETTING S TA R TED

After downloading from Subversion and following the preceding steps, there’s no need to
run lupdkjoapql*luejop]hh—you just did the work by hand!
Because the Django trunk changes often with bug fixes and feature additions, you’ll probably want to update it every once in a while. To update the code, just run the command orj
ql`]pa from within the `fpnqjg directory. When you run that command, Subversion will contact dppl6++_k`a*`f]jcklnkfa_p*_ki, determine whether any of Django’s code has changed,
and update your local version of the code with any changes that have been made since you last
updated. It’s quite slick.
Finally, if you use trunk, you should know how to figure out which version of trunk you’re
running. Knowing your version number is important if you ever need to reach out to the community for help or if you submit improvements to the framework. In these cases, you should
tell people which trunk version (also known as a revision number or changeset) that you’re
using. To find out your revision number, type orjejbk from within the `fpnqjg directory, and
look for the number after Revision. This number is incremented each time Django is changed,
whether through a bug fix, feature addition, documentation improvement, or anything else.
Among some members of the Django community, it’s a badge of honor to be able to say, “I’ve
been using Django since [insert very low revision number here].”

Testing the Django Installation
For some post-installation positive feedback, take a moment to test whether the installation
worked. In a command shell, change into another directory (not the directory that contains
the `f]jck directory) and start the Python interactive interpreter by typing lupdkj. If the installation was successful, you should be able to import the module `f]jck:
:::eilknp`f]jck
:::`f]jck*RANOEKJ
$-(-(,(#bej]h#(-%

INTERACTIVE INTERPRETER EXAMPLES
The Python interactive interpreter is a command-line program that lets you write a Python program interactively. To start it, run the command lupdkj at the command line.
Throughout this book, we feature example Python interactive interpreter sessions. You can recognize
these examples by the triple greater-than signs (:::) that designate the interpreter’s prompt. If you’re copying examples from this book, don’t copy those greater-than signs.

CHAPTER 2 N GETTING STARTED

Multiline statements in the interactive interpreter are padded with three dots (***). For example:
:::lnejpPdeoeo]
***opnejcpd]pol]jo
***pdnaahejao*
Pdeoeo]
opnejcpd]pol]jo
pdnaahejao*
:::`abiu[bqj_pekj$r]hqa%6
***lnejpr]hqa
:::iu[bqj_pekj$#dahhk#%
dahhk
Those three dots at the start of the additional lines are inserted by the Python shell—they’re not part of
our input. We include them to be faithful to the actual output of the interpreter. If you copy our examples to
follow along, don’t copy those dots.

Setting Up a Database
At this point, you could very well begin writing a Web application with Django because
Django’s only hard-and-fast prerequisite is a working Python installation. However, odds
are you’ll be developing a database-driven Web site, in which case you’ll need to configure
a database server.
If you just want to start playing with Django, skip ahead to the “Starting a Project” section—but keep in mind that all the examples in this book assume that you have a working
database set up.
Django supports four database engines:
Ê

UÊ *œÃÌ}Ài-+Ê­dppl6++sss*lkopcnaomh*knc+)

Ê

UÊ -+ˆÌiÊÎÊ­dppl6++sss*omhepa*knc+)

Ê

UÊ Þ-+Ê­dppl6++sss*iuomh*_ki+)

Ê

UÊ "À>ViÊ­dppl6++sss*kn]_ha*_ki+)

For the most part, all the engines work equally well with the core Django framework.
(A notable exception is Django’s optional GIS support, which is much more powerful with
*œÃÌ}Ài-+ÊÌ >˜ÊÜˆÌ ÊœÌ iÀÊ`>Ì>L>Ãið®ÊvÊޜսÀiʘœÌÊ̈i`Ê̜Ê>˜Þʏi}>VÞÊÃÞÃÌi“Ê>˜`Ê >ÛiÊÌ iÊ
vÀii`œ“Ê̜ÊV œœÃiÊ>Ê`>Ì>L>ÃiÊL>VŽ‡i˜`]ÊÜiÊÀiVœ““i˜`Ê*œÃÌ}Ài-+, which achieves a fine
balance between cost, features, speed, and stability.

15

16

C HAPTER 2 N GETTING S TA R TED

Setting up the database is a two-step process:
1. First, you’ll need to install and configure the database server. This process is beyond
the scope of this book, but each of the four database back-ends has rich documentation on its Web site. (If you’re on a shared hosting provider, the server is probably set
up already.)
2. Second, you’ll need to install the Python library for your particular database back-end.
This is a third-party bit of code that allows Python to interface with the database. We
outline the specific, per-database requirements in the following sections.
If you’re just playing around with Django and don’t want to install a database server, conÈ`iÀÊÕȘ}Ê-+ˆÌi°Ê-+ˆÌi is unique in the list of supported databases in that it doesn’t require
either of the preceding steps if you’re using Python 2.5 or higher. It merely reads and writes
its data to a single file on your filesystem, and Python versions 2.5 and higher include built-in
support for it.
On Windows, obtaining database driver binaries can be frustrating. If you’re eager to
Õ“«Êˆ˜]ÊÜiÊÀiVœ““i˜`ÊÕȘ}Ê*ÞÌ œ˜ÊÓ°xÊ>˜`ʈÌÃÊLՈÌ‡ˆ˜ÊÃÕ««œÀÌÊvœÀÊ-+ˆÌe.

Using Django with PostgreSQL
IfÊޜÕÊÕÃiÊ*œÃÌ}Ài-+]ÊޜսÊ˜ii`Ê̜ʈ˜ÃÌ>ÊiˆÌ iÀÊÌ iÊlou_klc or lou_klc. package from
dppl6++sss*`f]jcklnkfa_p*_ki+n+lupdkj)lcomh+. We recommend lou_klc. because it is
newer, more actively developed, and can be easier to install. Either way, remember whether
you’re using version 1 or 2; you’ll need this information later.
vÊޜսÀiÊÕȘ}Ê*œÃÌ}Ài-+ʜ˜Ê7ˆ˜`œÜÃ]ÊޜÕÊV>˜Êvˆ˜`Ê«ÀiVœ“«ˆi`ÊLˆ˜>ÀˆiÃʜvÊlou_klc at
dppl6++sss*`f]jcklnkfa_p*_ki+n+lupdkj)lcomh+sej`kso+.
If you’re on Linux, check whether your distribution’s package-management system offers
a package called lupdkj)lou_klc., lou_klc.)lupdkj, lupdkj)lkopcnaomh, or something similar.

Using Django with SQLite 3
If you’re using Python version 2.5 or higher, you’re in luck: no database-specific installation is
ÀiµÕˆÀi`ÊLiV>ÕÃiÊ*ÞÌ œ˜Êà ˆ«ÃÊÜˆÌ Ê-+ˆÌiÊÃÕ««œÀÌ°Ê-Žˆ«Ê> i>`Ê̜ÊÌ iʘiÝÌÊÃiV̈œ˜°
vÊޜսÀiÊܜÀŽˆ˜}ÊÜˆÌ Ê*ÞÌ œ˜ÊÓ°{ʜÀʜ`iÀ]ÊޜսÊ˜ii`Ê-+ˆÌiÊÎpnot version 2—from
dppl6++sss*`f]jcklnkfa_p*_ki+n+omhepa+ and the luomhepa package from dppl6++sss*
`f]jcklnkfa_p*_ki+n+lupdkj)omhepa+. Make sure that you have luomhepa version 2.0.3 or
higher.
"˜Ê7ˆ˜`œÜÃ]ÊޜÕÊV>˜ÊΈ«Êˆ˜ÃÌ>ˆ˜}ÊÌ iÊvœÀ“iÀÊ­Ì iÊÃi«>À>ÌiÊ-+ˆÌiÊLˆ˜>ÀˆiîÊLiV>ÕÃiÊ
they’re statically linked into the luomhepa binaries.
If you’re on Linux, check whether your distribution’s package-management system offers
a package called lupdkj)omhepa/, omhepa)lupdkj, luomhepa, or something similar.

CHAPTER 2 N GETTING STARTED

Using Django with MySQL
Dj>˜}œÊÀiµÕˆÀiÃÊÞ-+Ê{°äʜÀÊ>LœÛi°Ê/ iÊΰx versions don’t support nested subqueries and
ܓiÊœÌ iÀÊv>ˆÀÞÊÃÌ>˜`>À`Ê-+ÊÃÌ>Ìi“i˜Ìð
You’ll also need to install the IuOMH`^ package from dppl6++sss*`f]jcklnkfa_p*_ki+n+
lupdkj)iuomh+.
If you’re on Linux, check whether your distribution’s package-management system offers
a package called lupdkj)iuomh, lupdkj)iuomh`^, iuomh)lupdkj, or something similar.

Using Django with Oracle
Django works with Oracle Database Server versions 9i and higher.
If you’re using Oracle, you’ll need to install the _t[Kn]_ha library, available at dppl6++
_t)kn]_ha*okqn_abknca*jap+. Use version 4.3.1 or higher, but avoid version 5.0 because of a
bug in that version of the driver.

Using Django Without a Database
As mentioned earlier, Django doesn’t actually require a database. If you just want to use it to
serve dynamic pages that don’t hit a database, that’s perfectly fine.
With that said, bear in mind that some of the extra tools bundled with Django do require
a database, so if you choose not to use a database, you’ll miss out on those features. (We highlight these features throughout this book.)

Starting a Project
Once you’ve installed Python, Django, and (optionally) your database server/library, you can
take the first step of developing a Django application by creating a project.
A project is a collection of settings for an instance of Django, including database configuration, Django-specific options, and application-specific settings.
If this is your first time using Django, you’ll have to take care of some initial setup. Create
a new directory to start working in, perhaps something like +dkia+qoanj]ia+`f_k`a+.

WHERE SHOULD THIS DIRECTORY LIVE?
If your background is in PHP, you’re probably used to putting code under the Web server’s document root (in
a location such as +r]n+sss). With Django, you don’t do that. It’s not a good idea to put any of this Python
code within your Web server’s document root because in doing so you risk the possibility that people will be
able to view your raw source code over the Web. That’s not good.
Put your code in a directory outside of the document root.

17

18

C HAPTER 2 N GETTING S TA R TED

Change into the directory you created and run the command `f]jck)]`iej*lu
op]nplnkfa_piuoepa. This will create a iuoepa directory in your current directory.

NNote

`f]jck)]`iej*lu should be on your system path if you installed Django via its oapql*lu utility.
If you’re using trunk, you’ll find `f]jck)]`iej*lu in `fpnqjg+`f]jck+^ej. Because you’ll be using
`f]jck)]`iej*lu often, consider adding it to the system path. On Unix, you can do so by symlinking from
+qon+hk_]h+^ej by using a command such as oq`khj)o+l]pd+pk+`f]jck+^ej+`f]jck)]`iej*lu
+qon+hk_]h+^ej+`f]jck)]`iej*lu. On Windows, you’ll need to update your L=PD environment variable.
If you installed Django from a packaged version for your Linux distribution, `f]jck)]`iej*lu might be
called `f]jck)]`iej instead.

If you see a “permission denied” message when running `f]jck)]`iej*luop]nplnkfa_p,
you’ll need to change the file’s permissions. To do this, navigate to the directory where `f]jck)
]`iej*lu is installed (for example, _`+qon+hk_]h+^ej) and run the command _dik`'t
`f]jck)]`iej*lu.
The op]nplnkfa_p command creates a directory containing four files:
iuoepa+
[[ejep[[*lu
i]j]ca*lu
oappejco*lu
qnho*lu
These files are as follows:
Ê

UÊ [[ejep[[*lu: A file required for Python to treat the iuoepa directory as a package (a
group of Python modules). It’s an empty file, and you normally won’t add anything to it.

Ê

UÊ i]j]ca*lu: A command-line utility that lets you interact with this Django project in
various ways. Type lupdkji]j]ca*ludahl to get a feel for what it can do. You should
never have to edit this file; it’s created in the directory purely for convenience.

Ê

UÊ oappejco*lu: Settings/configuration for this Django project. Take a look at it to get an
idea of the types of settings available, along with their default values.

Ê

UÊqnho*lu: The URLs for this Django project. Think of it as the “table of contents” of
your Django-powered site. At the moment, it’s empty.
Despite their small size, these files already constitute a working Django application.

Running the Development Server
For more post-installation positive feedback, let’s run the Django development server to see
the bare-bones application in action.
The Django development server (also called the runserver after the command that
launches it) is a built-in, lightweight Web server you can use while developing your site. It’s
included with Django so you can develop your site rapidly, without having to deal with configuring your production server (Apache, for example) until you’re ready for production. The

CHAPTER 2 N GETTING STARTED

development server watches your code and automatically reloads it, making it easy for you to
change your code without needing to restart anything.
To start the server, change into the project directory (_`iuoepa) if you haven’t already,
and run this command:
lupdkji]j]ca*lunqjoanran
You’ll see something like this:
R]he`]pejcik`aho***
,annknobkqj`*
@f]jckranoekj-*,(qoejcoappejco#iuoepa*oappejco#
@arahkliajpoanraneonqjjejc]pdppl6++-.3*,*,*-64,,,+
Mqeppdaoanransepd?KJPNKH)?*
This launches the server locally on port 8000, accessible only to connections from your
own computer. Now that it’s running, visit dppl6++-.3*,*,*-64,,,+ with your Web browser.
You’ll see a “Welcome to Django” page shaded in a pleasant pastel blue. It worked!
One final important note about the development server is worth mentioning before proceeding. Although this server is convenient for development, resist the temptation to use it in
anything resembling a production environment. The development server can handle only a
single request at a time reliably, and it has not gone through a security audit of any sort. When
the time comes to launch your site, see Chapter 12 for information on how to deploy Django.

CHANGING THE DEVELOPMENT SERVER'S HOST OR PORT
By default, the nqjoanran command starts the development server on port 8000, listening only for local
connections. If you want to change the server’s port, pass it as a command-line argument:
lupdkji]j]ca*lunqjoanran4,4,
When you specify an IP address, you tell the server to allow nonlocal connections, which is especially
helpful if you want to share a development site with other members of your team. The IP address ,*,*,*,
tells the server to listen on any network interface:
lupdkji]j]ca*lunqjoanran,*,*,*,64,,,
After this is done, other computers on your local network will be able to view your Django site by visiting
your IP address in their Web browsers (for example, dppl6++-5.*-24*-*-,/64,,,+)
Note that you’ll have to consult your network settings to determine your IP address on the local network.
Unix users can run eb_kjbec in a command prompt to get this information; Windows users can run el_kjbec.

What's Next?
Now that you have everything installed and the development server running, you’re ready to
learn the basics of serving Web pages with Django in Chapter 2.

19

C HAPTER

3

Views and URLconfs
I

n the previous chapter, we explained how to set up a Django project and run the Django
development server. In this chapter, you’ll learn the basics of creating dynamic Web pages
with Django.

Your First Django-Powered Page: Hello World
As a first goal, let’s create a Web page that outputs that famous example message: “Hello world.”
If you were publishing a simple “Hello world” Web page without a Web framework, you’d
simply type “Hello world” into a text file, call it dahhk*dpih, and upload it to a directory on a
Web server somewhere. Notice that you specified two key pieces of information about that
Web page: its contents (the string Dahhksknh`) and its URL (dppl6++sss*at]ilha*_ki+dahhk*
dpih, or maybe dppl6++sss*at]ilha*_ki+behao+dahhk*dpih if you put it in a subdirectory).
With Django, you specify those same two things, but in a different way. The contents of
the page are produced by a view function, and the URL is specified in a URLconf. First, let’s
write the “Hello world” view function.

Your First View
Within the iuoepa directory that `f]jck)]`iej*luop]nplnkfa_p made in the last chapter, create an empty file called reaso*lu. This Python module will contain the views for this chapter.
Note that there’s nothing special about the name reaso*lu—Django doesn’t care what the file
is called, as you’ll see in a bit—but it’s a good idea to call it reaso*lu as a convention for the
benefit of other developers reading your code.
A “Hello world” view is simple. Here’s the entire function, plus eilknp statements, which
you should type into the reaso*lu file:
bnki`f]jck*dppleilknpDpplNaolkjoa
`abdahhk$namqaop%6
napqnjDpplNaolkjoa$Dahhksknh`%

21

22

C HAPTER 3 N VIEW S A ND U R L C ONFS

Let’s step through this code one line at a time:
Ê

UÊ ˆÀÃÌ]ÊޜÕʈ“«œÀÌÊÌ iÊV>ÃÃÊDpplNaolkjoa, which lives in the `f]jck*dppl module. You
need to import this class because it’s used later in the code.

Ê

UÊ

Ê

UÊ >V ÊۈiÜÊv՘V̈œ˜ÊÌ>ŽiÃÊ>Ìʏi>ÃÌʜ˜iÊ«>À>“iÌiÀ]ÊV>i`Ênamqaop by convention. This is
an object that contains information about the current Web request that has triggered
this view, and it’s an instance of the class `f]jck*dppl*DpplNamqaop. In this example,
you don’t do anything with namqaop, but it must be the first parameter of the view
nonetheless.

Ê

UÊ

Ê

UÊ / iÊv՘V̈œ˜ÊˆÃÊ>Êȓ«iʜ˜i‡ˆ˜iÀ\ʈÌʓiÀiÞÊÀiÌÕÀ˜ÃÊ>˜ÊDpplNaolkjoa object that has
been instantiated with the text Dahhksknh`.

iÝÌ]ÊޜÕÊ`ivˆ˜iÊ>Êv՘V̈œ˜ÊV>i`Êdahhk—the view function.

œÌiÊÌ >ÌÊÌ iʘ>“iʜvÊÌ iÊۈiÜÊv՘V̈œ˜Ê`œiؽÌʓ>ÌÌiÀÆʈÌÊ`œiؽÌÊ >ÛiÊ̜ÊLiʘ>“i`Ê
in a certain way for Django to recognize it. We called it dahhk because that name clearly
indicates the gist of the view, but it could just as well be named dahhk[skj`anbqh[
^a]qpebqh[sknh`, or something equally revolting. The next section, “Your First
URLconf,” will shed light on how Django finds this function.

The main lesson is this: a view is just a Python function that takes an DpplNamqaop as its
first parameter and returns an instance of DpplNaolkjoa. In order for a Python function to be a
Django view, it must do these two things. (There are exceptions, but we’ll get to them later.)

Your First URLconf
If at this point you run lupdkji]j]ca*lunqjoanran again, you’ll still see the “Welcome to
Django” message, with no trace of the “Hello world” view anywhere. That’s because the iuoepa
project doesn’t yet know about the dahhk viewÆÊޜÕʘii`Ê̜ÊÌiÊ >˜}œÊiÝ«ˆVˆÌÞÊÌ >ÌÊޜսÀiÊ
activating this view at a particular URL. (Continuing the previous analogy of publishing static
HTML files, at this point you’ve created the HTML file but haven’t uploaded it to a directory on
the server yet.) To hook a view function to a particular URL with Django, use a URLconf.
A URLconf is like a table of contents for a Django-powered Web site. Basically, it’s a mapping between URLs and the view functions that should be called for those URLs. It’s how you
tell Django, “For this URL, call this code, and for that URL, call that code.” For example, “When
somebody visits the URL +bkk+, call the view function bkk[reas$%, which lives in the Python
module reaso*lu.”
When you executed `f]jck)]`iej*luop]nplnkfa_p in the previous chapter, the script created a URLconf for you automatically: the file qnho*lu. By default, it looks something like this:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
Qj_kiiajppdajatppskhejaopkaj]^hapda]`iej6
bnki`f]jck*_kjpne^eilknp]`iej
]`iej*]qpk`eo_kran$%

C H A P T E R 3 N V I E W S A N D U R LC O N F S

qnhl]ppanjo9l]ppanjo$##(
At]ilha6
$n#Ziuoepa+#(ej_hq`a$#iuoepa*bkk*qnho#%%(
Qj_kiiajppda]`iej+`k_heja^ahks]j`]``#`f]jck*_kjpne^*]`iej`k_o#
pkEJOP=HHA@[=LLOpkaj]^ha]`iej`k_qiajp]pekj6
$n#Z]`iej+`k_+#(ej_hq`a$#`f]jck*_kjpne^*]`iej`k_o*qnho#%%(
Qj_kiiajppdajatphejapkaj]^hapda]`iej6
$n#Z]`iej+#(ej_hq`a$]`iej*oepa*qnho%%(
%
This default URLconf includes some commonly used Django features commented out, so
activating those features is as easy as uncommenting the appropriate lines. If you ignore the
commented-out code, here’s the essence of a URLconf:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
%
Let’s step through this code one line at a time:
Ê

UÊ / iÊvˆÀÃÌʏˆ˜iʈ“«œÀÌÃÊ>ÊœLiVÌÃÊvÀœ“ÊÌ iÊ`f]jck*_kjb*qnho*`ab]qhpo module, which is
Django’s URLconf infrastructure. This includes a function called l]ppanjo.

Ê

UÊ / iÊÃiVœ˜`ʏˆ˜iÊV>ÃÊÌ iÊv՘V̈œ˜Êl]ppanjo and saves the result into a variable called
qnhl]ppanjo. The l]ppanjo function gets passed only a single argument: the empty
string. (The string can be used to supply a common prefix for view functions, which
we’ll cover in Chapter 8.)

The main thing to note is the variable qnhl]ppanjo, which Django expects to find in the
URLconf module. This variable defines the mapping between URLs and the code that handles
those URLs. By default, the URLconf is empty—the Django application is a blank slate.

NNote That’s how Django knew to show you the “Welcome to Django” page in the last chapter. If your
URLconf is empty, Django assumes that you just started a new project, so it displays that message.

To add a URL and view to the URLconf, just add a Python tuple mapping a URL pattern to
the view function. Here’s how to hook in the dahhk view:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepa*reasoeilknpdahhk
qnhl]ppanjo9l]ppanjo$##(
$#Zdahhk+ #(dahhk%(
%

23

24

C HAPTER 3 N VIEW S A ND U R L C ONFS

NNote We removed the commented-out code for brevity. You can choose to leave those lines in if you want.

Two changes were made:
Ê

UÊ ˆÀÃÌ]ÊÌ iÊdahhk view was imported from its module: iuoepa+reaso*lu, which translates
into iuoepa*reaso in Python import syntax. (This assumes that iuoepa+reaso*lu is on
Ì iÊ*ÞÌ œ˜Ê«>Ì ÆÊÃiiÊÌ iÊÈ`iL>ÀÊvœÀÊ`iÌ>ˆÃ°®

Ê

UÊ

iÝÌ]ÊÌ iʏˆ˜iÊ$#Zdahhk+ #(dahhk% was added to qnhl]ppanjo. This line is referred to as
a URLpattern. It’s a Python tuple in which the first element is a pattern-matching string
­>ÊÀi}Տ>ÀÊiÝ«ÀiÃȜ˜ÆʓœÀiʜ˜ÊÌ ˆÃʈ˜Ê>ÊLˆÌ®Ê>˜`ÊÌ iÊÃiVœ˜`Êii“i˜ÌʈÃÊÌ iÊۈiÜÊv՘Vtion to use for that pattern.

In a nutshell, Django was told that any request to the URL +dahhk+ should be handled by
the dahhk view function.

PYTHON PATH
The Python path is the list of directories on your system where Python looks when you use the Python eilknp
statement.
For example, let’s say your Python path is set to W##(#+qon+he^+lupdkj.*0+oepa)l]_g]cao#(
#+dkia+qoanj]ia+`f_k`a#Y. If you execute the Python statement bnkibkkeilknp^]n, Python will
look for a module called bkk*lu in the current directory. (The first entry in the Python path, an empty string,
means “the current directory.”) If that file doesn’t exist, Python will look for the file +qon+he^+lupdkj.*0+
oepa)l]_g]cao+bkk*lu. If that file doesn’t exist, it will try +dkia+qoanj]ia+`f_k`a+bkk*lu. Finally, if
that file doesn’t exist, it will raise EilknpAnnkn.
If you’re interested in seeing the value of your Python path, start the Python interactive interpreter and
type this:
:::eilknpouo
:::lnejpouo*l]pd
You usually don’t have to worry about setting your Python path—Python and Django take care of things
for you automatically behind the scenes. (Setting the Python path is one of the things that the i]j]ca*lu
script does.)

It’s worth discussing the syntax of this URLpattern because it might not be immediately
obvious. Although you want to match the URL +dahhk+, the pattern looks a bit different from
that. Here’s why:

C H A P T E R 3 N V I E W S A N D U R LC O N F S

Ê

UÊ

>˜}œÊÀi“œÛiÃÊÌ iÊÏ>à ÊvÀœ“ÊÌ iÊvÀœ˜ÌʜvÊiÛiÀÞʈ˜Vœ“ˆ˜}Ê1,ÊLivœÀiʈÌÊV iVŽÃÊ
the URLpatterns. This means that the URLpattern doesn’t include the leading slash
in +dahhk+. (At first, this requirement might seem counterintuitive, but it simplifies
things—such as the inclusion of URLconfs within other URLconfs, which we’ll cover
in Chapter 8.)

Ê

UÊ / iÊ«>ÌÌiÀ˜Êˆ˜VÕ`iÃÊ>ÊV>ÀiÌÊ­Z) and a dollar sign ( ). These regular expression characters have a special meaning: the caret means “require that the pattern matches the
start of the string,” and the dollar sign means “require that the pattern matches the end
of the string.”

Ê

UÊ / ˆÃÊVœ˜Vi«ÌʈÃÊLiÃÌÊiÝ«>ˆ˜i`ÊLÞÊ>˜ÊiÝ>“«i°ÊvÊޜÕÊ >`ÊÕÃi`ÊÌ iÊ«>ÌÌiÀ˜Ê#Zdahhk+#
(without a dollar sign at the end), any URL starting with +dahhk+ would match (for
example, +dahhk+bkk and +dahhk+^]n, not just +dahhk+). Similarly, if you leave off the
initial caret character (for example, #dahhk+ #), Django would match any URL that
ends with dahhk+, such as +bkk+^]n+dahhk+. If you simply use dahhk+ without a caret
or a dollar sign, any URL containing dahhk+ would match (for example, +bkk+dahhk+
^]n). Thus, you use both the caret and dollar sign to ensure that only the URL +dahhk+
matches—nothing more, nothing less.

Ê

UÊ œÃÌÊ1,«>ÌÌiÀ˜ÃÊÃÌ>ÀÌÊÜˆÌ ÊV>ÀiÌÃÊ>˜`Êi˜`ÊÜˆÌ Ê`œ>ÀÊÈ}˜Ã]ÊLÕÌʈ̽ÃʘˆViÊÌœÊ >ÛiÊÌ iÊ
flexibility to perform more sophisticated matches.

Ê

UÊ 9œÕʓˆ} ÌÊLiÊܜ˜`iÀˆ˜}ÊÜ >ÌÊ >««i˜ÃʈvÊܓiœ˜iÊÀiµÕiÃÌÃÊÌ iÊ1,Ê+dahhk (that is,
without a trailing slash). Because the URLpattern requires a trailing slash, that URL
would not match. However, by default, any request to a URL that doesn’t match a
URLpattern and doesn’t end with a slash will be redirected to the same URL with a
trailing slash. (This is regulated by the =LLAJ@[OH=OD Django setting, which is covered
in Appendix D.)

Ê

UÊ vÊޜսÀiÊÌ iÊÌÞ«iʜvÊ«iÀܘÊÜ œÊˆŽiÃÊ>Ê1,ÃÊ̜Êi˜`ÊÜˆÌ ÊÏ>à iÃÊ­Ü ˆV ʈÃÊÌ iÊ
preference of Django’s developers), all you need to do is add a trailing slash to each
URLpattern and leave =LLAJ@[OH=OD set to Pnqa. If you prefer your URLs not to have
trailing slashes, or if you want to decide it on a per-URL basis, set =LLAJ@[OH=OD to
B]hoa and put trailing slashes in your URLpatterns as you see fit.

The other thing to note about this URLconf is that the dahhk view function was passed as
an object without calling the function. This is a key feature of Python (and other dynamic languages): functions are first-class objects, which means that you can pass them around just like
any other variables. Cool stuff, eh?
To test the changes to the URLconf, start the Django development server, as you did in
Chapter 2, by running the command lupdkji]j]ca*lunqjoanran. (If you left it running,
that’s fine, too. The development server automatically detects changes to your Python code
and reloads as necessary, so you don’t have to restart the server between changes.) The
server is running at the address dppl6++-.3*,*,*-64,,,+, so open up a Web browser and go
to dppl6++-.3*,*,*-64,,,+dahhk+. You should see the text “Hello world”—the output of your
Django view.
Hooray! You made your first Django-powered Web page.

25

26

C HAPTER 3 N VIEW S A ND U R L C ONFS

REGULAR EXPRESSIONS
You can use a regular expression (regex) as a compact way of specifying patterns in text. While Django
URLconfs allow arbitrary regexes for powerful URL matching, you’ll probably only use a few regex symbols in
practice. Here’s a selection of common symbols.

Symbol

Matches

* (dot)

Any single character

X`

Any single digit

W=)VY

Any character between = and V (uppercase)

W])vY

Any character between ] and v (lowercase)

W=)V])vY

Any character between ] and v (case-insensitive)

'

One or more of the previous expression (for example, X`' matches one or more
digits)

WZ+Y'

One or more characters until (and not including) a forward slash

;

Zero or one of the previous expression (for example, X`; matches zero or one
digits)

&

Zero or more of the previous expression (for example, X`& matches zero, one or
more than one digit)

w-(/y

Between one and three (inclusive) of the previous expression (for example,
X`w-(/y matches one, two, or three digits)

For more on regular expressions, see dppl6++sss*`f]jcklnkfa_p*_ki+n+lupdkj+na)ik`qha+.

A Quick Note About 404 Errors
At this point, the URLconf defines only a single URLpattern: the one that handles requests to
the URL +dahhk+. What happens when you request a different URL?
To find out, try running the Django development server and visiting a page such as
dppl6++-.3*,*,*-64,,,+ckk`^ua+, dppl6++-.3*,*,*-64,,,+dahhk+oq^`ena_pknu+, or even
dppl6++-.3*,*,*-64,,,+ (the site “root”). You should see a “Page not found” message (see
Figure 3-1). Django displays this message because you requested a URL that’s not defined in
your URLconf.
The utility of this page goes beyond the basic 404 error message. It also tells you precisely
which URLconf Django used and every pattern in that URLconf. From that information, you
should be able to tell why the requested URL threw a 404.
Naturally, this is sensitive information intended only for you, the Web developer. If this
were a production site deployed live on the Internet, you wouldn’t want to expose that information to the public. For that reason, this “Page not found” page is displayed only if your
Django project is in debug mode. We’ll explain how to deactivate debug mode later. For now,
just know that every Django project is in debug mode when you first create it, and if the project is not in debug mode, Django outputs a different 404 response.

C H A P T E R 3 N V I E W S A N D U R LC O N F S

Figure 3-1. Django’s 404 page

A Quick Note About the Site Root
As explained in the last section, you’ll see a 404 error message if you view the site root:
dppl6++-.3*,*,*-64,,,+°Ê >˜}œÊ`œiؽÌʓ>}ˆV>ÞÊ>``Ê>˜ÞÌ ˆ˜}Ê̜ÊÌ iÊÈÌiÊÀœœÌÆÊÌ >ÌÊ1,ʈÃÊ
not special-cased in any way. It’s up to you to assign it to a URLpattern, just like every other
entry in your URLconf.
The URLpattern to match the site root is a bit counterintuitive, though, so it’s worth mentioning. When you’re ready to implement a view for the site root, use the URLpattern #Z #,
which matches an empty string. Here’s an example:
bnkiiuoepa*reasoeilknpdahhk(iu[dkial]ca[reas
qnhl]ppanjo9l]ppanjo$##(
$#Z #(iu[dkial]ca[reas%(
***
%

27

28

C HAPTER 3 N VIEW S A ND U R L C ONFS

How Django Processes a Request
Before continuing to the second view function, let’s pause to learn a little more about how
Django works. Specifically, when you view your “Hello world” message by visiting dppl6++-.3*
,*,*-64,,,+dahhk+ in your Web browser, what does Django do behind the scenes?
It all starts with the settings file. When you run lupdkji]j]ca*lunqjoanran, the script
looks for a file called oappejco*lu in the same directory as i]j]ca*lu. This file contains all sorts
of configuration for this particular Django project, all in uppercase: PAILH=PA[@ENO, @=P=>=OA[
J=IA, and so on. The most important setting is called NKKP[QNH?KJB. NKKP[QNH?KJB tells Django
which Python module should be used as the URLconf for this Web site.
Remember when `f]jck)]`iej*luop]nplnkfa_p created the files oappejco*lu and qnho*lu?
The autogenerated oappejco*lu contains a NKKP[QNH?KJB setting that points to the autogenerated qnho*lu. Open the oappejco*luÊvˆiÊ>˜`ÊÃiiÊvœÀÊޜÕÀÃivÆʈÌÊà œÕ`ʏœœŽÊˆŽiÊÌ ˆÃ\
NKKP[QNH?KJB9#iuoepa*qnho#
This corresponds to the file iuoepa+qnho*lu. When a request comes in for a particular
URL—say, a request for +dahhk+—Django loads the URLconf pointed to by the NKKP[QNH?KJB
setting. Then it checks each of the URLpatterns in that URLconf, in order, comparing the
requested URL with the patterns one at a time, until it finds one that matches. When it
finds one that matches, it calls the view function associated with that pattern, passing it an
DpplNamqaop object as the first parameter. (We’ll cover the specifics of DpplNamqaop later.)
As you saw in the first view example, a view function must return an DpplNaolkjoa. Once
it does this, Django does the rest, converting the Python object to a proper Web response with
the appropriate HTTP headers and body (the content of the Web page).
In summary, here are the steps:
1. A request comes in to +dahhk+.
2. Django determines the root URLconf by looking at the NKKP[QNH?KJB setting.
3. Django looks at all the URLpatterns in the URLconf for the first one that matches
+dahhk+.
4. If it finds a match, it calls the associated view function.
5. The view function returns an DpplNaolkjoa.
6. Django converts the DpplNaolkjoa to the proper HTTP response, which results in a
Web page.
You now know the basics of how to make Django-powered pages. It’s quite simple, really:
just write view functions and map them to URLs via URLconfs.

Your Second View: Dynamic Content
The “Hello world” view was instructive for demonstrating the basics of how Django works,
but it wasn’t an example of a dynamic Web page because the contents of the page are always
Ì iÊÃ>“i°Ê ÛiÀÞÊ̈“iÊޜÕÊۈiÜÊ+dahhk+]ÊޜսÊÃiiÊÌ iÊÃ>“iÊÌ ˆ˜}ÆʈÌʓˆ} ÌÊ>ÃÊÜiÊLiÊ>ÊÃÌ>̈VÊ
HTML file.

C H A P T E R 3 N V I E W S A N D U R LC O N F S

For the second view, let’s create something more dynamic: a Web page that displays the
current date and time. This is a nice and simple next step because it doesn’t involve a database
œÀÊ>˜ÞÊÕÃiÀʈ˜«ÕÌÆʍÕÃÌÊÌ iʜÕÌ«ÕÌʜvÊÌ iÊÃiÀÛiÀ½Ãʈ˜ÌiÀ˜>ÊVœVŽ°Ê̽Ãʜ˜Þʓ>À}ˆ˜>ÞʓœÀiÊiÝVˆÌing than “Hello world,” but it will demonstrate a few new concepts.
This view needs to do two things: calculate the current date and time, and return an
DpplNaolkjoa containing that value. If you have experience with Python, you know that Python
includes a `]papeia module for calculating dates. Here’s how to use it:
:::eilknp`]papeia
:::jks9`]papeia*`]papeia*jks$%
:::jks
`]papeia*`]papeia$.,,4(-.(-/(-0(5(/5(.3/-%
:::lnejpjks
.,,4)-.)-/-06,56/5*,,.3/That’s simple enough, and it has nothing to do with Django. It’s just Python code. (We
want to emphasize that you should be aware of what code is “just Python” vs. code that is
Django-specific. As you learn Django, we want you to be able to apply your knowledge to other
Python projects that don’t necessarily use Django.)
To make a Django view that displays the current date and time, you just need to hook this
`]papeia*`]papeia*jks$% statement into a view and return an DpplNaolkjoa. Here’s how it looks:
bnki`f]jck*dppleilknpDpplNaolkjoa
eilknp`]papeia
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
dpih98dpih:8^k`u:Epeojks!o*8+^k`u:8+dpih:!jks
napqnjDpplNaolkjoa$dpih%
As with the dahhk view function, this should live in reaso*lu. Note that we hid the dahhk
function from this example for brevity, but for the sake of completeness, here’s what the entire
reaso*lu looks like:
bnki`f]jck*dppleilknpDpplNaolkjoa
eilknp`]papeia
`abdahhk$namqaop%6
napqnjDpplNaolkjoa$Dahhksknh`%
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
dpih98dpih:8^k`u:Epeojks!o*8+^k`u:8+dpih:!jks
napqnjDpplNaolkjoa$dpih%

NNote From now on, we won’t display previous code in code examples except when necessary. You
should be able to tell from context which parts of an example are new and which are old.

29

30

C HAPTER 3 N VIEW S A ND U R L C ONFS

Let’s step through the changes made to reaso*lu to accommodate the _qnnajp[`]papeia
view:
Ê

UÊ ˜Êeilknp`]papeia was added to the top of the module, so you can calculate dates.

Ê

UÊ / iʘiÜÊ_qnnajp[`]papeia function calculates the current date and time as a `]papeia*
`]papeia object and then stores it as the local variable jks.

Ê

UÊ / iÊÃiVœ˜`ʏˆ˜iʜvÊVœ`iÊÜˆÌ ˆ˜ÊÌ iÊۈiÜÊVœ˜ÃÌÀÕVÌÃÊ>˜Ê/ÊÀi뜘ÃiÊÕȘ}Ê*ÞÌ œ˜½ÃÊ
“format-string” capability. The !o within the string is a placeholder, and the percent
sign after the string means “Replace the !o in the preceding string with the value of the
variable jks.” The jks variable is technically a `]papeia*`]papeia object, not a string,
but the !o format character converts it to its string representation, which is something like this: .,,4)-.)-/-06,56/5*,,.3/-. It will result in an HTML string such as
8dpih:8^k`u:Epeojks.,,4)-.)-/-06,56/5*,,.3/-*8+^k`u:8+dpih:.

Ê

UÊ 9iÃ]ÊÌ iÊ/ʈÃʈ˜Û>ˆ`]ÊLÕÌÊÜi½ÀiÊÌÀވ˜}Ê̜ʎii«ÊÌ iÊiÝ>“«iÊȓ«iÊ>˜`Êà œÀÌ°

Ê

UÊ ˆ˜>Þ]ÊÌ iÊۈiÜÊÀiÌÕÀ˜ÃÊ>˜ÊDpplNaolkjoa object that contains the generated
response—just as we did in dahhk.

After adding that to reaso*lu, add the URLpattern to qnho*lu to tell Django which URL
should handle this view. Something like +peia+ would make sense:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepa*reasoeilknpdahhk(_qnnajp[`]papeia
qnhl]ppanjo9l]ppanjo$##(
$#Zdahhk+ #(dahhk%(
$#Zpeia+ #(_qnnajp[`]papeia%(
%
Two changes were made. First, we imported the _qnnajp[`]papeia function at the top.
Second, and more importantly, we added a URLpattern mapping the URL +peia+ to that new
view. Getting the hang of this?
With the view written and URLconf updated, fire up the nqjoanran and visit
dppl6++-.3*,*,*-64,,,+peia+ in your browser. You should see the current date and time.

DJANGO'S TIME ZONE
Depending on your computer, the date and time might be a few hours off. That’s because Django is time
zone–aware and defaults to the =iane_]+?de_]ck time zone. (It has to default to something, and that’s the
time zone where the original developers live.) If you live elsewhere, you’ll want to change it in oappejco*lu.
See the comment in that file for a link to an up-to-date list of worldwide time zone options.

C H A P T E R 3 N V I E W S A N D U R LC O N F S

URLconfs and Loose Coupling
Now is a good time to highlight a key philosophy behind URLconfs and behind Django in
general: the principle of loose coupling. Simply put, loose coupling is a software-development
approach that values the importance of making pieces interchangeable. If two pieces of code
are loosely coupled, changes made to one of the pieces will have little or no effect on the other.
Django’s URLconfs are a good example of this principle in practice. In a Django Web appliV>̈œ˜]ÊÌ iÊ1,Ê`ivˆ˜ˆÌˆœ˜ÃÊ>˜`ÊÌ iÊۈiÜÊv՘V̈œ˜ÃÊÌ iÞÊV>Ê>ÀiʏœœÃiÞÊVœÕ«i`ÆÊÌ >ÌʈÃ]ÊÌ iÊ
decision of what the URL should be for a given function and the implementation of the function
itself resides in two separate places. This lets you switch out one piece without affecting the other.
For example, consider the _qnnajp[`]papeia view. If you wanted to change the URL for
the application—say, to move it from +peia+ to +_qnnajp)peia+—you could make a quick
change to the URLconf without having to worry about the view itself. Similarly, if you wanted
to change the view function—altering its logic somehow—you could do that without affecting
the URL to which the function is bound.
Furthermore, if you wanted to expose the current-date functionality at several URLs, you
could easily take care of that by editing the URLconf, without having to touch the view code. In
this example, the _qnnajp[`]papeia is available at two URLs. It’s a contrived example, but this
technique can come in handy:
qnhl]ppanjo9l]ppanjo$##(
$#Zdahhk+ #(dahhk%(
$#Zpeia+ #(_qnnajp[`]papeia%(
$#Z]jkpdan)peia)l]ca+ #(_qnnajp[`]papeia%(
%
URLconfs and views are loose coupling in action. We’ll continue to point out examples of
this important philosophy throughout this book.

Your Third View: Dynamic URLs
In the _qnnajp[`]papeia view, the contents of the page—the current date/time—were
dynamic, but the URL (+peia+) was static. In most dynamic Web applications, though, a URL
contains parameters that influence the output of the page. For example, an online bookstore
might give each book its own URL (for example, +^kkgo+.0/+ and +^kkgo+4--52+).
Let’s create a third view that displays the current date and time offset by a certain number
of hours. The goal is to craft a site so that the page +peia+lhqo+-+ displays the date/time one
hour into the future, the page +peia+lhqo+.+ displays the date/time two hours into the future,
the page +peia+lhqo+/+ displays the date/time three hours into the future, and so on.
A novice might think to code a separate view function for each hour offset, which might
result in a URLconf like this:
qnhl]ppanjo9l]ppanjo$##(
$#Zpeia+ #(_qnnajp[`]papeia%(
$#Zpeia+lhqo+-+ #(kja[dkqn[]da]`%(
$#Zpeia+lhqo+.+ #(psk[dkqno[]da]`%(
$#Zpeia+lhqo+/+ #(pdnaa[dkqno[]da]`%(
$#Zpeia+lhqo+0+ #(bkqn[dkqno[]da]`%(
%

31

32

C HAPTER 3 N VIEW S A ND U R L C ONFS

Clearly, this line of thought is flawed. Not only would this result in redundant view functions but also the application is fundamentally limited to supporting only the predefined hour
ranges: one, two, three, or four hours. If you decided to create a page that displayed the time
five hours into the future, you’d have to create a separate view and URLconf line for that, furthering the duplication. You need to do some abstraction here.

A WORD ABOUT PRETTY URLS
If you’re experienced in another Web development platform, such as PHP or Java, you might want to use a
query string parameter—something like +peia+lhqo;dkqno9/, in which the hours would be designated by
the dkqno parameter in the URL’s query string (the part after the ;).
You can do that with Django (and we’ll tell you how in Chapter 8 but one of Django’s core philosophies
is that URLs should be beautiful. The URL +peia+lhqo+/+ is far cleaner, simpler, more readable, easier to
recite to somebody aloud, and just plain prettier than its query string counterpart. Pretty URLs are a characteristic of a quality Web application.
Django’s URLconf system encourages pretty URLs by making it easier to use pretty URLs than not to.

How then do you design the application to handle arbitrary hour offsets? The key is to use
wildcard URLpatterns°ÊÃʓi˜Ìˆœ˜i`Ê«ÀiۈœÕÏÞ]Ê>Ê1,«>ÌÌiÀ˜ÊˆÃÊ>ÊÀi}Տ>ÀÊiÝ«ÀiÃȜ˜ÆÊ i˜Vi]Ê
you can use the regular expression pattern X`' to match one or more digits:
qnhl]ppanjo9l]ppanjo$##(
***
$n#Zpeia+lhqo+X`'+ #(dkqno[]da]`%(
***
%
(We’re using the *** to imply there might be other URLpatterns that we trimmed from
this example.)
This new URLpattern will match any URL such as +peia+lhqo+.+, +peia+lhqo+.1+, or even
+peia+lhqo+-,,,,,,,,,,,+. Come to think of it, let’s limit it so that the maximum allowed offset is 99 hours. That means we want to allow either one- or two-digit numbers—and in regular
expression syntax, that translates into X`w-(.y:
$n#Zpeia+lhqo+X`w-(.y+ #(dkqno[]da]`%(

NNote When building Web applications, it’s always important to consider the most outlandish data input
possible and decide whether the application should support that input. We’ve curtailed the outlandishness
here by limiting the offset to 99 hours.

C H A P T E R 3 N V I E W S A N D U R LC O N F S

One important detail introduced here is that n character in front of the regular expression string. This character tells Python that the string is a “raw string”—its contents should
not interpret backslashes. In normal Python strings, backslashes are used for escaping special
characters—such as in the string #Xj#, which is a one-character string containing a newline.
When you add the n to make it a raw string, Python does not apply its backslash escaping, so
n#Xj# is a two-character string containing a literal backslash and a lowercase n. There’s a natural collision between Python’s use of backslashes and the backslashes that are found in regular
expressions, so it’s strongly suggested that you use raw strings any time you’re defining a regular expression in Python. From now on, all the URLpatterns in this book will be raw strings.
Now that a wildcard is designated for the URL, you need a way of passing that wildcard
data to the view function, so that you can use a single view function for any arbitrary hour offset. You can do this by placing parentheses around the data in the URLpattern that you want
to save. In the case of the example, you want to save whatever number was entered in the URL,
so put parentheses around X`w-(.y, like this:
$n#Zpeia+lhqo+$X`w-(.y%+ #(dkqno[]da]`%(
vÊޜսÀiÊv>“ˆˆ>ÀÊÜˆÌ ÊÀi}Տ>ÀÊiÝ«ÀiÃȜ˜Ã]ÊޜսÊLiÊÀˆ} ÌÊ>ÌÊ œ“iÊ iÀiÆÊޜսÀiÊÕȘ}Ê
parentheses to capture data from the matched text.
The final URLconf, including the previous two views, looks like this:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepa*reasoeilknpdahhk(_qnnajp[`]papeia(dkqno[]da]`
qnhl]ppanjo9l]ppanjo$##(
$n#Zdahhk+ #(dahhk%(
$n#Zpeia+ #(_qnnajp[`]papeia%(
$n#Zpeia+lhqo+$X`w-(.y%+ #(dkqno[]da]`%(
%
With that taken care of, let’s write the dkqno[]da]` view.

CODING ORDER
In this example, the URLpattern was written first and the view was written second, but in the previous examples, the view was written first and then the URLpattern was written. Which technique is better? Well, every
developer is different.
If you’re a big-picture type of person, it might make the most sense to you to write all the URLpatterns
for your application at the same time, at the start of your project, and then code up the views. This has the
advantage of giving you a clear to-do list, and it essentially defines the parameter requirements for the view
functions you’ll need to write.
If you’re more of a bottom-up developer, you might prefer to write the views first and then anchor them
to URLs afterward. That’s OK, too.
In the end, it comes down to which technique fits your brain the best. Both approaches are valid.

33

34

C HAPTER 3 N VIEW S A ND U R L C ONFS

dkqno[]da]` is very similar to the _qnnajp[`]papeia view written earlier with one key difference: it takes an extra argument the number of hours of offset. Here’s the view code:
bnki`f]jck*dppleilknpDppl0,0(DpplNaolkjoa
eilknp`]papeia
`abdkqno[]da]`$namqaop(kbboap%6
pnu6
kbboap9ejp$kbboap%
at_alpR]hqaAnnkn6
n]eoaDppl0,0$%
`p9`]papeia*`]papeia*jks$%'`]papeia*peia`ahp]$dkqno9kbboap%
dpih98dpih:8^k`u:Ej!odkqn$o%(epsehh^a!o*8+^k`u:8+dpih:!$kbboap(`p%
napqnjDpplNaolkjoa$dpih%
Let’s step through this code one line at a time:
Ê

UÊ / iÊۈiÜÊv՘V̈œ˜]Êdkqno[]da]`, takes two parameters: namqaop and kbboap.

Ê

UÊ namqaop is an DpplNamqaop object, just as in dahhk and _qnnajp[`]papeia. We’ll say it
again: each view always takes an DpplNamqaop object as its first parameter.

Ê

UÊ kbboap is the string captured by the parentheses in the URLpattern. For example, if
the requested URL were +peia+lhqo+/+, kbboap would be the string #/#. If the requested
URL were +peia+lhqo+.-+, kbboap would be the string #.-#. Note that captured values
will always be strings, not integers, even if the string is composed of only digits such
as #.-#.

NNote Technically, captured values will always be Unicode objects, not plain Python byte strings, but don’t
worry about this distinction at the moment.

Ê

UÊ 7iÊ`iVˆ`i`Ê̜ÊV>ÊÌ iÊÛ>Àˆ>LiÊkbboap, but you can call it whatever you want as long as
ˆÌ½ÃÊ>ÊÛ>ˆ`Ê*ÞÌ œ˜Êˆ`i˜ÌˆvˆiÀ°Ê/ iÊÛ>Àˆ>Liʘ>“iÊ`œiؽÌʓ>ÌÌiÀÆÊ>ÊÌ >Ìʓ>ÌÌiÀÃʈÃÊÌ >ÌÊ
it’s the second argument to the function, after namqaop. (It’s also possible to use keyword, instead of positional, arguments in a URLconf. We cover that in Chapter 8.)

Ê

UÊ / iÊvˆÀÃÌÊÌ ˆ˜}ÊޜÕÊ`œÊÜˆÌ ˆ˜ÊÌ iÊv՘V̈œ˜ÊˆÃÊV>Êejp$% on kbboap. This converts the
string value to an integer.

Ê

UÊ

œÌiÊÌ >ÌÊ*ÞÌ œ˜Ê܈ÊÀ>ˆÃiÊ>ÊR]hqaAnnkn exception if you call ejp$% on a value that
cannot be converted to an integer, such as the string #bkk#. In this example, if you
encounter the R]hqaAnnkn, you raise the exception `f]jck*dppl*Dppl0,0, which, as you
can imagine, results in a 404 “Page not found” error.

C H A P T E R 3 N V I E W S A N D U R LC O N F S

Ê

UÊ ÃÌÕÌiÊÀi>`iÀÃÊ܈Êܜ˜`iÀÊ œÜÊÜiÊVœÕ`ÊiÛiÀÊÀi>V ÊÌ iÊR]hqaAnnkn case, given that
the regular expression in the URLpattern—$X`w-(.y%—captures only digits, and therefore kbboap will only ever be a string composed of digits. The answer is that we won’t
because the URLpattern provides a modest but useful level of input validation, but we
still check for the R]hqaAnnkn in case this view function ever gets called in some other
way. It’s good practice to implement view functions such that they don’t make any
assumptions about their parameters. Loose coupling, remember?

Ê

UÊ ˜ÊÌ iʘiÝÌʏˆ˜iʜvÊÌ iÊv՘V̈œ˜]ÊÜiÊV>VՏ>ÌiÊÌ iÊVÕÀÀi˜ÌÊ`>ÌiÉ̈“iÊ>˜`Ê>``ÊÌ iÊ
appropriate number of hours. You’ve already seen `]papeia*`]papeia*jks$% from
the _qnnajp[`]papeia viewÆÊÌ iʘiÜÊVœ˜Vi«ÌÊ iÀiʈÃÊÌ >ÌÊޜÕÊV>˜Ê«iÀvœÀ“Ê`>ÌiÉ̈“iÊ
arithmetic by creating a `]papeia*peia`ahp] object and adding to a `]papeia*`]papeia
object. The result is stored in the variable `p.

Ê

UÊ / ˆÃʏˆ˜iÊ>ÃœÊà œÜÃÊÜ ÞÊÜiÊV>i`Êejp$% on kbboap—the `]papeia*peia`ahp] function
requires the dkqno parameter to be an integer.

Ê

UÊ

Ê

UÊ ˆ˜>Þ]Ê>˜ÊDpplNaolkjoa of the HTML is returned. By now, this is old hat.

iÝÌ]ÊÌ iÊ/ʜÕÌ«ÕÌʜvÊÌ ˆÃÊۈiÜÊv՘V̈œ˜ÊˆÃÊVœ˜ÃÌÀÕVÌi`]ʍÕÃÌÊ>ÃÊÜˆÌ Ê_qnnajp[
`]papeia. A small difference in this line from the previous line is that it uses Python’s
format-string capability with two values, not just one. Hence, there are two !o symbols
in the string and a tuple of values to insert: $kbboap(`p%.

With that view function and URLconf written, start the Django development server (if
it’s not already running), and visit dppl6++-.3*,*,*-64,,,+peia+lhqo+/+ to verify it works.
Then try dppl6++-.3*,*,*-64,,,+peia+lhqo+1+. Then dppl6++-.3*,*,*-64,,,+peia+lhqo+.0+.
Finally, visit dppl6++-.3*,*,*-64,,,+peia+lhqo+-,,+ to verify that the pattern in the URLconf
>VVi«ÌÃʜ˜Þʜ˜i‡ÊœÀÊÌܜ‡`ˆ}ˆÌʘՓLiÀÃÆÊ >˜}œÊà œÕ`Ê`ˆÃ«>ÞÊ>ʺ*>}iʘœÌÊvœÕ˜`»ÊiÀÀœÀʈ˜Ê
Ì ˆÃÊV>Ãi]ʍÕÃÌÊ>ÃÊޜÕÊÃ>Üʈ˜ÊÌ iÊÃiV̈œ˜ÊºÊ+ՈVŽÊ œÌiÊLœÕÌÊ{ä{Ê ÀÀœÀûÊi>ÀˆiÀ°Ê/ iÊ1,Ê
dppl6++-.3*,*,*-64,,,+peia+lhqo+ (with no hour designation) should also throw a 404.

Django’s Pretty Error Pages
Take a moment to admire the fine Web application you’ve made so far and now you’ll break it!
Let’s deliberately introduce a Python error into the reaso*lu file by commenting out the
kbboap9ejp$kbboap% lines in the dkqno[]da]` view:
`abdkqno[]da]`$namqaop(kbboap%6
pnu6
kbboap9ejp$kbboap%
at_alpR]hqaAnnkn6
n]eoaDppl0,0$%
`p9`]papeia*`]papeia*jks$%'`]papeia*peia`ahp]$dkqno9kbboap%
dpih98dpih:8^k`u:Ej!odkqn$o%(epsehh^a!o*8+^k`u:8+dpih:!$kbboap(`p%
napqnjDpplNaolkjoa$dpih%
Load up the development server and navigate to +peia+lhqo+/+. You’ll see an error page
with a significant amount of information, including a PulaAnnkn message displayed at the very
top: qjoqllknpa`pulabknpeia`ahp]dkqno_kilkjajp6qje_k`a.

35

36

C HAPTER 3 N VIEW S A ND U R L C ONFS

What happened? Well, the `]papeia*peia`ahp] function expects the dkqno parameter to be
an integer, and the bit of code that converted kbboap to an integer was commented out. That
caused `]papeia*peia`ahp] to raise the PulaAnnkn. It’s the typical kind of small bug that every
programmer runs into at some point.
The point of this example was to demonstrate Django error pages. Take some time to
explore the error page and get to know the various bits of information it gives you.
Here are some things to notice:
Ê

UÊ ÌÊÌ iÊ̜«ÊœvÊÌ iÊ«>}i]ÊޜÕÊ}iÌÊÌ iʎiÞʈ˜vœÀ“>̈œ˜Ê>LœÕÌÊÌ iÊiÝVi«Ìˆœ˜\ÊÌ iÊÌÞ«iʜvÊ
exception, any parameters to the exception (the qjoqllknpa`pula message in this
case), the file in which the exception was raised, and the offending line number.

Ê

UÊ 1˜`iÀÊÌ iʎiÞÊiÝVi«Ìˆœ˜Êˆ˜vœÀ“>̈œ˜]ÊÌ iÊ«>}iÊ`ˆÃ«>ÞÃÊÌ iÊvՏÊ*ÞÌ œ˜ÊÌÀ>ViL>VŽÊvœÀÊ
this exception. This is similar to the standard traceback you get in Python’s commandline interpreter, except it’s more interactive. For each level (“frame”) in the stack,
Django displays the name of the file, the function/method name, the line number,
and the source code of that line.

Ê

UÊ

ˆVŽÊÌ iʏˆ˜iʜvÊÜÕÀViÊVœ`iÊ­ˆ˜Ê`>ÀŽÊ}À>Þ®]Ê>˜`ÊޜսÊÃiiÊÃiÛiÀ>Êˆ˜iÃÊvÀœ“ÊLivœÀiÊ>˜`Ê
after the erroneous line, to give you context.

Ê

UÊ

ˆVŽÊºœV>ÊÛ>ÀûÊ՘`iÀÊ>˜ÞÊvÀ>“iʈ˜ÊÌ iÊÃÌ>VŽÊ̜ÊۈiÜÊ>ÊÌ>LiʜvÊ>ÊœV>ÊÛ>Àˆ>LiÃÊ>˜`Ê
their values, in that frame, at the exact point in the code at which the exception was
raised. This debugging information can be a great help.

Ê

UÊ

œÌiÊÌ iʺ-܈ÌV Ê̜ÊVœ«Þ‡>˜`‡«>ÃÌiÊۈiÜ»ÊÌiÝÌÊ՘`iÀÊÌ iʺ/À>ViL>VŽ»Ê i>`iÀ°Ê ˆVŽÊ
those words, and the traceback will switch to an alternate version that can be easily
copied and pasted. Use this when you want to share your exception traceback with
others to get technical support—such as the kind folks in the Django IRC chat room
or on the Django users’ mailing list.

Ê

UÊ 1˜`iÀ˜i>Ì ]ÊÌ iʺ- >ÀiÊÌ ˆÃÊÌÀ>ViL>VŽÊœ˜Ê>Ê«ÕLˆVÊ7iLÊÈÌi»ÊLÕÌ̜˜Ê܈Ê`œÊÌ ˆÃÊܜÀŽÊ
for you in just one click. Click it to post the traceback to dppl6++sss*`l]opa*_ki+,
where you’ll get a distinct URL that you can share with other people.

Ê

UÊ

iÝÌ]ÊÌ iʺ,iµÕiÃÌʈ˜vœÀ“>̈œ˜»ÊÃiV̈œ˜Êˆ˜VÕ`iÃÊ>ÊÜi>Ì ʜvʈ˜vœÀ“>̈œ˜Ê>LœÕÌÊÌ iÊ
ˆ˜Vœ“ˆ˜}Ê7iLÊÀiµÕiÃÌÊÌ >ÌÊë>ܘi`ÊÌ iÊiÀÀœÀ\Ê /Ê>˜`Ê*"-/ʈ˜vœÀ“>̈œ˜]ÊVœœŽˆiÊ
values, and metainformation, such as Common Gateway Interface (CGI) headers.
Appendix G has a complete reference of all the information that a request object
contains.

Ê

UÊ

iœÜÊÌ iʺ,iµÕiÃÌʈ˜vœÀ“>̈œ˜»ÊÃiV̈œ˜]ÊÌ iʺ-iÌ̈˜}ûÊÃiV̈œ˜ÊˆÃÌÃÊ>ÊÌ iÊÃiÌ̈˜}ÃÊ
for this particular Django installation. (We already mentioned NKKP[QNH?KJB and we’ll
show you various Django settings throughout the book. All the available settings are
covered in detail in Appendix D.)

C H A P T E R 3 N V I E W S A N D U R LC O N F S

The Django error page is capable of displaying more information in certain special cases,
such as the case of template syntax errors. We’ll get to those later, when we discuss the Django
template system. For now, uncomment the kbboap9ejp$kbboap% lines to get the view function working properly again.
Are you the type of programmer who likes to debug with the help of carefully placed lnejp
statements? You can use the Django error page to do so—just without the lnejp statements.
At any point in your view, temporarily insert an ]ooanpB]hoa to trigger the error page. Then
you can view the local variables and state of the program. Here’s an example using the dkqno[
]da]` view:
`abdkqno[]da]`$namqaop(kbboap%6
pnu6
kbboap9ejp$kbboap%
at_alpR]hqaAnnkn6
n]eoaDppl0,0$%
`p9`]papeia*`]papeia*jks$%'`]papeia*peia`ahp]$dkqno9kbboap%
]ooanpB]hoa
dpih98dpih:8^k`u:Ej!odkqn$o%(epsehh^a!o*8+^k`u:8+dpih:!$kbboap(`p%
napqnjDpplNaolkjoa$dpih%
Finally, it’s obvious that much of this information is sensitive—it exposes the innards of
your Python code and Django configuration—and it would be foolish to show this information on the public Internet. A malicious person could use it to attempt to reverse-engineer
your Web application and do nasty things. For that reason, the Django error page is displayed
only when your Django project is in debug mode. We’ll explain how to deactivate debug mode
in Chapter 12. For now, just know that every Django project is in debug mode automatically
when you start it. (Sound familiar? The “Page not found” errors, described earlier in this chapter, work the same way.)

What's Next?
So far, we’ve been writing the view functions with HTML hard-coded directly in the Python
code. We’ve done that to keep things simple while we demonstrated core concepts, but in the
real world, this is nearly always a bad idea.
Django ships with a simple yet powerful template engine that allows you to separate the
design of the page from the underlying code. You’ll dive into Django’s template engine in the
next chapter.

37

C HAPTER

4

Templates
I

n the previous chapter, you may have noticed something peculiar in how we returned the
text in our example views. Namely, the HTML was hard-coded directly in our Python code,
like this:
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
dpih98dpih:8^k`u:Epeojks!o*8+^k`u:8+dpih:!jks
napqnjDpplNaolkjoa$dpih%
Although this technique was convenient for the purpose of explaining how views work, it’s
not a good idea to hard-code HTML directly in your views. Here’s why:
Ê

UÊ ˜ÞÊV >˜}iÊ̜ÊÌ iÊ`iÈ}˜ÊœvÊÌ iÊ«>}iÊÀiµÕˆÀiÃÊ>ÊV >˜}iÊ̜ÊÌ iÊ*ÞÌ œ˜ÊVœ`i. The design
of a site tends to change far more frequently than the underlying Python code, so it
would be convenient if the design could change without needing to modify the Python
code.

Ê

UÊ 7ÀˆÌˆ˜}Ê*ÞÌ œ˜ÊVœ`iÊ>˜`Ê`iÈ}˜ˆ˜}Ê/Ê>ÀiÊÌܜÊ`ˆvviÀi˜ÌÊ`ˆÃVˆ«ˆ˜iÃ]Ê>˜`ʓœÃÌÊ«ÀœviÃȜ˜>Ê7iL‡`iÛiœ«“i˜ÌÊi˜ÛˆÀœ˜“i˜ÌÃÊ돈ÌÊÌ iÃiÊÀi뜘ÈLˆˆÌˆiÃÊLiÌÜii˜ÊÃi«>À>ÌiÊ
people (or even separate departments). Designers and HTML/CSS coders shouldn’t be
required to edit Python code to get their job done.

Ê

UÊ ̽ÃʓœÃÌÊivvˆVˆi˜ÌʈvÊ«Àœ}À>““iÀÃÊV>˜ÊܜÀŽÊœ˜Ê*ÞÌ œ˜ÊVœ`iÊ>˜`Ê`iÈ}˜iÀÃÊV>˜ÊܜÀŽÊœ˜Ê
templates at the same time, rather than one person waiting for the other to finish editing a single file that contains both Python and HTML.

For these reasons, it’s much cleaner and more maintainable to separate the design of the
«>}iÊvÀœ“ÊÌ iÊ*ÞÌ œ˜ÊVœ`iʈÌÃiv°Ê7iÊV>˜Ê`œÊÌ ˆÃÊÜˆÌ Ê >˜}œ½ÃÊtemplate system, which we discuss in this chapter.

39

40

C HAPTER 4 N TEM P L A TES

Template-System Basics
A Django template is a string of text that is intended to separate the presentation of a document from its data. A template defines placeholders and various bits of basic logic (template
tags) that regulate how the document should be displayed. Usually templates are used for producing HTML, but Django templates are equally capable of generating any text-based format.
Let’s start with a simple example template. This Django template describes an HTML page
that thanks a person for placing an order with a company. Think of it as a form letter:
8dpih:
8da]`:8pepha:Kn`anejcjkpe_a8+pepha:8+da]`:
8^k`u:
8d-:Kn`anejcjkpe_a8+d-:
8l:@a]nwwlanokj[j]iayy(8+l:
8l:Pd]jgobknlh]_ejc]jkn`anbnkiww_kil]juyy*Ep#oo_da`qha`pk
odelkjwwodel[`]pax`]pa6Bf(Uyy*8+l:
8l:Dana]napdaepaioukq#rakn`ana`68+l:
8qh:
w!bknepaiejepai[heop!y
8he:wwepaiyy8+he:
w!aj`bkn!y
8+qh:
w!ebkn`ana`[s]nn]jpu!y
8l:Ukqns]nn]jpuejbkni]pekjsehh^aej_hq`a`ejpdal]_g]cejc*8+l:
w!ahoa!y
8l:Ukq`e`j#pkn`an]s]nn]jpu(okukq#nakjukqnksjsdaj
pdalnk`q_poejarep]^huopklskngejc*8+l:
w!aj`eb!y
8l:Oej_anahu(8^n+:ww_kil]juyy8+l:
8+^k`u:
8+dpih:

C H A P T E R 4 N T E M P LA T E S

This template is basic HTML with some variables and template tags thrown in. Let’s step
through it:
Ê

UÊ ˜ÞÊÌiÝÌÊÃÕÀÀœÕ˜`i`ÊLÞÊ>Ê«>ˆÀʜvÊLÀ>ViÃÊ­i°}°]Êwwlanokj[j]iayy) is a variable. This
means “insert the value of the variable with the given name.” How do we specify the
Û>ÕiÃʜvÊÌ iÊÛ>Àˆ>LiöÊ7i½Ê}iÌÊ̜ÊÌ >Ìʈ˜Ê>ʓœ“i˜Ì°

Ê

UÊ ˜ÞÊÌiÝÌÊÌ >̽ÃÊÃÕÀÀœÕ˜`i`ÊLÞÊVÕÀÞÊLÀ>ViÃÊ>˜`Ê«iÀVi˜ÌÊÈ}˜ÃÊ­i°}°]Êw!ebkn`ana`[
s]nn]jpu!y) is a template tag. The definition of a tag is quite broad: a tag just tells the
template system to “do something.”
This example template contains a bkn tag (w!bknepaiejepai[heop!y) and an eb tag
(w!ebkn`ana`[s]nn]jpu!y).
A bkn tag works very much like a bkn statement in Python, letting you loop over each
item in a sequence. An ebÊÌ>}]Ê>ÃÊޜÕʓ>ÞÊiÝ«iVÌ]Ê>VÌÃÊ>ÃÊ>ʏœ}ˆV>Êºˆv»ÊÃÌ>Ìi“i˜Ì°Ê˜Ê
this particular case, the tag checks whether the value of the kn`ana`[s]nn]jpu variable
evaluates to Pnqa°ÊvʈÌÊ`œiÃ]ÊÌ iÊÌi“«>ÌiÊÃÞÃÌi“Ê܈Ê`ˆÃ«>ÞÊiÛiÀÞÌ ˆ˜}ÊLiÌÜii˜ÊÌ iÊw!
ebkn`ana`[s]nn]jpu!y and w!ahoa!y°ÊvʘœÌ]ÊÌ iÊÌi“«>ÌiÊÃÞÃÌi“Ê܈Ê`ˆÃ«>ÞÊiÛiÀÞthing between w!ahoa!y and w!aj`eb!y. Note that the w!ahoa!y is optional.

Ê

UÊ ˆ˜>Þ]ÊÌ iÊÃiVœ˜`Ê«>À>}À>« ʜvÊÌ ˆÃÊÌi“«>ÌiÊVœ˜Ì>ˆ˜ÃÊ>˜ÊiÝ>“«iʜvÊ>Êfilter, which is
Ì iʓœÃÌÊVœ˜Ûi˜ˆi˜ÌÊÜ>ÞÊ̜Ê>ÌiÀÊÌ iÊvœÀ“>Ì̈˜}ʜvÊ>ÊÛ>Àˆ>Li°Ê˜ÊÌ ˆÃÊiÝ>“«i]Êwwodel[
`]pax`]pa6Bf(Uyy, we’re passing the odel[`]pa variable to the `]pa filter, giving
the `]pa filter the argument Bf(U. The `]pa filter formats dates in a given format,
as specified by that argument. Filters are attached using a pipe character (x), as a reference to Unix pipes.

Each Django template has access to several built-in tags and filters, many of which are
discussed in the sections that follow. Appendix F contains the full list of tags and filters, and
ˆÌ½ÃÊ>Ê}œœ`ʈ`i>Ê̜Êv>“ˆˆ>ÀˆâiÊޜÕÀÃivÊÜˆÌ ÊÌ >ÌʏˆÃÌÊÜÊޜÕʎ˜œÜÊÜ >̽ÃÊ«œÃÈLi°Ê̽ÃÊ>ÃœÊ«œÃsible to create your own filters and tags; we’ll cover that in Chapter 9.

Using the Template System
Let’s dive into Django’s template system so you can see how it works—but we’re not yet going
to integrate it with the views that we created in the previous chapter. Our goal here is to show
you how the system works independent of the rest of Django. (Usually you’ll use the template
system within a Django view, but we want to make it clear that the template system is just a
Python library that you can use anywhere, not just in Django views.)
Here is the most basic way you can use Django’s template system in Python code:
1. Create a Pailh]pa object by providing the raw template code as a string.
2. Call the naj`an$% method of the Pailh]pa object with a given set of variables (the context). This returns a fully rendered template as a string, with all of the variables and
template tags evaluated according to the context.

41

42

C HAPTER 4 N TEM P L A TES

˜ÊVœ`i]ʈÌʏœœŽÃʏˆŽiÊÌ ˆÃ\
:::bnki`f]jckeilknppailh]pa
:::p9pailh]pa*Pailh]pa$#Iuj]iaeowwj]iayy*#%
:::_9pailh]pa*?kjpatp$w#j]ia#6#=`ne]j#y%
:::lnejpp*naj`an$_%
Iuj]iaeo=`ne]j*
:::_9pailh]pa*?kjpatp$w#j]ia#6#Bna`#y%
:::lnejpp*naj`an$_%
Iuj]iaeoBna`*
The following sections describe these steps in much more detail.

Creating Template Objects
The easiest way to create a Pailh]pa object is to instantiate it directly. The Pailh]pa class lives
in the `f]jck*pailh]pa module, and the constructor takes one argument, the raw template
code. Let’s dip into the Python interactive interpreter to see how this works in code.
From the iuoepa project directory created by `f]jck)]`iej*luop]nplnkfa_p (as covered
in Chapter 2), type lupdkji]j]ca*luodahh to start the interactive interpreter.

A SPECIAL PYTHON PROMPT
If you’ve used Python before, you may be wondering why we’re running lupdkji]j]ca*luodahh instead
of just lupdkj. Both commands will start the interactive interpreter, but the i]j]ca*luodahh command
has one key difference from lupdkj: before starting the interpreter, it tells Django which settings file to use.
Many parts of Django—including the template system—rely on your settings, and you won’t be able to use
them unless the framework knows which settings to use.
If you’re curious, here’s how it works behind the scenes. Django looks for an environment variable
called @F=JCK[OAPPEJCO[IK@QHA, which should be set to the import path of your oappejco*lu. For
example, @F=JCK[OAPPEJCO[IK@QHA might be set to #iuoepa*oappejco#, assuming iuoepa is on your
Python path.
When you run lupdkji]j]ca*luodahh, the command takes care of setting @F=JCK[OAPPEJCO[
IK@QHA for you. We’re encouraging you to use lupdkji]j]ca*luodahh in these examples to minimize
the amount of tweaking and configuring you have to do.
As you become more familiar with Django, you’ll likely stop using i]j]ca*luodahh and will set
@F=JCK[OAPPEJCO[IK@QHA manually in your *^]od[lnkbeha or other shell-environment configuration file.

Let’s go through some template-system basics:
:::bnki`f]jck*pailh]paeilknpPailh]pa
:::p9Pailh]pa$#Iuj]iaeowwj]iayy*#%
:::lnejpp
vÊޜսÀiÊvœœÜˆ˜}Ê>œ˜}ʈ˜ÌiÀ>V̈ÛiÞ]ÊޜսÊÃiiÊܓiÌ ˆ˜}ʏˆŽiÊÌ ˆÃ\
8`f]jck*pailh]pa*Pailh]pak^fa_p]p,t^3`1b.0_:

C H A P T E R 4 N T E M P LA T E S

That ,t^3`1b.0_ will be different every time, but it isn’t relevant; it’s a Python thing (the
Python “identity” of the Pailh]pa object, if you must know).
7 i˜ÊޜÕÊVÀi>ÌiÊ>ÊPailh]pa object, the template system compiles the raw template code
into an internal, optimized form, ready for rendering. But if your template code includes any
syntax errors, the call to Pailh]pa$% will cause a Pailh]paOujp]tAnnkn exception:
:::bnki`f]jck*pailh]paeilknpPailh]pa
:::p9Pailh]pa$#w!jkp]p]c!y#%
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
Beha8op`ej:(heja-(ej;
***
`f]jck*pailh]pa*Pailh]paOujp]tAnnkn6Ejr]he`^hk_gp]c6#jkp]p]c#
The term block tag here refers to w!jkp]p]c!y. Block tag and template tag are
synonymous.
The system raises a Pailh]paOujp]tAnnkn exception for any of the following cases:
Ê

UÊ ˜Û>ˆ`ÊÌ>}Ã

Ê

UÊ ˜Û>ˆ`Ê>À}Փi˜ÌÃÊ̜ÊÛ>ˆ`ÊÌ>}Ã

Ê

UÊ ˜Û>ˆ`ÊvˆÌiÀÃ

Ê

UÊ ˜Û>ˆ`Ê>À}Փi˜ÌÃÊ̜ÊÛ>ˆ`ÊvˆÌiÀÃ

Ê

UÊ ˜Û>ˆ`ÊÌi“«>ÌiÊÃޘÌ>Ý

Ê

UÊ 1˜VœÃi`ÊÌ>}ÃÊ­vœÀÊÌ>}ÃÊÌ >ÌÊÀiµÕˆÀiÊVœÃˆ˜}ÊÌ>}s)

Rendering a Template
Once you have a Pailh]pa object, you can pass it data by giving it a context. A context is simply a set of template variable names and their associated values. A template uses a context to
populate its variables and evaluate its tags.
A context is represented in Django by the ?kjpatp class, which lives in the `f]jck*pailh]pa
“œ`Տi°ÊÌÃÊVœ˜ÃÌÀÕV̜ÀÊÌ>ŽiÃʜ˜iʜ«Ìˆœ˜>Ê>À}Փi˜Ì\Ê>Ê`ˆV̈œ˜>ÀÞʓ>««ˆ˜}ÊÛ>Àˆ>Liʘ>“iÃÊ̜Ê
variable values. Call the Pailh]pa object’s naj`an$% method with the context to “fill” the template:
:::bnki`f]jck*pailh]paeilknp?kjpatp(Pailh]pa
:::p9Pailh]pa$#Iuj]iaeowwj]iayy*#%
:::_9?kjpatp$w#j]ia#6#Opald]ja#y%
:::p*naj`an$_%
q#Iuj]iaeoOpald]ja*#
7iÊà œÕ`Ê«œˆ˜ÌʜÕÌÊ iÀiÊÌ >ÌÊÌ iÊÀiÌÕÀ˜ÊÛ>ÕiʜvÊp*naj`an$_% is a Unicode object—not
a normal Python string. You can tell this by the q in front of the string. Django uses Unicode
œLiVÌÃʈ˜ÃÌi>`ʜvʘœÀ“>ÊÃÌÀˆ˜}ÃÊÌ ÀœÕ} œÕÌÊÌ iÊvÀ>“iܜÀŽ°ÊvÊޜÕÊ՘`iÀÃÌ>˜`ÊÌ iÊÀi«iÀVÕÃsions of that, be thankful for the sophisticated things Django does behind the scenes to make
ˆÌÊܜÀŽ°ÊvÊޜÕÊ`œ˜½ÌÊ՘`iÀÃÌ>˜`ÊÌ iÊÀi«iÀVÕÃȜ˜ÃʜvÊÌ >Ì]Ê`œ˜½ÌÊܜÀÀÞÊvœÀʘœÜÆʍÕÃÌʎ˜œÜÊÌ >ÌÊ
Django’s Unicode support makes it relatively painless for your applications to support a wide
variety of character sets beyond the basic “A–Z” of the English language.

43

44

C HAPTER 4 N TEM P L A TES

DICTIONARIES AND CONTEXTS
A Python dictionary is a mapping between known keys and variable values. A ?kjpatp is similar to a dictionary, but a ?kjpatp provides additional functionality, as covered in Chapter 9.

Variable names must begin with a letter (A–Z or a–z) and may contain additional letters,
digits, underscores, and dots. (Dots are a special case we’ll discuss in the section “Context
Variable Lookup.”) Variable names are case-sensitive.
Here’s an example of template compilation and rendering, using a template similar to the
example at the beginning of this chapter:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::n]s[pailh]pa98l:@a]nwwlanokj[j]iayy(8+l:
***
***8l:Pd]jgobknlh]_ejc]jkn`anbnkiww_kil]juyy*Ep#oo_da`qha`pk
***odelkjwwodel[`]pax`]pa6Bf(Uyy*8+l:
***
***w!ebkn`ana`[s]nn]jpu!y
***8l:Ukqns]nn]jpuejbkni]pekjsehh^aej_hq`a`ejpdal]_g]cejc*8+l:
***w!ahoa!y
***8l:Ukq`e`j#pkn`an]s]nn]jpu(okukq#nakjukqnksjsdaj
***pdalnk`q_poejarep]^huopklskngejc*8+l:
***w!aj`eb!y
***
***8l:Oej_anahu(8^n+:ww_kil]juyy8+l:
:::p9Pailh]pa$n]s[pailh]pa%
:::eilknp`]papeia
:::_9?kjpatp$w#lanokj[j]ia#6#FkdjOiepd#(
***#_kil]ju#6#Kqp`kknAmqeliajp#(
***#odel[`]pa#6`]papeia*`]pa$.,,5(0(.%(
***#kn`ana`[s]nn]jpu#6B]hoay%
:::p*naj`an$_%
q8l:@a]nFkdjOiepd(8+l:XjXj8l:Pd]jgobknlh]_ejc]jkn`anbnkiKqp`kkn
Amqeliajp*Ep#oo_da`qha`pkXjodelkj=lneh.(.,,5*8+l:XjXjXj8l:Ukq
`e`j#pkn`an]s]nn]jpu(okukq#nakjukqnksjsdajXjpdalnk`q_po
ejarep]^huopklskngejc*8+l:XjXjXj8l:Oej_anahu(8^n+:Kqp`kknAmqeliajp
8+l:
Let’s step through this code one statement at a time:
1. First we import the classes Pailh]pa and ?kjpatp, which both live in the module
`f]jck*pailh]pa.
2. 7iÊÃ>ÛiÊÌ iÊÀ>ÜÊÌiÝÌʜvʜÕÀÊÌi“«>Ìiʈ˜ÌœÊÌ iÊÛ>Àˆ>LiÊn]s[pailh]pa. Note that we use
triple quotation marks to designate the string, because it wraps over multiple lines; in
contrast, strings within single quotation marks cannot be wrapped over multiple lines.

C H A P T E R 4 N T E M P LA T E S

3. Next we create a template object, p, by passing n]s[pailh]pa to the Pailh]pa class
constructor.
4. 7iʈ“«œÀÌÊÌ iÊ`]papeia module from Python’s standard library because we’ll need it in
the following statement.
5. 7iÊVÀi>ÌiÊ>Ê?kjpatp object, _. The ?kjpatp constructor takes a Python dictionary, which
maps variable names to values. Here, for example, we specify that the lanokj[j]ia is
#FkdjOiepd#, _kil]ju is #Kqp`kknAmqeliajp#, and so forth.
6. Finally, we call the naj`an$% method on our template object, passing it the context.
This returns the rendered template—that is, it replaces template variables with the
actual values of the variables, and it executes any template tags.
Note that the “You didn’t order a warranty” paragraph was displayed because the
kn`ana`[s]nn]jpu variable evaluated to B]hoa. Also note the date, =lneh.(.,,5, which
is displayed according to the format string #Bf(U#°Ê­7i½ÊiÝ«>ˆ˜ÊvœÀ“>ÌÊÃÌÀˆ˜}ÃÊvœÀÊ
the `]pa filter in Appendix E.)
vÊޜսÀiʘiÜÊ̜Ê*ÞÌ œ˜]ÊޜÕʓ>ÞÊܜ˜`iÀÊÜ ÞÊÌ ˆÃʜÕÌ«ÕÌʈ˜VÕ`iÃʘi܏ˆ˜iÊV >À>VÌiÀÃÊ
(#Xj#) rather than displaying the line breaks. That’s happening because of a subtlety
in the Python interactive interpreter: the call to p*naj`an$_% returns a string, and
by default the interactive interpreter displays the representation of the string rather
Ì >˜ÊÌ iÊ«Àˆ˜Ìi`ÊÛ>ÕiʜvÊÌ iÊÃÌÀˆ˜}°ÊvÊޜÕÊÜ>˜ÌÊ̜ÊÃiiÊÌ iÊÃÌÀˆ˜}ÊÜˆÌ Êˆ˜iÊLÀi>ŽÃÊ
displayed as true line breaks rather than #Xj# characters, use the lnejp statement:
lnejpp*naj`an$_%.
Those are the fundamentals of using the Django template system: just write a template
string, create a Pailh]pa object, create a ?kjpatp, and call the naj`an$% method.

Multiple Contexts, Same Template
Once you have a Pailh]pa object, you can render multiple contexts through it. Consider this
example:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::p9Pailh]pa$#Dahhk(wwj]iayy#%
:::lnejpp*naj`an$?kjpatp$w#j]ia#6#Fkdj#y%%
Dahhk(Fkdj
:::lnejpp*naj`an$?kjpatp$w#j]ia#6#Fqhea#y%%
Dahhk(Fqhea
:::lnejpp*naj`an$?kjpatp$w#j]ia#6#L]p#y%%
Dahhk(L]p
7 i˜iÛiÀÊޜսÀiÊÕȘ}ÊÌ iÊÃ>“iÊÌi“«>ÌiÊÜÕÀViÊ̜ÊÀi˜`iÀʓՏ̈«iÊVœ˜ÌiÝÌÃʏˆŽiÊÌ ˆÃ]ʈ̽ÃÊ
more efficient to create the Pailh]pa object once, and then call naj`an$% on it multiple times:
>]`
bknj]iaej$#Fkdj#(#Fqhea#(#L]p#%6
p9Pailh]pa$#Dahhk(wwj]iayy#%
lnejpp*naj`an$?kjpatp$w#j]ia#6j]iay%%

45

46

C HAPTER 4 N TEM P L A TES

Ckk`
p9Pailh]pa$#Dahhk(wwj]iayy#%
bknj]iaej$#Fkdj#(#Fqhea#(#L]p#%6
lnejpp*naj`an$?kjpatp$w#j]ia#6j]iay%%
Django’s template parsing is quite fast. Behind the scenes, most of the parsing happens via a call to a single regular expression. This is in stark contrast to XML-based template
engines, which incur the overhead of an XML parser and tend to be orders of magnitude
slower than Django’s template-rendering engine.

Context Variable Lookup
n the examples so far, we’ve passed simple values in the contexts—mostly strings, plus a
`]papeia*`]pa example. However, the template system elegantly handles more-complex data
structures, such as lists, dictionaries, and custom objects.
The key to traversing complex data structures in Django templates is the dot character (*).
Use a dot to access dictionary keys, attributes, methods, or indices of an object.
This is best illustrated with a few examples. For instance, suppose you’re passing a Python
dictionary to a template. To access the values of that dictionary by dictionary key, use a dot:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::lanokj9w#j]ia#6#O]hhu#(#]ca#6#0/#y
:::p9Pailh]pa$#wwlanokj*j]iayyeowwlanokj*]cayyua]nokh`*#%
:::_9?kjpatp$w#lanokj#6lanokjy%
:::p*naj`an$_%
q#O]hhueo0/ua]nokh`*#
Similarly, dots also allow access of object attributes. For example, a Python `]papeia*`]pa
object has ua]n, ikjpd, and `]u attributes, and you can use a dot to access those attributes in a
Django template:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::eilknp`]papeia
:::`9`]papeia*`]pa$-55/(1(.%
:::`*ua]n
-55/
:::`*ikjpd
1
:::`*`]u
.
:::p9Pailh]pa$#Pdaikjpdeoww`]pa*ikjpdyy]j`pdaua]neoww`]pa*ua]nyy*#%
:::_9?kjpatp$w#`]pa#6`y%
:::p*naj`an$_%
q#Pdaikjpdeo1]j`pdaua]neo-55/*#

C H A P T E R 4 N T E M P LA T E S

This example uses a custom class, demonstrating that variable dots also allow attribute
access on arbitrary objects:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::_h]ooLanokj$k^fa_p%6
***`ab[[ejep[[$oahb(benop[j]ia(h]op[j]ia%6
***oahb*benop[j]ia(oahb*h]op[j]ia9benop[j]ia(h]op[j]ia
:::p9Pailh]pa$#Dahhk(wwlanokj*benop[j]iayywwlanokj*h]op[j]iayy*#%
:::_9?kjpatp$w#lanokj#6Lanokj$#Fkdj#(#Oiepd#%y%
:::p*naj`an$_%
q#Dahhk(FkdjOiepd*#
Dots can also refer to methods on objects. For example, each Python string has the methods qllan$% and eo`ecep$%, and you can call those in Django templates using the same dot
syntax:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::p9Pailh]pa$#wwr]nyyÍwwr]n*qllanyyÍwwr]n*eo`ecepyy#%
:::p*naj`an$?kjpatp$w#r]n#6#dahhk#y%%
q#dahhkÍDAHHKÍB]hoa#
:::p*naj`an$?kjpatp$w#r]n#6#-./#y%%
q#-./Í-./ÍPnqa#
Note that you do not include parentheses in the method calls. Also, it’s not possible to
pass arguments to the methods; you can only call methods that have no required arguments.
­7iÊiÝ«>ˆ˜ÊÌ ˆÃÊ« ˆœÃœ« Þʏ>ÌiÀʈ˜ÊÌ ˆÃÊV >«ÌiÀ°®
Finally, dots are also used to access list indices, as in this example:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::p9Pailh]pa$#Epai.eowwepaio*.yy*#%
:::_9?kjpatp$w#epaio#6W#]llhao#(#^]j]j]o#(#_]nnkpo#Yy%
:::p*naj`an$_%
q#Epai.eo_]nnkpo*#
Negative list indices are not allowed. For example, the template variable wwepaio*)-yy
would cause a Pailh]paOujp]tAnnkn.

PYTHON LISTS
A reminder: Python lists have 0-based indices. The first item is at index 0, the second is at index 1, and so on.

47

48

C HAPTER 4 N TEM P L A TES

Dot lookups can be summarized like this: when the template system encounters a dot in a
variable name, it tries the following lookups, in this order:
Ê

UÊ

ˆV̈œ˜>ÀÞʏœœŽÕ«Ê­i°}°]ÊbkkW^]nY)

Ê

UÊ ÌÌÀˆLÕÌiʏœœŽÕ«Ê­i°}°]Êbkk*^]n)

Ê

UÊ iÌ œ`ÊV>Ê­i°}°]Êbkk*^]n$%)

Ê

UÊ ˆÃ̇ˆ˜`iÝʏœœŽÕ«Ê­i°}°]ÊbkkW.Y)

/ iÊÃÞÃÌi“ÊÕÃiÃÊÌ iÊvˆÀÃÌʏœœŽÕ«ÊÌÞ«iÊÌ >ÌÊܜÀŽÃ°Ê̽ÃÊà œÀ̇VˆÀVՈÌʏœ}ˆV°
Dot lookups can be nested multiple levels deep. For instance, the following example uses
wwlanokj*j]ia*qllanyy, which translates into a dictionary lookup (lanokjW#j]ia#Y) and then
a method call (qllan$%):
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::lanokj9w#j]ia#6#O]hhu#(#]ca#6#0/#y
:::p9Pailh]pa$#wwlanokj*j]ia*qllanyyeowwlanokj*]cayyua]nokh`*#%
:::_9?kjpatp$w#lanokj#6lanokjy%
:::p*naj`an$_%
q#O=HHUeo0/ua]nokh`*#

Method-Call Behavior
Method calls are slightly more complex than the other lookup types. Here are some things to
keep in mind.
v]Ê`ÕÀˆ˜}ÊÌ iʓiÌ œ`ʏœœŽÕ«]Ê>ʓiÌ œ`ÊÀ>ˆÃiÃÊ>˜ÊiÝVi«Ìˆœ˜]ÊÌ iÊiÝVi«Ìˆœ˜Ê܈ÊLiÊ«Àœ«>gated unless the exception has an attribute oehajp[r]ne]^ha[b]ehqna whose value is Pnqa°ÊvÊ
the exception does have a oehajp[r]ne]^ha[b]ehqna attribute, the variable will render as an
empty string, as in this example:
:::p9Pailh]pa$Iuj]iaeowwlanokj*benop[j]iayy*%
:::_h]ooLanokj?h]oo/6
***`abbenop[j]ia$oahb%6
***n]eoa=ooanpekjAnnkn(bkk
:::l9Lanokj?h]oo/$%
:::p*naj`an$?kjpatp$wlanokj6ly%%
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
***
=ooanpekjAnnkn6bkk
:::_h]ooOehajp=ooanpekjAnnkn$=ooanpekjAnnkn%6
***oehajp[r]ne]^ha[b]ehqna9Pnqa
:::_h]ooLanokj?h]oo06
***`abbenop[j]ia$oahb%6
***n]eoaOehajp=ooanpekjAnnkn
:::l9Lanokj?h]oo0$%
:::p*naj`an$?kjpatp$wlanokj6ly%%
q#Iuj]iaeo*#

C H A P T E R 4 N T E M P LA T E S

Ê

UÊ ʓiÌ œ`ÊV>Ê܈ÊܜÀŽÊœ˜ÞʈvÊÌ iʓiÌ œ`Ê >ÃʘœÊÀiµÕˆÀi`Ê>À}Փi˜ÌðÊ"Ì iÀ܈Ãi]ÊÌ iÊ
system will move to the next lookup type (list-index lookup).

Ê

UÊ "LۈœÕÏÞ]ÊܓiʓiÌ œ`ÃÊ >ÛiÊÈ`iÊivviVÌÃÊ>˜`ʈÌÊܜՏ`ÊLiÊvœœˆÃ Ê>ÌÊLiÃÌ]Ê>˜`Ê«œÃÈLÞÊ
even a security hole, to allow the template system to access them.
Say, for instance, you have a >]jg=__kqjp object that has a `ahapa$% method°ÊvÊ>ÊÌi“plate includes something like ww]__kqjp*`ahapayy, where ]__kqjp is a >]jg=__kqjp
object, the object would be deleted when the template is rendered!
To prevent this, set the function attribute ]hpano[`]p] on the method:
`ab`ahapa$oahb%6
@ahapapda]__kqjp
`ahapa*]hpano[`]p]9Pnqa

Ê

UÊ / iÊÌi“«>ÌiÊÃÞÃÌi“Êܜ˜½ÌÊiÝiVÕÌiÊ>˜ÞʓiÌ œ`ʓ>ÀŽi`ʈ˜ÊÌ ˆÃÊÜ>Þ°Ê œ˜Ìˆ˜Õˆ˜}Ê
the current example, if a template includes ww]__kqjp*`ahapayy and the `ahapa$%
method has ]hpano[`]p]9Pnqa, then the `ahapa$% method will not be executed when
Ì iÊÌi“«>ÌiʈÃÊÀi˜`iÀi`°Ê˜ÃÌi>`ʈÌÊ܈Êv>ˆÊȏi˜Ìly.

How Invalid Variables Are Handled
By default, if a variable doesn’t exist the template system renders it as an empty string, failing
silently. Consider this example:
:::bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
:::p9Pailh]pa$#Ukqnj]iaeowwj]iayy*#%
:::p*naj`an$?kjpatp$%%
q#Ukqnj]iaeo*#
:::p*naj`an$?kjpatp$w#r]n#6#dahhk#y%%
q#Ukqnj]iaeo*#
:::p*naj`an$?kjpatp$w#J=IA#6#dahhk#y%%
q#Ukqnj]iaeo*#
:::p*naj`an$?kjpatp$w#J]ia#6#dahhk#y%%
q#Ukqnj]iaeo*#
The system fails silently rather than raising an exception because it’s intended to be resilˆi˜ÌÊÌœÊ Õ“>˜ÊiÀÀœÀ°Ê˜ÊÌ ˆÃÊV>Ãi]Ê>ÊœvÊÌ iʏœœŽÕ«ÃÊv>ˆi`ÊLiV>ÕÃiÊÛ>Àˆ>Liʘ>“iÃÊ >ÛiÊÌ iÊ
ÜÀœ˜}ÊV>ÃiʜÀʘ>“i°Ê˜ÊÌ iÊÀi>ÊܜÀ`]ʈ̽ÃÊ՘>VVi«Ì>LiÊvœÀÊ>Ê7iLÊÈÌiÊ̜ÊLiVœ“iʈ˜>VViÃÈLiÊ
due to a small template syntax error.

Playing with Context Objects
Most of the time, you’ll instantiate ?kjpatp objects by passing in a fully populated dictionary to
?kjpatp$%. But you can add and delete items from a ?kjpatp object once it’s been instantiated,
too, using standard Python dictionary syntax:

49

50

C HAPTER 4 N TEM P L A TES

:::bnki`f]jck*pailh]paeilknp?kjpatp
:::_9?kjpatp$wbkk6^]ny%
:::_W#bkk#Y
#^]n#
:::`ah_W#bkk#Y
:::_W#bkk#Y
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
***
GauAnnkn6#bkk#
:::_W#jasr]ne]^ha#Y9#dahhk#
:::_W#jasr]ne]^ha#Y
#dahhk#

Basic Template Tags and Filters
As we’ve mentioned already, the template system ships with built-in tags and filters. The sections that follow provide a rundown of the most common tags and filters.

Tags
The following sections outline the common Django tags.

if/else
The w!eb!y tag evaluates a variable, and if that variable is Pnqa (i.e., it exists, is not empty,
and is not a B]hoa Boolean value), the system will display everything between w!eb!y and w!
aj`eb!y, as in this example:
w!ebpk`]u[eo[saagaj`!y
8l:Sah_kiapkpdasaagaj`8+l:
w!aj`eb!y
An w!ahoa!y tag is optional:
w!ebpk`]u[eo[saagaj`!y
8l:Sah_kiapkpdasaagaj`8+l:
w!ahoa!y
8l:Cap^]_gpkskng*8+l:
w!aj`eb!y

C H A P T E R 4 N T E M P LA T E S

PYTHON "TRUTHINESS"
In Python and in the Django template system, these objects evaluate to B]hoa in a Boolean context:
s !N EMPTY LIST WY).
s !N EMPTY TUPLE $%).
s !N EMPTY DICTIONARY wy).
s !N EMPTY STRING ##).
s :ERO ,).
s 4HE SPECIAL OBJECT Jkja.
s 4HE OBJECT B]hoa OBVIOUSLY 
s #USTOM OBJECTS THAT DEFINE THEIR OWN "OOLEAN CONTEXT BEHAVIOR 4HIS IS ADVANCED 0YTHON USAGE
Everything else evaluates to Pnqa.

The w!eb!y tag accepts ]j`, kn, or jkp for testing multiple variables, or to negate a given
variable. Consider this example:
w!eb]pdhapa[heop]j`_k]_d[heop!y
>kpd]pdhapao]j`_k]_dao]na]r]eh]^ha*
w!aj`eb!y
w!ebjkp]pdhapa[heop!y
Pdana]najk]pdhapao*
w!aj`eb!y
w!eb]pdhapa[heopkn_k]_d[heop!y
Pdana]naokia]pdhapaoknokia_k]_dao*
w!aj`eb!y
w!ebjkp]pdhapa[heopkn_k]_d[heop!y
Pdana]najk]pdhapaoknpdana]naokia_k]_dao*
w!aj`eb!y
w!eb]pdhapa[heop]j`jkp_k]_d[heop!y
Pdana]naokia]pdhapao]j`]^okhqpahujk_k]_dao*
w!aj`eb!y
w!eb!y tags don’t allow ]j` and kn clauses within the same tag, because the order of
logic would be ambiguous. For example, this is invalid:
w!eb]pdhapa[heop]j`_k]_d[heopkn_daanha]`an[heop!y

51

52

C HAPTER 4 N TEM P L A TES

/ iÊÕÃiʜvÊ«>Ài˜Ì iÃiÃÊvœÀÊVœ˜ÌÀœˆ˜}ʜÀ`iÀʜvʜ«iÀ>̈œ˜ÃʈÃʘœÌÊÃÕ««œÀÌi`°ÊvÊޜÕÊvˆ˜`Ê
yourself needing parentheses, consider performing logic outside the template and passing the
result of that as a dedicated template variable. Or just use nested w!eb!y tags, like this:
w!eb]pdhapa[heop!y
w!eb_k]_d[heopkn_daanha]`an[heop!y
Sad]ra]pdhapao(]j`aepdan_k]_daokn_daanha]`ano
w!aj`eb!y
w!aj`eb!y
Multiple uses of the same logical operator are fine, but you can’t combine different operators. For example, this is valid:
w!eb]pdhapa[heopkn_k]_d[heopknl]najp[heopknpa]_dan[heop!y
There is no w!aheb!y tag. Use nested w!eb!y tags to accomplish the same thing:
w!eb]pdhapa[heop!y
8l:Dana]napda]pdhapao6ww]pdhapa[heopyy*8+l:
w!ahoa!y
8l:Jk]pdhapao]na]r]eh]^ha*8+l:
w!eb_k]_d[heop!y
8l:Dana]napda_k]_dao6ww_k]_d[heopyy*8+l:
w!aj`eb!y
w!aj`eb!y
Make sure to close each w!eb!y with an w!aj`eb!y. Otherwise, Django will throw a
Pailh]paOujp]tAnnkn.

for
The w!bkn!y tag allows you to loop over each item in a sequence. As in Python’s bkn statement, the syntax is bknTejU, where U is the sequence to loop over and T is the name of the
variable to use for a particular cycle of the loop. Each time through the loop, the template
system will render everything between w!bkn!y and w!aj`bkn!y.
For example, you could use the following to display a list of athletes given a variable
]pdhapa[heop:
8qh:
w!bkn]pdhapaej]pdhapa[heop!y
8he:ww]pdhapa*j]iayy8+he:
w!aj`bkn!y
8+qh:
Add naranoa` to the tag to loop over the list in reverse:
w!bkn]pdhapaej]pdhapa[heopnaranoa`!y
***
w!aj`bkn!y

C H A P T E R 4 N T E M P LA T E S

̽ÃÊ«œÃÈLiÊ̜ʘiÃÌÊw!bkn!y tags:
w!bkn]pdhapaej]pdhapa[heop!y
8d-:ww]pdhapa*j]iayy8+d-:
8qh:
w!bknolknpej]pdhapa*olknpo[lh]ua`!y
8he:wwolknpyy8+he:
w!aj`bkn!y
8+qh:
w!aj`bkn!y
A common pattern is to check the size of the list before looping over it, and outputting
some special text if the list is empty:
w!eb]pdhapa[heop!y
w!bkn]pdhapaej]pdhapa[heop!y
8l:ww]pdhapa*j]iayy8+l:
w!aj`bkn!y
w!ahoa!y
8l:Pdana]najk]pdhapao*Kjhu_kilqpanlnkcn]iiano*8+l:
w!aj`eb!y
Because this pattern is so common, the bkn tag supports an optional w!ailpu!y clause
that lets you define what to output if the list is empty. This example is equivalent to the previous one:
w!bkn]pdhapaej]pdhapa[heop!y
8l:ww]pdhapa*j]iayy8+l:
w!ailpu!y
8l:Pdana]najk]pdhapao*Kjhu_kilqpanlnkcn]iiano*8+l:
w!aj`bkn!y
/ iÀiʈÃʘœÊÃÕ««œÀÌÊvœÀʺLÀi>Žˆ˜}ʜÕ̻ʜvÊ>ʏœœ«ÊLivœÀiÊÌ iʏœœ«ÊˆÃÊvˆ˜ˆÃ i`°ÊvÊޜÕÊÜ>˜ÌÊ̜Ê
accomplish this, change the variable you’re looping over so that it includes only the values you
want to loop over. Similarly, there is no support for a “continue” statement that would instruct
the loop processor to return immediately to the front of the loop. (See the section “Philosophies and Limitations” later in this chapter for the reasoning behind this design decision.)
7ˆÌ ˆ˜Êi>V Êw!bkn!y loop, you get access to a template variable called bknhkkl. This
variable has a few attributes that give you information about the progress of the loop:
Ê

UÊ bknhkkl*_kqjpan is always set to an integer representing the number of times the loop
has been entered. This is one-indexed, so the first time through the loop, bknhkkl*
_kqjpan will be set to -. Here’s an example:
w!bknepaiejpk`k[heop!y
8l:wwbknhkkl*_kqjpanyy6wwepaiyy8+l:
w!aj`bkn!y

Ê

UÊ bknhkkl*_kqjpan, is like bknhkkl*_kqjpan]ÊiÝVi«Ìʈ̽ÃÊâiÀœ‡ˆ˜`iÝi`°ÊÌÃÊÛ>ÕiÊ܈ÊLiÊÃiÌÊ
to , the first time through the loop.

53

54

C HAPTER 4 N TEM P L A TES

Ê

UÊ bknhkkl*nar_kqjpan is always set to an integer representing the number of remaining
items in the loop. The first time through the loop, bknhkkl*nar_kqjpan will be set to
the total number of items in the sequence you’re traversing. The last time through the
loop, bknhkkl*nar_kqjpan will be set to -.

Ê

UÊ bknhkkl*nar_kqjpan, is like bknhkkl*nar_kqjpan, except it’s zero-indexed. The first time
through the loop, bknhkkl*nar_kqjpan, will be set to the number of elements in the
sequence, minus 1. The last time through the loop, it will be set to ,.

Ê

UÊ bknhkkl*benop is a Boolean value set to Pnqa if this is the first time through the loop.
This is convenient for special-casing:
w!bknk^fa_pejk^fa_po!y
w!ebbknhkkl*benop!y8he_h]oo9benop:w!ahoa!y8he:w!aj`eb!y
wwk^fa_pyy
8+he:
w!aj`bkn!y

Ê

UÊ bknhkkl*h]op is a Boolean value set to Pnqa if this is the last time through the loop. A
common use for this is to put pipe characters between a list of links:
w!bknhejgejhejgo!ywwhejgyyw!ebjkpbknhkkl*h]op!yxw!aj`eb!yw!
aj`bkn!y
The preceding template code might output something like this:
Hejg-xHejg.xHejg/xHejg0
Another common use for this is to put a comma between words in a list:
B]rknepalh]_ao6
w!bknlejlh]_ao!ywwlyyw!ebjkpbknhkkl*h]op!y(w!aj`eb!yw!aj`bkn!y

Ê

UÊ bknhkkl*l]najphkkl is a reference to the bknhkkl object for the parent loop, in case of
nested loops. Here’s an example:
w!bkn_kqjpnuej_kqjpneao!y
8p]^ha:
w!bkn_epuej_kqjpnu*_epu[heop!y
8pn:
8p`:?kqjpnuwwbknhkkl*l]najphkkl*_kqjpanyy8+p`:
8p`:?epuwwbknhkkl*_kqjpanyy8+p`:
8p`:ww_epuyy8+p`:
8+pn:
w!aj`bkn!y
8+p]^ha:
w!aj`bkn!y

The magic bknhkkl variable is available only within loops. After the template parser has
reached w!aj`bkn!y, bknhkkl disappears.

C H A P T E R 4 N T E M P LA T E S

CONTEXT AND THE FORLOOP VARIABLE
Inside the w!bkn!y block, the existing variables are moved out of the way to avoid overwriting the magic
bknhkkl variable. Django exposes this moved context in bknhkkl*l]najphkkl. You generally don’t need
to worry about this, but if you supply a template variable named bknhkkl THOUGH WE ADVISE AGAINST IT
because it could confuse fellow template authors), it will be named bknhkkl*l]najphkkl while inside the
w!bkn!y block.

ifequal/ifnotequal
The Django template system deliberately is not a full-fledged programming language and thus
does not allow you to execute arbitrary Python statements. (More on this idea in the section
“Philosophies and Limitations.”) However, it’s quite a common template requirement to compare two values and display something if they’re equal—and Django provides an w!ebamq]h
!y tag for that purpose.
The w!ebamq]h!y tag compares two values and displays everything between w!ebamq]h
!y and w!aj`ebamq]h!y if the values are equal.
This example compares the template variables qoan and _qnnajpqoan:
w!ebamq]hqoan_qnnajpqoan!y
8d-:Sah_kia8+d-:
w!aj`ebamq]h!y
The arguments can be hard-coded strings, with either single or double quotes, so the following is valid:
w!ebamq]hoa_pekj#oepajaso#!y
8d-:OepaJaso8+d-:
w!aj`ebamq]h!y
w!ebamq]hoa_pekj_kiiqjepu!y
8d-:?kiiqjepu8+d-:
w!aj`ebamq]h!y
Just like w!eb!y, the w!ebamq]h!y tag supports an optional w!ahoa!y:
w!ebamq]hoa_pekj#oepajaso#!y
8d-:OepaJaso8+d-:
w!ahoa!y
8d-:JkJasoDana8+d-:
w!aj`ebamq]h!y
Only template variables, strings, integers, and decimal numbers are allowed as arguments
to w!ebamq]h!y. These are valid examples:
w!ebamq]hr]ne]^ha-!y
w!ebamq]hr]ne]^ha-*./!y
w!ebamq]hr]ne]^ha#bkk#!y
w!ebamq]hr]ne]^habkk!y

55

56

C HAPTER 4 N TEM P L A TES

Any other types of variables, such as Python dictionaries, lists, or Booleans, can’t be hardcoded in w!ebamq]h!y. These are invalid examples:
w!ebamq]hr]ne]^haPnqa!y
w!ebamq]hr]ne]^haW-(.(/Y!y
w!ebamq]hr]ne]^haw#gau#6#r]hqa#y!y
vÊޜÕʘii`Ê̜ÊÌiÃÌÊÜ iÌ iÀÊܓiÌ ˆ˜}ʈÃÊÌÀÕiʜÀÊv>Ãi]ÊÕÃiÊÌ iÊw!eb!y tags instead of
w!ebamq]h!y.

Comments
Just as in HTML or Python, the Django template language allows for comments. To designate a
comment, use wy:
wPdeoeo]_kiiajpy
The comment will not be output when the template is rendered.
Comments using this syntax cannot span multiple lines. This limitation improves tem«>ÌiÊ«>ÀȘ}Ê«iÀvœÀ“>˜Vi°Ê˜ÊÌ iÊvœœÜˆ˜}ÊÌi“«>Ìi]ÊÌ iÊÀi˜`iÀi`ʜÕÌ«ÕÌÊ܈ÊœœŽÊiÝ>V̏ÞÊÌ iÊ
same as the template (i.e., the comment tag will not be parsed as a comment):
Pdeoeo]wpdeoeojkp
]_kiiajpy
paop*
vÊޜÕÊÜ>˜ÌÊ̜ÊÕÃiʓՏ̈ˆ˜iÊVœ““i˜ÌÃ]ÊÕÃiÊÌ iÊw!_kiiajp!y template tag, like this:
w!_kiiajp!y
Pdeoeo]
iqhpeheja_kiiajp*
w!aj`_kiiajp!y

Filters
As explained earlier in this chapter, template filters are simple ways of altering the value of
variables before they’re displayed. Filters use a pipe character, like this:
wwj]iaxhksanyy
This displays the value of the wwj]iayy variable after being filtered through the hksan
filter, which converts text to lowercase.
Filters can be chained—that is, they can be used in tandem such that the output of one filter
is applied to the next. Here’s an example that converts the first element in a list to uppercase:
wwiu[heopxbenopxqllanyy

C H A P T E R 4 N T E M P LA T E S

Some filters take arguments. A filter argument comes after a colon and is always in double
quotes. Here’s an example:
ww^ekxpnqj_]paskn`o6/,yy
This displays the first 30 words of the ^ek variable.
The following are a few of the most important filters. Appendix F covers the rest.
Ê

UÊ ]``oh]odao: Adds a backslash before any backslash, single quote, or double quote. This
is useful if the produced text is included in a JavaScript string.

Ê

UÊ `]pa: Formats a `]pa or `]papeia object according to a format string given in the
parameter, as in this example:
wwlq^[`]pax`]pa6Bf(Uyy
Format strings are defined in Appendix F.

Ê

UÊ hajcpd: Returns the length of the value. For a list, this returns the number of elements.
For a string, this returns the number of characters. (Python experts, note that this
works on any Python object that knows how to determine its own length—that is, any
object that has a [[haj[[$% method.)

Philosophies and Limitations
Now that you’ve gotten a feel for the Django template language, we should point out some of
its intentional limitations, along with some philosophies behind why it works the way it works.
œÀiÊÌ >˜Ê>˜ÞÊœÌ iÀÊVœ“«œ˜i˜ÌʜvÊ7iLÊ>««ˆV>̈œ˜Ã]ÊÌi“«>ÌiÊÃޘÌ>ÝʈÃÊ ˆ} ÞÊÃÕLiVtive, and programmers’ opinions vary wildly. The fact that Python alone has dozens, if not
hundreds, of open source template-language implementations supports this point. Each was
ˆŽiÞÊVÀi>Ìi`ÊLiV>ÕÃiʈÌÃÊ`iÛiœ«iÀÊ`ii“i`Ê>Êi݈Ã̈˜}ÊÌi“«>Ìiʏ>˜}Õ>}iÃʈ˜>`iµÕ>Ìi°Ê­˜Ê
fact, it is said to be a rite of passage for a Python developer to write his or her own template
>˜}Õ>}itÊvÊޜÕÊ >Ûi˜½ÌÊ`œ˜iÊÌ ˆÃÊÞiÌ]ÊVœ˜Ãˆ`iÀʈ̰Ê̽ÃÊ>Êv՘ÊiÝiÀVˆÃi°®
7ˆÌ ÊÌ >Ìʈ˜Ê“ˆ˜`]ÊޜÕʓˆ} ÌÊLiʈ˜ÌiÀiÃÌi`Ê̜ʎ˜œÜÊÌ >ÌÊ >˜}œÊ`œiؽÌÊÀiµÕˆÀiÊޜÕÊ̜Ê
ÕÃiʈÌÃÊÌi“«>Ìiʏ>˜}Õ>}i°Ê iV>ÕÃiÊ >˜}œÊˆÃʈ˜Ìi˜`i`Ê̜ÊLiÊ>ÊvՏ‡ÃÌ>VŽÊ7iLÊvÀ>“iܜÀŽÊÌ >ÌÊ
«ÀœÛˆ`iÃÊ>ÊÌ iÊ«ˆiViÃʘiViÃÃ>ÀÞÊvœÀÊ7iLÊ`iÛiœ«iÀÃÊ̜ÊLiÊ«Àœ`ÕV̈Ûi]ʓ>˜ÞÊ̈“iÃʈ̽ÃʓœÀiÊ
convenient to use Django’s template system than other Python template libraries, but it’s not
a strict requirement in any sense. As you’ll see in the upcoming section “Using Templates in
Views,” it’s very easy to use another template language with Django.
Still, it’s clear we have a strong preference for the way Django’s template language works.
/ iÊÌi“«>ÌiÊÃÞÃÌi“Ê >ÃÊÀœœÌÃʈ˜Ê œÜÊ7iLÊ`iÛiœ«“i˜ÌʈÃÊ`œ˜iÊ>ÌÊ7œÀ`Ê"˜ˆ˜iÊ>˜`ÊÌ iÊ
combined experience of Django’s creators. Here are a few of our philosophies:

57

58

C HAPTER 4 N TEM P L A TES

Ê

UÊ Business logic should be separated from presentation logic. Django’s developers see a
template system as a tool that controls presentation and presentation-related logic—
and that’s it. The template system shouldn’t support functionality that goes beyond
this basic goal.
For that reason, it’s impossible to call Python code directly within Django templates.
All “programming” is fundamentally limited to the scope of what template tags can
`œ°ÊÌÊis possible to write custom template tags that do arbitrary things, but the outof-the-box Django template tags intentionally do not allow for arbitrary Python-code
execution.

Ê

UÊ Syntax should be decoupled from HTML/XML. Although Django’s template system
is used primarily to produce HTML, it’s intended to be just as usable for non-HTML
formats, such as plain text. Some other template languages are XML based, placing all
template logic within XML tags or attributes, but Django deliberately avoids this limitation. Requiring valid XML for writing templates introduces a world of human mistakes
and hard-to-understand error messages, and using an XML engine to parse templates
incurs an unacceptable level of overhead in template processing.

Ê

UÊ Designers are assumed to be comfortable with HTML code. The template system isn’t
`iÈ}˜i`ÊÜÊÌ >ÌÊÌi“«>ÌiÃʘiViÃÃ>ÀˆÞÊ>ÀiÊ`ˆÃ«>Þi`ʘˆViÞʈ˜Ê79-79Êi`ˆÌœÀÃÊÃÕV Ê
as Dreamweaver. That is too severe a limitation and wouldn’t allow the syntax to be
as friendly as it is. Django expects template authors to be comfortable editing HTML
directly.

Ê

UÊ Designers are assumed not to be Python programmers. The template-system authors
ÀiVœ}˜ˆâiÊÌ >ÌÊ7iL‡«>}iÊÌi“«>ÌiÃÊ>ÀiʓœÃÌʜvÌi˜ÊÜÀˆÌÌi˜ÊLÞÊdesigners, not programmers, and therefore should not assume Python knowledge.
However, the system also intends to accommodate small teams in which the templates
areÊVÀi>Ìi`ÊLÞÊ*ÞÌ œ˜Ê«Àœ}À>““iÀðÊÌʜvviÀÃÊ>ÊÜ>ÞÊ̜ÊiÝÌi˜`ÊÌ iÊÃÞÃÌi“½ÃÊÃޘÌ>ÝÊLÞÊ
writing raw Python code. (More on this in Chapter 9.)

Ê

UÊ The goal is not to invent a programming language. The goal is to offer just as much
programming-esque functionality, such as branching and looping, that is essential for
making presentation-related decisions.

Using Templates in Views
You’ve learned the basics of using the template system; now let’s use this knowledge to create
a view. Recall the _qnnajp[`]papeia view in iuoepa*reaso, which we started in the previous
chapter. Here’s what it looks like:
bnki`f]jck*dppleilknpDpplNaolkjoa
eilknp`]papeia
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
dpih98dpih:8^k`u:Epeojks!o*8+^k`u:8+dpih:!jks
napqnjDpplNaolkjoa$dpih%

C H A P T E R 4 N T E M P LA T E S

Let’s change this view to use Django’s template system. At first you might think to do
something like this:
bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
bnki`f]jck*dppleilknpDpplNaolkjoa
eilknp`]papeia
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
p9Pailh]pa$8dpih:8^k`u:Epeojksww_qnnajp[`]payy*8+^k`u:8+dpih:%
dpih9p*naj`an$?kjpatp$w#_qnnajp[`]pa#6jksy%%
napqnjDpplNaolkjoa$dpih%
Sure, that uses the template system, but it doesn’t solve the problems we pointed out in
the introduction of this chapter. Namely, the template is still embedded in the Python code, so
true separation of data and presentation isn’t achieved. Let’s fix that by putting the template in
a separate file, which this view will load.
You might first consider saving your template somewhere on your filesystem and using
Python’s built-in file-opening functionality to read the contents of the template. Here’s what
that might look like, assuming the template was saved as the file +dkia+`f]jckqoan+pailh]pao+
iupailh]pa*dpih:
bnki`f]jck*pailh]paeilknpPailh]pa(?kjpatp
bnki`f]jck*dppleilknpDpplNaolkjoa
eilknp`]papeia
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
Oeilhas]ukbqoejcpailh]paobnkipdabehaouopai*
Pdeoeo>=@^a_]qoaep`kaoj#p]__kqjpbknieooejcbehao
bl9klaj$#+dkia+`f]jckqoan+pailh]pao+iupailh]pa*dpih#%
p9Pailh]pa$bl*na]`$%%
bl*_hkoa$%
dpih9p*naj`an$?kjpatp$w#_qnnajp[`]pa#6jksy%%
napqnjDpplNaolkjoa$dpih%
This approach, however, is inelegant for these reasons:
Ê

UÊ ÌÊ`œiؽÌÊ >˜`iÊÌ iÊV>ÃiʜvÊ>ʓˆÃȘ}Êvˆi]Ê>ÃʘœÌi`ʈ˜ÊÌ iÊVœ`i°ÊvÊÌ iÊvˆiÊiupailh]pa*
dpih doesn’t exist or isn’t readable, the klaj$% call will raise an EKAnnkn exception.

Ê

UÊ ÌÊ >À`‡Vœ`iÃÊޜÕÀÊÌi“«>ÌiʏœV>̈œ˜°ÊvÊޜÕÊÜiÀiÊ̜ÊÕÃiÊÌ ˆÃÊÌiV ˜ˆµÕiÊvœÀÊiÛiÀÞÊۈiÜÊ
function, you’d be duplicating the template locations—not to mention that it involves
a lot of typing!

Ê

UÊ Ìʈ˜VÕ`iÃÊ>ʏœÌʜvÊLœÀˆ˜}ÊLœˆiÀ«>ÌiÊVœ`i°Ê9œÕ½ÛiÊ}œÌÊLiÌÌiÀÊÌ ˆ˜}ÃÊ̜Ê`œÊÌ >˜Ê̜ÊÜÀˆÌiÊ
calls to klaj$%, bl*na]`$%, and bl*_hkoa$% each time you load a template.
To solve these issues, we’ll use template loading and template inheritance.

59

60

C HAPTER 4 N TEM P L A TES

Template Loading
D>˜}œÊ«ÀœÛˆ`iÃÊ>ÊVœ˜Ûi˜ˆi˜ÌÊ>˜`Ê«œÜiÀvՏÊ*ÊvœÀʏœ>`ˆ˜}ÊÌi“«>ÌiÃÊvÀœ“ÊÌ iÊvˆiÃÞÃÌi“]Ê
with the goal of removing redundancy both in your template-loading calls and in your templates themselves.
/œÊÕÃiÊÌ ˆÃÊÌi“«>Ìi‡œ>`ˆ˜}Ê*]ÊvˆÀÃÌÊޜսÊ˜ii`Ê̜ÊÌiÊÌ iÊvÀ>“iܜÀŽÊÜ iÀiÊޜÕÊÃ̜ÀiÊ
your templates. The place to do this is in your settings file—the oappejco*lu file that we mentioned in the last chapter, when we introduced the NKKP[QNH?KJB setting.
vÊޜսÀiÊvœœÜˆ˜}Ê>œ˜}]ʜ«i˜Êoappejco*lu and find the PAILH=PA[@ENO setting. By default,
it’s an empty tuple, likely containing some autogenerated comments:
PAILH=PA[@ENO9$
Lqpopnejcodana(hega+dkia+dpih+`f]jck[pailh]pao
kn?6+sss+`f]jck+pailh]pao*
=hs]uoqoabkns]n`oh]odao(arajkjSej`kso*
@kj#pbkncappkqoa]^okhqpal]pdo(jkpnah]peral]pdo*
%
This setting tells Django’s template-loading mechanism where to look for templates.
Pick a directory where you’d like to store your templates and add it to PAILH=PA[@ENO, like so:
PAILH=PA[@ENO9$
#+dkia+`f]jck+iuoepa+pailh]pao#(
%
There are a few things to note:
Ê

UÊ 9œÕÊV>˜ÊëiVˆvÞÊ>˜ÞÊ`ˆÀiV̜ÀÞÊޜÕÊÜ>˜Ì]Ê>Ãʏœ˜}Ê>ÃÊÌ iÊ`ˆÀiV̜ÀÞÊ>˜`ÊÌi“«>ÌiÃÊÜˆÌ ˆ˜Ê
Ì >ÌÊ`ˆÀiV̜ÀÞÊ>ÀiÊÀi>`>LiÊLÞÊÌ iÊÕÃiÀÊ>VVœÕ˜ÌÊ՘`iÀÊÜ ˆV ÊޜÕÀÊ7iLÊÃiÀÛiÀÊÀ՘ðÊvÊ
you can’t think of an appropriate place to put your templates, we recommend creating
a pailh]pao directory within your project (i.e., within the iuoepa directory you created
in Chapter 2).

Ê

UÊ vÊޜÕÀÊPAILH=PA[@ENO contains only one directory, don’t forget the comma at the end of
the directory string!
Bad:
Ieooejc_kii]
PAILH=PA[@ENO9$
#+dkia+`f]jck+iuoepa+pailh]pao#
%

Ê

Ê œœ`\
?kii]_knna_phuejlh]_a*
PAILH=PA[@ENO9$
#+dkia+`f]jck+iuoepa+pailh]pao#(
%
Python requires commas within single-element tuples to disambiguate the tuple from
a parenthetical expression. This is a common newbie gotcha.

C H A P T E R 4 N T E M P LA T E S

Ê

UÊ vÊޜսÀiʜ˜Ê7ˆ˜`œÜÃ]ʈ˜VÕ`iÊޜÕÀÊ`ÀˆÛiʏiÌÌiÀÊ>˜`ÊÕÃiÊ1˜ˆÝ‡ÃÌޏiÊvœÀÜ>À`ÊÏ>à iÃÊ
rather than backslashes, as follows:
PAILH=PA[@ENO9$
#?6+sss+`f]jck+pailh]pao#(
%

Ê

UÊ ̽ÃÊȓ«iÃÌÊ̜ÊÕÃiÊ>L܏ÕÌiÊ«>Ì ÃÊ­ˆ°i°]Ê`ˆÀiV̜ÀÞÊ«>Ì ÃÊÌ >ÌÊÃÌ>ÀÌÊ>ÌÊÌ iÊÀœœÌʜvÊÌ iÊ
vˆiÃÞÃÌi“®°ÊvÊޜÕÊÜ>˜ÌÊ̜ÊLiÊ>ÊLˆÌʓœÀiÊvi݈LiÊ>˜`Ê`iVœÕ«i`]ÊÌ œÕ} ]ÊޜÕÊV>˜ÊÌ>ŽiÊ
advantage of the fact that Django settings files are just Python code by constructing the
contents of PAILH=PA[@ENO dynamically, as in this example:
eilknpko*l]pd
PAILH=PA[@ENO9$
ko*l]pd*fkej$ko*l]pd*`enj]ia$[[beha[[%(#pailh]pao#%*nalh]_a$#XX#(#+#%(
%
This example uses the “magic” Python variable [[beha[[, which is automatically set
̜ÊÌ iÊvˆiʘ>“iʜvÊÌ iÊ*ÞÌ œ˜Ê“œ`Տiʈ˜ÊÜ ˆV ÊÌ iÊVœ`iʏˆÛiðÊÌÊ}iÌÃÊÌ iʘ>“iʜvÊÌ iÊ
directory that contains oappejco*lu (ko*l]pd*`enj]ia), joins that with pailh]pao in a
cross-platform way (ko*l]pd*fkej), then ensures that everything uses forward slashes
ˆ˜ÃÌi>`ʜvÊL>VŽÃ>à iÃÊ­ˆ˜ÊÌ iÊV>ÃiʜvÊ7ˆ˜`œÜî°

Ê

Ê 7 ˆiÊÜi½Àiʜ˜ÊÌ iÊ̜«ˆVʜvÊ`ޘ>“ˆVÊ*ÞÌ œ˜ÊVœ`iʈ˜ÊÃiÌ̈˜}ÃÊvˆiÃ]ÊÜiÊà œÕ`Ê«œˆ˜ÌʜÕÌÊ
Ì >Ìʈ̽ÃÊÛiÀÞʈ“«œÀÌ>˜ÌÊ̜Ê>ۜˆ`Ê*ÞÌ œ˜ÊiÀÀœÀÃʈ˜ÊޜÕÀÊÃiÌ̈˜}ÃÊvˆi°ÊvÊޜÕʈ˜ÌÀœ`ÕViÊ>Ê
syntax error or a runtime error, your Django-powered site will likely crash.

7ˆÌ ÊPAILH=PA[@ENO set, the next step is to change the view code to use Django’s templateloading functionality rather than hard-coding the template paths. Returning to our _qnnajp[
`]papeia view, let’s change it like so:
bnki`f]jck*pailh]pa*hk]`aneilknpcap[pailh]pa
bnki`f]jck*pailh]paeilknp?kjpatp
bnki`f]jck*dppleilknpDpplNaolkjoa
eilknp`]papeia
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
p9cap[pailh]pa$#_qnnajp[`]papeia*dpih#%
dpih9p*naj`an$?kjpatp$w#_qnnajp[`]pa#6jksy%%
napqnjDpplNaolkjoa$dpih%
˜ÊÌ ˆÃÊiÝ>“«i]ÊÜi½ÀiÊÕȘ}ÊÌ iÊv՘V̈œ˜Ê`f]jck*pailh]pa*hk]`an*cap[pailh]pa$%rather
than loading the template from the filesystem manually. The cap[pailh]pa$% function takes a
template name as its argument, figures out where the template lives on the filesystem, opens
that file, and returns a compiled Pailh]pa object.
Our template in this example is _qnnajp[`]papeia*dpih, but there’s nothing special about
that *dpih extension. You can give your templates whatever extension makes sense for your
application, or you can leave off extensions entirely.

61

62

C HAPTER 4 N TEM P L A TES

To determine the location of the template on your filesystem, cap[pailh]pa$% combines
your template directories from PAILH=PA[@ENO with the template name that you pass to cap[
pailh]pa$%. For example, if your PAILH=PA[@ENO is set to #+dkia+`f]jck+iuoepa+pailh]pao#,
the cap[pailh]pa$% call would look for the template +dkia+`f]jck+iuoepa+pailh]pao+
_qnnajp[`]papeia*dpih.
vÊcap[pailh]pa$% cannot find the template with the given name, it raises a
Pailh]pa@kaoJkpAteop exception. To see what that looks like, fire up the Django development
server by running lupdkji]j]ca*lunqjoanran within your Django project’s directory.
Then point your browser at the page that activates the _qnnajp[`]papeia view (e.g., dppl6++
-.3*,*,*-64,,,+peia+). Assuming @A>QC is set to Pnqa and you haven’t yet created a
_qnnajp[`]papeia*dpih template, you should see a Django error page highlighting the
Pailh]pa@kaoJkpAteop error, as shown in Figure 4-1.

Figure 4-1. The error page shown when a template cannot be found
This error page is similar to the one we explained in Chapter 3, with one additional piece
of debugging information: a “Template-loader postmortem” section. This section tells you
which templates Django tried to load, along with the reason each attempt failed (e.g., “File
does not exist”). This information is invaluable when you’re trying to debug template-loading
errors.
Moving along, create the _qnnajp[`]papeia*dpih file within your template directory using
the following template code:
8dpih:8^k`u:Epeojksww_qnnajp[`]payy*8+^k`u:8+dpih:
,ivÀià ÊÌ iÊ«>}iʈ˜ÊޜÕÀÊ7iLÊLÀœÜÃiÀ]Ê>˜`ÊޜÕÊà œÕ`ÊÃiiÊÌ iÊvՏÞÊÀi˜`iÀi`Ê«>}e.

C H A P T E R 4 N T E M P LA T E S

render_to_response()
7i’ve shown you how to load a template, fill a ?kjpatp, and return an DpplNaolkjoa object
ÜˆÌ ÊÌ iÊÀiÃՏÌʜvÊÌ iÊÀi˜`iÀi`ÊÌi“«>Ìi°Ê7i½Ûiʜ«Ìˆ“ˆâi`ʈÌÊ̜ÊÕÃiÊcap[pailh]pa$% instead of
hard-coding templates and template paths. But it still requires a fair amount of typing to do
those things. Because these steps are such a common idiom, Django provides a shortcut that
lets you load a template, render it, and return an DpplNaolkjoa—all in one line of code.
This shortcut is a function called naj`an[pk[naolkjoa$%, which lives in the module `f]jck*
odknp_qpo. Most of the time you’ll be using naj`an[pk[naolkjoa$% rather than loading templates and creating ?kjpatp and DpplNaolkjoa objects manually—unless your employer judges
your work by total lines of code written.
Here’s the ongoing _qnnajp[`]papeia example rewritten to use naj`an[pk[naolkjoa$%:
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
eilknp`]papeia
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
napqnjnaj`an[pk[naolkjoa$#_qnnajp[`]papeia*dpih#(w#_qnnajp[`]pa#6jksy%
7 >ÌÊ>Ê`ˆvviÀi˜VitÊi̽ÃÊÃÌi«ÊÌ ÀœÕ} ÊÌ iÊVœ`iÊV >˜}iÃ\
Ê

UÊ 7iʘœÊœ˜}iÀÊ >ÛiÊ̜ʈ“«œÀÌÊcap[pailh]pa, Pailh]pa, ?kjpatp, or DpplNaolkjoa.
˜ÃÌi>`]ÊÜiʈ“«œÀÌÊ`f]jck*odknp_qpo*naj`an[pk[naolkjoa. The eilknp`]papeia
remains.

Ê

UÊ 7ˆÌ ˆ˜ÊÌ iÊ_qnnajp[`]papeia function, we still calculate jks, but the template loading,
context creation, template rendering, and DpplNaolkjoa creation are all taken care of by
the naj`an[pk[naolkjoa$% call. Because naj`an[pk[naolkjoa$% returns an DpplNaolkjoa
object, we can simply return that value in the view.

The first argument to naj`an[pk[naolkjoa$% is the name of the template to use. The second argument, if given, should be a dictionary to use in creating a ?kjpatpÊvœÀÊÌ >ÌÊÌi“«>Ìi°ÊvÊ
you don’t provide a second argument, naj`an[pk[naolkjoa$% will use an empty dictionary.

The locals() Trick
Consider our latest incarnation of _qnnajp[`]papeia:
`ab_qnnajp[`]papeia$namqaop%6
jks9`]papeia*`]papeia*jks$%
napqnjnaj`an[pk[naolkjoa$#_qnnajp[`]papeia*dpih#(w#_qnnajp[`]pa#6jksy%
Many times, as in this example, you’ll find yourself calculating some values, storing them
in variables (e.g., jks in the preceding code), and sending those variables to the template. Particularly lazy programmers should note that it’s slightly redundant to have to give names for
temporary variables andÊ}ˆÛiʘ>“iÃÊvœÀÊÌ iÊÌi“«>ÌiÊÛ>Àˆ>LiðÊÌÊ>ÃœÊ“i>˜ÃÊiÝÌÀ>ÊÌÞ«ˆ˜}°

63

64

C HAPTER 4 N TEM P L A TES

So if you’re one of those lazy programmers and you like keeping code particularly concise,
you can take advantage of a built-in Python function called hk_]ho$%°ÊÌÊÀiÌÕÀ˜ÃÊ>Ê`ˆV̈œ˜>ÀÞÊ
mapping all local variable names to their values, where local means all variables that have
been defined within the current scope. Thus, the preceding view could be rewritten like so:
`ab_qnnajp[`]papeia$namqaop%6
_qnnajp[`]pa9`]papeia*`]papeia*jks$%
napqnjnaj`an[pk[naolkjoa$#_qnnajp[`]papeia*dpih#(hk_]ho$%%
Here, instead of manually specifying the context dictionary as before, we pass the value of
hk_]ho$%, which will include all variables defined at that point in the function’s execution. As
a consequence, we’ve renamed the jks variable to _qnnajp[`]pa, because that’s the variable
˜>“iÊÌ >ÌÊÌ iÊÌi“«>ÌiÊiÝ«iVÌðʘÊÌ ˆÃÊiÝ>“«i]Êhk_]ho$% doesn’t offer a huge improvement,
but this technique can save you some typing if you have several template variables to define—
or if you’re lazy.
One thing to watch out for when using hk_]ho$% is that it includes every local variable,
Ü ˆV ʓ>ÞÊVœ“«ÀˆÃiʓœÀiÊÛ>Àˆ>LiÃÊÌ >˜ÊޜÕÊ>VÌÕ>ÞÊÜ>˜ÌÊޜÕÀÊÌi“«>ÌiÊÌœÊ >ÛiÊ>VViÃÃÊ̜°Ê˜Ê
the previous example, hk_]ho$% will also include namqaop°Ê7 iÌ iÀÊÌ ˆÃʓ>ÌÌiÀÃÊ̜ÊޜÕÊ`i«i˜`ÃÊ
on your application and your level of perfectionism.

Subdirectories in get_template()
ÌÊcan get unwieldy to store all of your templates in a single directory. You might like to store
Ìi“«>ÌiÃʈ˜ÊÃÕL`ˆÀiV̜ÀˆiÃʜvÊޜÕÀÊÌi“«>ÌiÊ`ˆÀiV̜ÀÞ]Ê>˜`ÊÌ >̽ÃÊvˆ˜i°Ê˜Êv>VÌ]ÊÜiÊÀiVœ““i˜`Ê
doing so; some more-advanced Django features (such as the generic views system, which we
cover in Chapter 11) expect this template layout as a default convention.
-̜Àˆ˜}ÊÌi“«>ÌiÃʈ˜ÊÃÕL`ˆÀiV̜ÀˆiÃʜvÊޜÕÀÊÌi“«>ÌiÊ`ˆÀiV̜ÀÞʈÃÊi>ÃްʘÊޜÕÀÊV>ÃÊ̜Êcap[
pailh]pa$%, just include the subdirectory name and a slash before the template name, like so:
p9cap[pailh]pa$#`]pa]ll+_qnnajp[`]papeia*dpih#%
Because naj`an[pk[naolkjoa$% is a small wrapper around cap[pailh]pa$%, you can do the
same thing with the first argument to naj`an[pk[naolkjoa$%, like this:
napqnjnaj`an[pk[naolkjoa$#`]pa]ll+_qnnajp[`]papeia*dpih#(w#_qnnajp[`]pa#6jksy%
There’s no limit to the depth of your subdirectory tree. Feel free to use as many subdirectories as you like.

NNote Windows users, be sure to use forward slashes rather than backslashes. cap[pailh]pa$%
assumes a Unix-style file-name designation.

C H A P T E R 4 N T E M P LA T E S

The include Template Tag
Now that we’ve covered the template-loading mechanism, we can introduce a built-in template tag that takes advantage of it: w!ej_hq`a!y. This tag allows you to include the contents
of another template. The argument to the tag should be the name of the template to include,
and the template name can be either a variable or a hard-coded (quoted) string, in either single or double quotes. Anytime you have the same code in multiple templates, consider using
w!ej_hq`a!y to remove the duplication.
These two examples include the contents of the template j]r*dpih. The examples are
equivalent and illustrate that either single or double quotes are allowed:
w!ej_hq`a#j]r*dpih#!y
w!ej_hq`aj]r*dpih!y
This example includes the contents of the template ej_hq`ao+j]r*dpih:
w!ej_hq`a#ej_hq`ao+j]r*dpih#!y
The following example includes the contents of the template whose name is contained in
the variable pailh]pa[j]ia:
w!ej_hq`apailh]pa[j]ia!y
As in cap[pailh]pa$%, the template’s file name is determined by adding the template
directory from PAILH=PA[@ENO to the requested template name.
˜VÕ`i`ÊÌi“«>ÌiÃÊ>ÀiÊiÛ>Õ>Ìi`ÊÜˆÌ ÊÌ iÊVœ˜ÌiÝÌʜvÊÌ iÊÌi“«>ÌiÊÌ >̽Ãʈ˜VÕ`ˆ˜}ÊÌ i“°Ê
For example, consider these two templates:
iul]ca*dpih
8dpih:
8^k`u:
w!ej_hq`aej_hq`ao+j]r*dpih!y
8d-:wwpephayy8+d-:
8+^k`u:
8+dpih:
ej_hq`ao+j]r*dpih
8`ere`9j]r:
Ukq]naej6ww_qnnajp[oa_pekjyy
8+`er:
vÊޜÕÊÀi˜`iÀÊiul]ca*dpih with a context containing _qnnajp[oa_pekj, then the variable
will be available in the ej_hq`ad template, as you would expect.

65

66

C HAPTER 4 N TEM P L A TES

v]ʈ˜Ê>˜Êw!ej_hq`a!y tag, a template with the given name isn’t found, Django will do one
of two things:
Ê

UÊ vÊ@A>QC is set to Pnqa, you’ll see the Pailh]pa@kaoJkpAteop exception on a Django error
page.

Ê

UÊ vÊ@A>QC is set to B]hoa, the tag will fail silently, displaying nothing in the place of the tag.

Template Inheritance
Our template examples so far have been tiny HTML snippets, but in the real world you’ll
be using Django’s template system to create entire HTML pages. This leads to a common
7iL‡`iÛiœ«“i˜ÌÊ«ÀœLi“\Ê>VÀœÃÃÊ>Ê7iLÊÈÌi]Ê œÜÊ`œiÃʜ˜iÊÀi`ÕViÊÌ iÊ`Õ«ˆV>̈œ˜Ê>˜`Ê
redundancy of common page areas, such as sitewide navigation?
A classic way of solving this problem is to use server-side includes, directives you can embed
ÜˆÌ ˆ˜ÊޜÕÀÊ/Ê«>}iÃÊ̜ʈ˜VÕ`iʜ˜iÊ7iLÊ«>}iʈ˜Ãˆ`iÊ>˜œÌ iÀ°Ê˜`ii`]Ê >˜}œÊÃÕ««œÀÌÃÊÌ >ÌÊ
approach, with the w!ej_hq`a!y template tag just described. But the preferred way of solving
this problem with Django is to use a more elegant strategy called template inheritance.
˜ÊiÃÃi˜Vi]ÊÌi“«>Ìiʈ˜ iÀˆÌ>˜ViʏiÌÃÊޜÕÊLՈ`Ê>ÊL>ÃiʺÎii̜˜»ÊÌi“«>ÌiÊÌ >ÌÊVœ˜Ì>ˆ˜ÃÊ
all the common parts of your site and defines “blocks” that child templates can override.
Let’s see an example of this by creating a more complete template for our _qnnajp[
`]papeia view, by editing the _qnnajp[`]papeia*dpih file:
8@K?PULADPIHLQ>HE?)++S/?++@P@DPIH0*,-++AJ:
8dpihh]jc9aj:
8da]`:
8pepha:Pda_qnnajppeia8+pepha:
8+da]`:
8^k`u:
8d-:Iudahlbqhpeiaop]iloepa8+d-:
8l:Epeojksww_qnnajp[`]payy*8+l:
8dn:
8l:Pd]jgobknreoepejciuoepa*8+l:
8+^k`u:
8+dpih:
That looks just fine, but what happens when we want to create a template for another
view—say, the dkqno[]da]` viewÊvÀœ“Ê >«ÌiÀÊζÊvÊÜiÊÜ>˜ÌÊ>}>ˆ˜Ê̜ʓ>ŽiÊ>ʘˆVi]ÊÛ>ˆ`]ÊvՏÊ
HTML template, we’d create something like this:
8@K?PULADPIHLQ>HE?)++S/?++@P@DPIH0*,-++AJ:
8dpihh]jc9aj:
8da]`:
8pepha:Bqpqnapeia8+pepha:
8+da]`:

C H A P T E R 4 N T E M P LA T E S

8^k`u:
8d-:Iudahlbqhpeiaop]iloepa8+d-:
8l:Ejwwdkqn[kbboapyydkqn$o%(epsehh^awwjatp[peiayy*8+l:
8dn:
8l:Pd]jgobknreoepejciuoepa*8+l:
8+^k`u:
8+dpih:
i>ÀÞ]ÊÜi½ÛiʍÕÃÌÊ`Õ«ˆV>Ìi`Ê>ʏœÌʜvÊ/°Ê“>}ˆ˜iʈvÊÜiÊ >`Ê>ʓœÀiÊÌÞ«ˆV>ÊÈÌi]ʈ˜VÕ`ing a navigation bar, a few style sheets, perhaps some JavaScript—we’d end up putting all sorts
of redundant HTML into each template.
The server-side include solution to this problem is to factor out the common bits in both
templates and save them in separate template snippets, which are then included in each template. Perhaps you’d store the top bit of the template in a file called da]`an*dpih:
8@K?PULADPIHLQ>HE?)++S/?++@P@DPIH0*,-++AJ:
8dpihh]jc9aj:
8da]`:
And perhaps you’d store the bottom bit in a file called bkkpan*dpih:
8dn:
8l:Pd]jgobknreoepejciuoepa*8+l:
8+^k`u:
8+dpih:
7ˆÌ Ê>˜Êˆ˜VÕ`i‡L>Ãi`ÊÃÌÀ>Ìi}Þ]Ê i>`iÀÃÊ>˜`ÊvœœÌiÀÃÊ>ÀiÊi>ÃÞ°Ê̽ÃÊÌ iʓˆ``iÊ}ÀœÕ˜`ÊÌ >̽ÃÊ
“iÃÃްʘÊÌ ˆÃÊiÝ>“«i]ÊLœÌ Ê«>}iÃÊvi>ÌÕÀiÊ>Ê̈̏ip8d-:Iudahlbqhpeiaop]iloepa8+d-:—
but that title can’t fit into da]`an*dpih because the 8pepha:ʜ˜ÊLœÌ Ê«>}iÃʈÃÊ`ˆvviÀi˜Ì°ÊvÊÜiÊ
included the 8d-: in the header, we’d have to include the 8pepha:, which wouldn’t allow us to
customize it per page. See where this is going?
Django’s template-inheritance system solves these problems. You can think of it as an
ˆ˜Ãˆ`i‡œÕÌÊÛiÀȜ˜ÊœvÊÃiÀÛiÀ‡Ãˆ`iʈ˜VÕ`iðʘÃÌi>`ʜvÊ`ivˆ˜ˆ˜}ÊÌ iÊ؈««iÌÃÊÌ >ÌÊ>ÀiÊcommon,
you define the snippets that are different.
The first step is to define a base template—a skeleton of your page that child templates will
later fill in. Here’s a base template for our ongoing example:
8@K?PULADPIHLQ>HE?)++S/?++@P@DPIH0*,-++AJ:
8dpihh]jc9aj:
8da]`:
8pepha:w!^hk_gpepha!yw!aj`^hk_g!y8+pepha:
8+da]`:
8^k`u:
8d-:Iudahlbqhpeiaop]iloepa8+d-:
w!^hk_g_kjpajp!yw!aj`^hk_g!y
w!^hk_gbkkpan!y
8dn:
8l:Pd]jgobknreoepejciuoepa*8+l:
w!aj`^hk_g!y
8+^k`u:
8+dpih:

67

68

C HAPTER 4 N TEM P L A TES

This template, which we’ll call ^]oa*dpih, defines a simple HTML skeleton document
Ì >ÌÊÜi½ÊÕÃiÊvœÀÊ>ÊÌ iÊ«>}iÃʜ˜ÊÌ iÊÈÌi°Ê̽ÃÊÌ iʍœLʜvÊV ˆ`ÊÌi“«>ÌiÃÊ̜ʜÛiÀÀˆ`i]Ê>``Ê̜]ʜÀÊ
i>ÛiÊ>œ˜iÊÌ iÊVœ˜Ìi˜ÌÃʜvÊÌ iÊLœVŽÃ°Ê­vÊޜսÀiÊvœœÜˆ˜}Ê>œ˜}]ÊÃ>ÛiÊÌ ˆÃÊvˆiÊ̜ÊޜÕÀÊÌi“«>ÌiÊ
directory as ^]oa*dpih.)
7i½ÀiÊÕȘ}Ê>ÊÌi“«>ÌiÊÌ>}Ê iÀiÊÌ >ÌÊޜÕÊ >Ûi˜½ÌÊÃii˜ÊLivœÀi\ÊÌ iÊw!^hk_g!y tag. All the
w!^hk_g!y tags do is tell the template engine that a child template may override those portions of the template.
Now that we have this base template, we can modify our existing _qnnajp[`]papeia*dpih
template to use it:
w!atpaj`o^]oa*dpih!y
w!^hk_gpepha!yPda_qnnajppeiaw!aj`^hk_g!y
w!^hk_g_kjpajp!y
8l:Epeojksww_qnnajp[`]payy*8+l:
w!aj`^hk_g!y
7 ˆiÊÜi½ÀiÊ>ÌʈÌ]ʏi̽ÃÊVÀi>ÌiÊ>ÊÌi“«>ÌiÊvœÀÊÌ iÊdkqno[]da]` viewÊvÀœ“Ê >«ÌiÀÊΰʭvÊޜսÀiÊ
following along with code, we’ll leave it up to you to change dkqno[]da]` to use the template
system instead of hard-coded HTML.) Here’s what that could look like:
w!atpaj`o^]oa*dpih!y
w!^hk_gpepha!yBqpqnapeiaw!aj`^hk_g!y
w!^hk_g_kjpajp!y
8l:Ejwwdkqn[kbboapyydkqn$o%(epsehh^awwjatp[peiayy*8+l:
w!aj`^hk_g!y
ؽÌÊÌ ˆÃÊLi>ṎvՏ¶Ê >V ÊÌi“«>ÌiÊVœ˜Ì>ˆ˜Ãʜ˜ÞÊÌ iÊVœ`iÊÌ >̽ÃÊunique to that template.
œÊÀi`՘`>˜VÞʘii`i`°ÊvÊޜÕʘii`Ê̜ʓ>ŽiÊ>ÊÈÌi܈`iÊ`iÈ}˜ÊV >˜}i]ʍÕÃÌʓ>ŽiÊÌ iÊV >˜}iÊ̜Ê
^]oa*dpih, and all of the other templates will immediately reflect the change.
iÀi½ÃÊ œÜʈÌÊܜÀŽÃ°Ê7 i˜ÊޜÕʏœ>`ÊÌ iÊÌi“«>ÌiÊ_qnnajp[`]papeia*dpih, the template
engine sees the w!atpaj`o!y tag, noting that this template is a child template. The engine
immediately loads the parent template—in this case, ^]oa*dpih.
At that point, the template engine notices the three w!^hk_g!y tags in ^]oa*dpih and
replaces those blocks with the contents of the child template. So, the title we’ve defined in w!
^hk_gpepha!y will be used, as will the w!^hk_g_kjpajp!y.
Note that since the child template doesn’t define the bkkpan block, the template system
uses the value from the parent template instead. Content within a w!^hk_g!y tag in a parent
template is always used as a fallback.
˜ iÀˆÌ>˜ViÊ`œiؽÌÊ>vviVÌÊÌ iÊÌi“«>ÌiÊVœ˜ÌiÝÌ°Ê˜ÊœÌ iÀÊܜÀ`Ã]Ê>˜ÞÊÌi“«>Ìiʈ˜ÊÌ iʈ˜ iÀitance tree will have access to every one of your template variables from the context.

C H A P T E R 4 N T E M P LA T E S

You can use as many levels of inheritance as needed. One common way of using inheritance is the following three-level approach:
1. Create a ^]oa*dpih template that holds the main look and feel of your site. This is the
stuff that rarely, if ever, changes.
2. Create a ^]oa[OA?PEKJ*dpih template for each “section” of your site (e.g., ^]oa[ldkpko*
dpih and ^]oa[bknqi*dpih). These templates extend ^]oa*dpih and include sectionspecific styles/design.
3. Create individual templates for each type of page, such as a forum page or a photo gallery. These templates extend the appropriate section template.
This approach maximizes code reuse and makes it easy to add items to shared areas, such
as sectionwide navigation.
Here are some guidelines for working with template inheritance:
Ê

UÊ vÊޜÕÊÕÃiÊw!atpaj`o!y in a template, it must be the first template tag in that template. Otherwise, template inheritance won’t work.

Ê

UÊ i˜iÀ>Þ]ÊÌ iʓœÀiÊw!^hk_g!y tags in your base templates, the better. Remember,
child templates don’t have to define all parent blocks, so you can fill in reasonable
defaults in a number of blocks and then define only the ones you need in the child
Ìi“«>ÌiðÊ̽ÃÊLiÌÌiÀÊÌœÊ >ÛiʓœÀiÊ œœŽÃÊÌ >˜ÊviÜiÀÊ œœŽÃ°

Ê

UÊ vÊޜÕÊvˆ˜`ÊޜÕÀÃivÊ`Õ«ˆV>̈˜}ÊVœ`iʈ˜Ê>ʘՓLiÀʜvÊÌi“«>ÌiÃ]ʈÌÊ«ÀœL>LÞʓi>˜ÃÊޜÕÊ
should move that code to a w!^hk_g!y in a parent template.

Ê

UÊ vÊޜÕʘii`Ê̜Ê}iÌÊÌ iÊVœ˜Ìi˜ÌʜvÊÌ iÊLœVŽÊvÀœ“ÊÌ iÊ«>Ài˜ÌÊÌi“«>Ìi]ÊÕÃiÊww^hk_g*
oqlanyy, which is a “magic” variable providing the rendered text of the parent template. This is useful if you want to add to the contents of a parent block instead of
completely overriding it.

Ê

UÊ 9œÕʓ>ÞʘœÌÊ`ivˆ˜iʓՏ̈«iÊw!^hk_g!y tags with the same name in the same template. This limitation exists because a block tag works in both directions. That is, a
block tag doesn’t just provide a hole to fill; it also defines the content that fills the hole
in the parent°ÊvÊÌ iÀiÊÜiÀiÊÌܜÊȓˆ>ÀÞʘ>“i`Êw!^hk_g!y tags in a template, that
template’s parent wouldn’t know which one of the blocks’ content to use.

Ê

UÊ / iÊÌi“«>Ìiʘ>“iÊޜÕÊ«>ÃÃÊ̜Êw!atpaj`o!y is loaded using the same method that
cap[pailh]pa$% uses. That is, the template name is appended to your PAILH=PA[@ENO
setting.

Ê

UÊ ˜Ê“œÃÌÊV>ÃiÃ]ÊÌ iÊ>À}Փi˜ÌÊ̜Êw!atpaj`o!y will be a string, but it can be a variable if
you don’t know the name of the parent template until runtime. This lets you do some
cool, dynamic stuff.

69

70

C HAPTER 4 N TEM P L A TES

What's Next?
9œÕʘœÜÊ >ÛiÊÌ iÊL>ÈVÃʜvÊ >˜}œ½ÃÊÌi“«>ÌiÊÃÞÃÌi“Ê՘`iÀÊޜÕÀÊLiÌ°Ê7 >̽ÃʘiÝ̶
>˜Þʓœ`iÀ˜Ê7iLÊÈÌiÃÊ>ÀiÊdatabase-driven\ÊÌ iÊVœ˜Ìi˜ÌʜvÊÌ iÊ7iLÊÈÌiʈÃÊÃ̜Ài`ʈ˜Ê>Ê
relational database. This allows a clean separation of data and logic (in the same way views
and templates allow the separation of logic and display).
The next chapter covers the tools Django gives you to interact with a database.

C HAPTER

5

Models
I

n Chapter 3, we covered the fundamentals of building dynamic Web sites with Django: setting up views and URLconfs. As we explained, a view is responsible for doing some arbitrary
logic, and then returning a response. In one of the examples, our arbitrary logic was to calculate the current date and time.
In modern Web applications, the arbitrary logic often involves interacting with a database.
Behind the scenes, a database-driven Web site connects to a database server, retrieves some
data out of it, and displays that data on a Web page. The site might also provide ways for site
visitors to populate the database on their own.
Many complex Web sites provide some combination of the two. Amazon.com, for
instance, is a great example of a database-driven site. Each product page is essentially a query
into Amazon’s product database formatted as HTML, and when you post a customer review, it
gets inserted into the database of reviews.
Django is well suited for making database-driven Web sites because it comes with easy yet
powerful tools for performing database queries using Python. This chapter explains that functionality: Django’s database layer.

NNote While it’s not strictly necessary to know basic relational database theory and SQL in order to use
Django’s database layer, it’s highly recommended. An introduction to those concepts is beyond the scope
of this book, but keep reading even if you’re a database newbie. You’ll probably be able to follow along and
grasp concepts based on the context.)

The “Dumb” Way to Do Database Queries in Views
Just as Chapter 3 detailed a “dumb” way to produce output within a view (by hard-coding the
text directly within the view), there’s a “dumb” way to retrieve data from a database in a view.
It’s simple: just use any existing Python library to execute an SQL query and do something
with the results.

71

72

C HAPTER 5 N MODEL S

In this example view, we use the IuOMH`^ library (available via dppl6++sss*`f]jcklnkfa_p*
_ki+n+lupdkj)iuomh+) to connect to a MySQL database, retrieve some records, and feed them
to a template for display as a Web page:
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
eilknpIuOMH`^
`ab^kkg[heop$namqaop%6
`^9IuOMH`^*_kjja_p$qoan9#ia#(`^9#iu`^#(l]oos`9#oa_nap#(dkop9#hk_]hdkop#%
_qnokn9`^*_qnokn$%
_qnokn*ata_qpa$#OAHA?Pj]iaBNKI^kkgoKN@AN>Uj]ia#%
j]iao9WnksW,Ybknnksej_qnokn*bap_d]hh$%Y
`^*_hkoa$%
napqnjnaj`an[pk[naolkjoa$#^kkg[heop*dpih#(w#j]iao#6j]iaoy%
This approach works, but some problems should jump out at you immediately:
Ê

UÊ 7i½ÀiÊ >À`‡Vœ`ˆ˜}ÊÌ iÊ`>Ì>L>ÃiÊVœ˜˜iV̈œ˜Ê«>À>“iÌiÀðÊ`i>Þ]ÊÌ iÃiÊ«>À>“iÌiÀÃÊ
would be stored in the Django configuration.

Ê

UÊ 7i½ÀiÊ >ۈ˜}Ê̜ÊÜÀˆÌiÊ>Êv>ˆÀÊLˆÌʜvÊLœˆiÀ«>ÌiÊVœ`i\ÊVÀi>̈˜}Ê>ÊVœ˜˜iV̈œ˜]ÊVÀi>̈˜}Ê>Ê
cursor, executing a statement, and closing the connection. Ideally, all we’d have to do
is specify which results we want.

Ê

UÊ ÌÊ̈iÃÊÕÃÊ̜ÊÞ-+°Êv]Ê`œÜ˜ÊÌ iÊÀœ>`]ÊÜiÊÃ܈ÌV ÊvÀœ“ÊÞ-+Ê̜Ê*œÃÌ}Ài-+]ÊÜi½Ê >ÛiÊ
to use a different database adapter (e.g., lou_klc rather than IuOMH`^), alter the connection parameters, and—depending on the nature of the SQL statement—possibly
rewrite the SQL. Ideally, the database server we’re using would be abstracted, so that
a database server change could be made in a single place. (This feature is particularly
useful if you’re building an open source Django application that you want to be used
by as many people as possible.)

As you might expect, Django’s database layer aims to solve these problems. Here’s a sneak
preview of how the previous view can be rewritten using Django’s database API:
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg
`ab^kkg[heop$namqaop%6
^kkgo9>kkg*k^fa_po*kn`an[^u$#j]ia#%
napqnjnaj`an[pk[naolkjoa$#^kkg[heop*dpih#(w#^kkgo#6^kkgoy%
We’ll explain this code a little later in the chapter. For now, just get a feel for how it looks.

The MTV (or MVC) Development Pattern
Before we delve into any more code, let’s take a moment to consider the overall design of a
database-driven Django Web application.
As we mentioned in previous chapters, Django is designed to encourage loose coupling
and strict separation between pieces of an application. If you follow this philosophy, it’s easy
to make changes to one particular piece of the application without affecting the other pieces.

C H A P T E R 5 N M O D E LS

In view functions, for instance, we discussed the importance of separating the business logic
from the presentation logic by using a template system. With the database layer, we’re applying that same philosophy to data access logic.
Those three pieces together—data access logic, business logic, and presentation logic—
comprise a concept that’s sometimes called the Model-View-Controller (MVC) pattern of
software architecture. In this pattern, “Model” refers to the data access layer, “View” refers to
the part of the system that selects what to display and how to display it, and “Controller” refers
to the part of the system that decides which view to use, depending on user input, accessing
the model as needed.

WHY THE ACRONYM?
The goal of explicitly defining patterns such as MVC is mostly to streamline communication among developers. Instead of having to tell your coworkers, “Let’s make an abstraction of the data access, then let’s have a
separate layer that handles data display, and let’s put a layer in the middle that regulates this,” you can take
advantage of a shared vocabulary and say, “Let’s use the MVC pattern here.”

Django follows this MVC pattern closely enough that it can be called an MVC framework.
Here’s roughly how the M, V, and C break down in Django:
Ê

UÊ M, the data-access portion, is handled by Django’s database layer, which is described
in this chapter.

Ê

UÊ V, the portion that selects which data to display and how to display it, is handled by
views and templates.

Ê

UÊ C, the portion that delegates to a view depending on user input, is handled by the
framework itself by following your URLconf and calling the appropriate Python function for the given URL.

Because the “C” is handled by the framework itself and most of the excitement in Django
happens in models, templates, and views, Django has been referred to as an MTV framework.
In the MTV development pattern,
Ê

UÊ M stands for “Model,” the data access layer. This layer contains anything and everything about the data: how to access it, how to validate it, which behaviors it has, and
the relationships between the data.

Ê

UÊ T stands for “Template,” the presentation layer. This layer contains presentationrelated decisions: how something should be displayed on a Web page or other type of
document.

Ê

UÊ V stands for “View,” the business logic layer. This layer contains the logic that accesses
the model and defers to the appropriate template(s). You can think of it as the bridge
between models and templates.

If you’re familiar with other MVC Web-development frameworks, such as Ruby on
Rails, you may consider Django views to be the “controllers” and Django templates to be the
“views.” This is an unfortunate confusion brought about by differing interpretations of MVC.

73

74

C HAPTER 5 N MODEL S

In Django’s interpretation of MVC, the “view” describes the data that gets presented to the
user; it’s not necessarily just how the data looks, but which data is presented. In contrast, Ruby
on Rails and similar frameworks suggest that the controller’s job includes deciding which data
gets presented to the user, whereas the view is strictly how the data looks, not which data is
presented.
Neither interpretation is more “correct” than the other. The important thing is to understand the underlying concepts.

Configuring the Database
With all of that philosophy in mind, let’s start exploring Django’s database layer. First, we need
to take care of some initial configuration; we need to tell Django which database server to use
and how to connect to it.
We’ll assume you’ve set up a database server, activated it, and created a database within
it (e.g., using a ?NA=PA@=P=>=OA statement). If you’re using SQLite, no such setup is required
because SQLite uses standalone files on the filesystem to store its data.
As with PAILH=PA[@ENO in the previous chapter, database configuration lives in the Django
settings file, called oappejco*lu by default. Edit that file and look for the database settings:
@=P=>=OA[AJCEJA9##
@=P=>=OA[J=IA9##
@=P=>=OA[QOAN9##
@=P=>=OA[L=OOSKN@9##
@=P=>=OA[DKOP9##
@=P=>=OA[LKNP9##
Here’s a rundown of each setting.
Ê

UÊ @=P=>=OA[AJCEJA tells Django which database engine to use. If you’re using a database
with Django, @=P=>=OA[AJCEJA must be set to one of the strings shown in Table 5-1.
Table 5-1. Database Engine Settings

Setting

Database

Required Adapter

lkopcnaomh

PostgreSQL

lou_klc version 1.x, dppl6++sss*`f]jcklnkfa_p*
_ki+n+lupdkj)lcomh+-+.

lkopcnaomh[lou_klc.

PostgreSQL

lou_klc version 2.x, dppl6++sss*`f]jcklnkfa_p*
_ki+n+lupdkj)lcomh+.

iuomh

MySQL

IuOMH`^, dppl6++sss*`f]jcklnkfa_p*_ki+n+
lupdkj)iuomh+.

omhepa/

SQLite

No adapter needed if using Python 2.5+. Otherwise,
luomhepa, dppl6++sss*`f]jcklnkfa_p*_ki+n+
lupdkj)omhepa+.

kn]_ha

Oracle

_t[Kn]_ha, dppl6++sss*`f]jcklnkfa_p*_ki+n+
lupdkj)kn]_ha+.

C H A P T E R 5 N M O D E LS

Ê

UÊ

œÌiÊÌ >ÌÊvœÀÊÜ ˆV iÛiÀÊ`>Ì>L>ÃiÊL>VŽ‡i˜`ÊޜÕÊÕÃi]ÊޜսÊ˜ii`Ê̜Ê`œÜ˜œ>`Ê>˜`Ê
install the appropriate database adapter. Each one is available for free on the Web; just
follow the links in the “Required Adapter” column in Table 5-1. If you’re on Linux, your
distribution’s package-management system might offer convenient packages. (Look
for packages called lupdkj)lkopcnaomh or lupdkj)lou_klc.) For example:
@=P=>=OA[AJCEJA9#lkopcnaomh[lou_klc.#

Ê

UÊ @=P=>=OA[J=IA tells Django the name of your database. For example:
@=P=>=OA[J=IA9#iu`^#
If you’re using SQLite, specify the full filesystem path to the database file on your
filesystem. For example:
@=P=>=OA[J=IA9#+dkia+`f]jck+iu`]p]*`^#
As for where to put that SQLite database, we’re using the +dkia+`f]jck directory in
this example, but you should pick a directory that works best for you.

Ê

UÊ @=P=>=OA[QOAN tells Django which username to use when connecting to your database.
If you’re using SQLite, leave this blank.

Ê

UÊ @=P=>=OA[L=OOSKN@ tells Django which password to use when connecting to your
database. If you’re using SQLite or have an empty password, leave this blank.

Ê

UÊ @=P=>=OA[DKOP tells Django which host to use when connecting to your database.
If your database is on the same computer as your Django installation (i.e., localhost),
leave this blank. If you’re using SQLite, leave this blank.
MySQL is a special case here. If this value starts with a forward slash (#+#) and you’re
using MySQL, MySQL will connect via a Unix socket to the specified socket, for
example:
@=P=>=OA[DKOP9#+r]n+nqj+iuomh#

Once you’ve entered those settings and saved oappejco*lu, it’s a good idea to test your
configuration. To do this, run lupdkji]j]ca*luodahh, as in the last chapter, from within the
iuoepa project directory. (As discussed in the previous chapter, i]j]ca*luodahh is a way to run
the Python interpreter with the correct Django settings activated. This is necessary in our case
because Django needs to know which settings file to use in order to get your database connection information.)
In the shell, type these commands to test your database configuration:
:::bnki`f]jck*`^eilknp_kjja_pekj
:::_qnokn9_kjja_pekj*_qnokn$%
If nothing happens, then your database is configured properly. Otherwise, check the error
message for clues about what’s wrong. Table 5-2 shows some common errors.

75

76

C HAPTER 5 N MODEL S

Table 5-2. Database Configuration Error Messages

Error Message

Solution

You haven’t set the
@=P=>=OA[AJCEJA setting yet.

Set the @=P=>=OA[AJCEJA setting to something other
than an empty string. Valid values are shown in
Table 5-1.

Environment variable

Run the command lupdkji]j]ca*luodahh rather
than lupdkj.

@F=JCK[OAPPEJCO[IK@QHA is undefined.
Error loading _____ module:
No module named _____.

You haven’t installed the appropriate databasespecific adapter (e.g., lou_klc or IuOMH`^). Adapters
are not bundled with Django, so it’s your responsibility to download and install them on your own.

_____ isn’t an available database back-end.

Set your @=P=>=OA[AJCEJA setting to one of the valid
engine settings described previously. Perhaps you
made a typo?

Database _____ does not exist

Change the @=P=>=OA[J=IA setting to point to a
database that exists, or execute the appropriate
?NA=PA@=P=>=OA statement in order to create it.

Role _____ does not exist

Change the @=P=>=OA[QOAN setting to point to a user
that exists, or create the user in your database.

Could not connect to server

Make sure @=P=>=OA[DKOP and @=P=>=OA[LKNP are
set correctly, and make sure the database server is
running.

Your First App
Now that you’ve verified the connection is working, it’s time to create a Django app—a bundle
of Django code, including models and views, that lives together in a single Python package and
represents a full Django application.
It’s worth explaining the terminology here, because this tends to trip up beginners. We
already created a project in Chapter 2, so what’s the difference between a project and an app?
The difference is that of configuration vs. code:
Ê

UÊ Ê«ÀœiVÌ is an instance of a certain set of Django apps, plus the configuration for
those apps.

Ê

UÊ /iV ˜ˆV>Þ]ÊÌ iʜ˜ÞÊÀiµÕˆÀi“i˜ÌʜvÊ>Ê«ÀœiVÌʈÃÊÌ >ÌʈÌÊÃÕ««ˆiÃÊ>ÊÃiÌ̈˜}ÃÊvˆi]ÊÜ ˆV Ê
defines the database connection information, the list of installed apps, the PAILH=PA[
@ENO, and so forth.

Ê

UÊ ˜Ê>««ÊˆÃÊ>Ê«œÀÌ>LiÊÃiÌʜvÊ >˜}œÊv՘V̈œ˜>ˆÌÞ]ÊÕÃÕ>Þʈ˜VÕ`ˆ˜}ʓœ`iÃÊ>˜`ÊۈiÜÃ]Ê
that lives together in a single Python package.

Ê

UÊ œÀÊiÝ>“«i]Ê >˜}œÊVœ“iÃÊÜˆÌ Ê>ʘՓLiÀʜvÊ>««Ã, such as a commenting system and
an automatic admin interface. A key thing to note about these apps is that they’re portable and reusable across multiple projects.

C H A P T E R 5 N M O D E LS

There are very few hard-and-fast rules about how you fit your Django code into this
scheme. If you’re building a simple Web site, you may use only a single app. If you’re building
a complex Web site with several unrelated pieces such as an e-commerce system and a message board, you’ll probably want to split those into separate apps so that you’ll be able to reuse
them individually in the future.
Indeed, you don’t necessarily need to create apps at all, as evidenced by the example
view functions we’ve created so far in this book. In those cases, we simply created a file called
reaso*lu, filled it with view functions, and pointed our URLconf at those functions. No “apps”
were needed.
However, there’s one requirement regarding the app convention: if you’re using Django’s
database layer (models), you must create a Django app. Models must live within apps. Thus, in
order to start writing our models, we’ll need to create a new app.
Within the iuoepa project directory, type this command to create a ^kkgo app:
lupdkji]j]ca*luop]np]ll^kkgo
This command does not produce any output, but it does create a ^kkgo directory within
the iuoepa directory. Let’s look at the contents of that directory:
^kkgo+
[[ejep[[*lu
ik`aho*lu
paopo*lu
reaso*lu
These files will contain the models and views for this app.
Have a look at ik`aho*lu and reaso*lu in your favorite text editor. Both files are empty,
except for comments and an import in ik`aho*lu. This is the blank slate for your Django app.

Defining Models in Python
As we discussed earlier in this chapter, the “M” in “MTV” stands for “Model.” A Django model
is a description of the data in your database, represented as Python code. It’s your data layout—the equivalent of your SQL ?NA=PAP=>HA statements—except it’s in Python instead of
SQL, and it includes more than just database column definitions. Django uses a model to execute SQL code behind the scenes and return convenient Python data structures representing
the rows in your database tables. Django also uses models to represent higher-level concepts
that SQL can’t necessarily handle.
If you’re familiar with databases, your immediate thought might be, “Isn’t it redundant
to define data models in Python instead of in SQL?” Django works the way it does for several
reasons:

77

78

C HAPTER 5 N MODEL S

Ê

UÊ ˜ÌÀœÃ«iV̈œ˜ÊÀiµÕˆÀiÃʜÛiÀ i>`Ê>˜`ʈÃʈ“«iÀviV̰ʘʜÀ`iÀÊ̜ʫÀœÛˆ`iÊVœ˜Ûi˜ˆi˜ÌÊ
data-access APIs, Django needs to know the database layout somehow, and there
are two ways of accomplishing this. The first way is to explicitly describe the data in
Python, and the second way is to introspect the database at runtime to determine the
data models.

Ê

UÊ / ˆÃÊÃiVœ˜`ÊÜ>ÞÊÃii“ÃÊVi>˜iÀ]ÊLiV>ÕÃiÊÌ iʓiÌ>`>Ì>Ê>LœÕÌÊޜÕÀÊÌ>LiÃʏˆÛiÃʈ˜Êœ˜ÞÊ
one place, but it introduces a few problems. First, introspecting a database at runtime
obviously requires overhead. If the framework had to introspect the database each time
it processed a request, or even only when the Web server was initialized, this would
incur an unacceptable level of overhead. (While some believe that level of overhead is
acceptable, Django’s developers aim to trim as much framework overhead as possible.)
Second, some databases, notably older versions of MySQL, do not store sufficient
metadata for accurate and complete introspection.

Ê

UÊ 7ÀˆÌˆ˜}Ê*ÞÌ œ˜ÊˆÃÊv՘]Ê>˜`ʎii«ˆ˜}ÊiÛiÀÞÌ ˆ˜}ʈ˜Ê*ÞÌ œ˜Êˆ“ˆÌÃÊÌ iʘՓLiÀʜvÊ̈“iÃÊ
your brain has to do a “context switch.” It helps productivity if you keep yourself in a
single programming environment/mentality for as long as possible. Having to write
SQL, then Python, and then SQL again is disruptive.

Ê

UÊ >ۈ˜}Ê`>Ì>ʓœ`iÃÊÃ̜Ài`Ê>ÃÊVœ`iÊÀ>Ì iÀÊÌ >˜Êˆ˜ÊޜÕÀÊ`>Ì>L>Ãiʓ>ŽiÃʈÌÊi>ÈiÀÊ̜ʎii«Ê
your models under version control. This way, you can easily keep track of changes to
your data layouts.

Ê

UÊ -+Ê>œÜÃÊvœÀʜ˜ÞÊ>ÊViÀÌ>ˆ˜ÊiÛiÊœvʓiÌ>`>Ì>Ê>LœÕÌÊ>Ê`>Ì>ʏ>ޜÕÌ°ÊœÃÌÊ`>Ì>L>ÃiÊ
systems, for example, do not provide a specialized data type for representing e-mail
addresses or URLs. Django models do. The advantage of higher-level data types is
higher productivity and more reusable code.

Ê

UÊ -+ʈÃʈ˜Vœ˜ÃˆÃÌi˜ÌÊ>VÀœÃÃÊ`>Ì>L>ÃiÊ«>ÌvœÀ“ðÊvÊޜսÀiÊ`ˆÃÌÀˆLṎ˜}Ê>Ê7iLÊ>««ˆV>̈œ˜]Ê
for example, it’s much more pragmatic to distribute a Python module that describes
your data layout than separate sets of ?NA=PAP=>HA statements for MySQL, PostgreSQL,
and SQLite.

A drawback of this approach, however, is that it’s possible for the Python code to get out
of sync with what’s actually in the database. If you make changes to a Django model, you’ll
need to make the same changes inside your database to keep your database consistent with
the model. We’ll discuss some strategies for handling this problem later in this chapter.
Finally, we should note that Django includes a utility that can generate models by introspecting an existing database. This is useful for quickly getting up and running with legacy
data. We’ll cover this in Chapter 18.

Your First Model
As an ongoing example in this chapter and the next chapter, we’ll focus on a basic book/
author/publisher data layout. We use this as our example because the conceptual relationships between books, authors, and publishers are well known, and this is a common data
layout used in introductory SQL textbooks. You’re also reading a book that was written by
authors and produced by a publisher!

C H A P T E R 5 N M O D E LS

We’ll suppose the following concepts, fields, and relationships:
Ê

UÊ ˜Ê>ÕÌ œÀÊ >ÃÊ>ÊvˆÀÃÌʘ>“i]Ê>ʏ>ÃÌʘ>“i]Ê>˜`Ê>˜Êi‡“>ˆÊ>``ÀiÃð

Ê

UÊ Ê«ÕLˆÃ iÀÊ >ÃÊ>ʘ>“i]Ê>ÊÃÌÀiiÌÊ>``ÀiÃÃ]Ê>ÊVˆÌÞ]Ê>ÊÃÌ>ÌiÉ«ÀœÛˆ˜Vi]Ê>ÊVœÕ˜ÌÀÞ]Ê>˜`Ê>Ê
Web site.

Ê

UÊ ÊLœœŽÊ >ÃÊ>Ê̈̏iÊ>˜`Ê>Ê«ÕLˆV>̈œ˜Ê`>Ìi°ÊÌÊ>ÃœÊ >Ãʜ˜iʜÀʓœÀiÊ>ÕÌ œÀÃÊ­>ʓ>˜Þ‡
to-many relationship with authors) and a single publisher (a one-to-many relationship—
aka foreign key—to publishers).

The first step in using this database layout with Django is to express it as Python code. In
the ik`aho*lu file that was created by the op]np]ll command, enter the following:
bnki`f]jck*`^eilknpik`aho
_h]ooLq^heodan$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
]``naoo9ik`aho*?d]nBeah`$i]t[hajcpd91,%
_epu9ik`aho*?d]nBeah`$i]t[hajcpd92,%
op]pa[lnkrej_a9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
_kqjpnu9ik`aho*?d]nBeah`$i]t[hajcpd91,%
sa^oepa9ik`aho*QNHBeah`$%
_h]oo=qpdkn$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd90,%
ai]eh9ik`aho*Ai]ehBeah`$%
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
lq^heodan9ik`aho*BknaecjGau$Lq^heodan%
lq^he_]pekj[`]pa9ik`aho*@]paBeah`$%
Let’s quickly examine this code to cover the basics. The first thing to notice is that each
model is represented by a Python class that is a subclass of `f]jck*`^*ik`aho*Ik`ah. The
parent class, Ik`ah, contains all the machinery necessary to make these objects capable of
interacting with a database—and that leaves our models responsible solely for defining their
fields, in a nice and compact syntax. Believe it or not, this is all the code we need to write to
have basic data access with Django.
Each model generally corresponds to a single database table, and each attribute on a
model generally corresponds to a column in that database table. The attribute name corresponds to the column’s name, and the type of field (e.g., ?d]nBeah`) corresponds to the
database column type (e.g., r]n_d]n). For example, the Lq^heodan model is equivalent to the
following table (assuming PostgreSQL ?NA=PAP=>HA syntax):

79

80

C HAPTER 5 N MODEL S

?NA=PAP=>HA^kkgo[lq^heodan$
e`oane]hJKPJQHHLNEI=NUGAU(
j]iar]n_d]n$/,%JKPJQHH(
]``naoor]n_d]n$1,%JKPJQHH(
_epur]n_d]n$2,%JKPJQHH(
op]pa[lnkrej_ar]n_d]n$/,%JKPJQHH(
_kqjpnur]n_d]n$1,%JKPJQHH(
sa^oepar]n_d]n$.,,%JKPJQHH
%7
Indeed, Django can generate that ?NA=PAP=>HA statement automatically, as we’ll show
you in a moment.
The exception to the one-class-per-database-table rule is the case of many-to-many relationships. In our example models, >kkg has a I]juPkI]juBeah` called ]qpdkno. This designates
that a book has one or many authors, but the >kkg database table doesn’t get an ]qpdkno column. Rather, Django creates an additional table—a many-to-many “join table”—that handles
the mapping of books to authors.
For a full list of field types and model syntax options, see Appendix B.
Finally, note we haven’t explicitly defined a primary key in any of these models. Unless you
instruct it otherwise, Django automatically gives every model an autoincrementing integer primary key field called e`. Each Django model is required to have a single-column primary key.

Installing the Model
We’ve written the code; now let’s create the tables in our database. In order to do that, the first
step is to activate these models in our Django project. We do that by adding the ^kkgo app to
the list of “installed apps” in the settings file.
Edit the oappejco*lu file again, and look for the EJOP=HHA@[=LLO setting. EJOP=HHA@[=LLO
tells Django which apps are activated for a given project. By default, it looks something like this:
EJOP=HHA@[=LLO9$
#`f]jck*_kjpne^*]qpd#(
#`f]jck*_kjpne^*_kjpajppulao#(
#`f]jck*_kjpne^*oaooekjo#(
#`f]jck*_kjpne^*oepao#(
%
Temporarily comment out all four of those strings by putting a hash character () in front
of them. (They’re included by default as a common-case convenience, but we’ll activate and
discuss them in subsequent chapters.) While you’re at it, comment out the default IE@@HAS=NA[
?H=OOAO setting, too; the default values in IE@@HAS=NA[?H=OOAO depend on some of the apps we
just commented out. Then, add #iuoepa*^kkgo# to the EJOP=HHA@[=LLO list, so the setting ends
up looking like this:
IE@@HAS=NA[?H=OOAO9$
#`f]jck*ie``has]na*_kiikj*?kiikjIe``has]na#(
#`f]jck*_kjpne^*oaooekjo*ie``has]na*OaooekjIe``has]na#(
#`f]jck*_kjpne^*]qpd*ie``has]na*=qpdajpe_]pekjIe``has]na#(
%

C H A P T E R 5 N M O D E LS

EJOP=HHA@[=LLO9$
#`f]jck*_kjpne^*]qpd#(
#`f]jck*_kjpne^*_kjpajppulao#(
#`f]jck*_kjpne^*oaooekjo#(
#`f]jck*_kjpne^*oepao#(
#iuoepa*^kkgo#(
%
As discussed in the last chapter, when you set PAILH=PA[@ENO, be sure to include the trailing comma in EJOP=HHA@[=LLO because it’s a single-element tuple. By the way, this book’s
authors prefer to put a comma after every element of a tuple, regardless of whether the tuple
has only a single element. This avoids the issue of forgetting commas, and there’s no penalty
for using that extra comma.
#iuoepa*^kkgo# refers to the ^kkgo app we’re working on. Each app in EJOP=HHA@[=LLO is
represented by its full Python path—that is, the path of packages, separated by dots, leading to
the app package.
Now that the Django app has been activated in the settings file, we can create the database tables in our database. First, let’s validate the models by running this command:
lupdkji]j]ca*lur]he`]pa
The r]he`]pa command checks whether your models’ syntax and logic are correct. If all
is well, you’ll see the message ,annknobkqj`. If you don’t, make sure you typed in the model
code correctly. The error output should give you helpful information about what was wrong
with the code.
Any time you think you have problems with your models, run lupdkji]j]ca*lur]he`]pa.
It tends to catch all the common model problems.
If your models are valid, run the following command for Django to generate ?NA=PAP=>HA
statements for your models in the ^kkgo app (with colorful syntax highlighting available, if
you’re using Unix):
lupdkji]j]ca*luomh]hh^kkgo
In this command, ^kkgo is the name of the app. It’s what you specified when you ran
the command i]j]ca*luop]np]ll. When you run the command, you should see something
like this:
>ACEJ7
?NA=PAP=>HA^kkgo[lq^heodan$
e`oane]hJKPJQHHLNEI=NUGAU(
j]iar]n_d]n$/,%JKPJQHH(
]``naoor]n_d]n$1,%JKPJQHH(
_epur]n_d]n$2,%JKPJQHH(
op]pa[lnkrej_ar]n_d]n$/,%JKPJQHH(
_kqjpnur]n_d]n$1,%JKPJQHH(
sa^oepar]n_d]n$.,,%JKPJQHH
%
7

81

82

C HAPTER 5 N MODEL S

?NA=PAP=>HA^kkgo[]qpdkn$
e`oane]hJKPJQHHLNEI=NUGAU(
benop[j]iar]n_d]n$/,%JKPJQHH(
h]op[j]iar]n_d]n$0,%JKPJQHH(
ai]ehr]n_d]n$31%JKPJQHH
%
7
?NA=PAP=>HA^kkgo[^kkg$
e`oane]hJKPJQHHLNEI=NUGAU(
pephar]n_d]n$-,,%JKPJQHH(
lq^heodan[e`ejpacanJKPJQHHNABANAJ?AO^kkgo[lq^heodan$e`%
@ABANN=>HAEJEPE=HHU@ABANNA@(
lq^he_]pekj[`]pa`]paJKPJQHH
%
7
?NA=PAP=>HA^kkgo[^kkg[]qpdkno$
e`oane]hJKPJQHHLNEI=NUGAU(
^kkg[e`ejpacanJKPJQHHNABANAJ?AO^kkgo[^kkg$e`%
@ABANN=>HAEJEPE=HHU@ABANNA@(
]qpdkn[e`ejpacanJKPJQHHNABANAJ?AO^kkgo[]qpdkn$e`%
@ABANN=>HAEJEPE=HHU@ABANNA@(
QJEMQA$^kkg[e`(]qpdkn[e`%
%
7
?NA=PAEJ@AT^kkgo[^kkg[lq^heodan[e`KJ^kkgo[^kkg$lq^heodan[e`%7
?KIIEP7
Note the following:
Ê

UÊ />Liʘ>“ià are automatically generated by combining the name of the app (^kkgo)
and the lowercase name of the model (Lq^heodan, >kkg, and =qpdkn). You can override
this behavior, as detailed in Appendix B.

Ê

UÊ ÃÊÜiʓi˜Ìˆœ˜i`Êi>ÀˆiÀ]Ê >˜}œÊ>``ÃÊ>Ê«Àˆ“>ÀÞʎiÞÊvœÀÊi>V ÊÌ>LiÊ>Õ̜“>̈V>ÞpÌ iÊ
e` fields. You can override this, too.

Ê

UÊ

Ê

UÊ / iÊvœÀiˆ}˜ÊŽiÞÊÀi>̈œ˜Ã ˆ«ÊˆÃʓ>`iÊiÝ«ˆVˆÌÊLÞÊ>ÊNABANAJ?AO statement.

Ê

UÊ / iÃiÊ?NA=PAP=>HA statements are tailored to the database you’re using, so databasespecific field types such as ]qpk[ej_naiajp (MySQL), oane]h (PostgreSQL), or ejpacan
lnei]nugau (SQLite) are handled for you automatically. The same goes for quoting of
column names (e.g., using double quotes or single quotes). This example output is in
PostgreSQL syntax.

ÞÊVœ˜Ûi˜Ìˆœ˜]Ê >˜}œÊ>««i˜`ÃÊ[e` to the foreign key field name. As you might have
guessed, you can override this behavior, too.

C H A P T E R 5 N M O D E LS

The omh]hh command doesn’t actually create the tables or otherwise touch your database—it just prints output to the screen so you can see what SQL Django would execute if you
asked it. If you wanted to, you could copy and paste this SQL into your database client, or use
Unix pipes to pass it directly (e.g., lupdkji]j]ca*luomh]hh^kkgoxlomhiu`^). However,
Django provides an easier way of committing the SQL to the database: the ouj_`^ command:
lupdkji]j]ca*luouj_`^
Run that command and you’ll see something like this:
?na]pejcp]^ha^kkgo[lq^heodan
?na]pejcp]^ha^kkgo[]qpdkn
?na]pejcp]^ha^kkgo[^kkg
Ejop]hhejcej`atbkn^kkgo*>kkgik`ah
The ouj_`^ command is a simple “sync” of your models to your database. It looks at all of
the models in each app in your EJOP=HHA@[=LLO setting, checks the database to see whether the
appropriate tables exist yet, and creates the tables if they don’t yet exist. Note that ouj_`^ does
not sync changes in models or deletions of models; if you make a change to a model or delete a
model, and you want to update the database, ouj_`^ will not handle that. (More on this in the
“Making Changes to a Database Schema” section toward the end of this chapter.)
If you run lupdkji]j]ca*luouj_`^ again, nothing happens, because you haven’t added
any models to the ^kkgo app or added any apps to EJOP=HHA@[=LLO. Ergo, it’s always safe to run
lupdkji]j]ca*luouj_`^—it won’t clobber things.
If you’re interested, take a moment to dive into your database server’s command-line
client and see the database tables Django created. You can manually run the command-line
client (e.g., lomh for PostgreSQL) or you can run the command lupdkji]j]ca*lu`^odahh,
which will figure out which command-line client to run, depending on your @=P=>=OA[OANRAN
setting. The latter is almost always more convenient.

Basic Data Access
Once you’ve created a model, Django automatically provides a high-level Python API for working with those models. Try it out by running lupdkji]j]ca*luodahh and typing the following:
:::bnki^kkgo*ik`ahoeilknpLq^heodan
:::l-9Lq^heodan$j]ia9#=lnaoo#(]``naoo9#.411Pahacn]ld=rajqa#(
***_epu9#>angahau#(op]pa[lnkrej_a9#?=#(_kqjpnu9#Q*O*=*#(
***sa^oepa9#dppl6++sss*]lnaoo*_ki+#%
:::l-*o]ra$%
:::l.9Lq^heodan$j]ia9K#Naehhu(]``naoo9#-,B]s_appOp*#(
***_epu9#?]i^ne`ca#(op]pa[lnkrej_a9#I=#(_kqjpnu9#Q*O*=*#(
***sa^oepa9#dppl6++sss*knaehhu*_ki+#%
:::l.*o]ra$%
:::lq^heodan[heop9Lq^heodan*k^fa_po*]hh$%
:::lq^heodan[heop
W8Lq^heodan6Lq^heodank^fa_p:(8Lq^heodan6Lq^heodank^fa_p:Y

83

84

C HAPTER 5 N MODEL S

These few lines of code accomplish quite a bit. Here are the highlights:
Ê

UÊ ˆÀÃÌ]ʈ“«œÀÌÊÌ iÊLq^heodan model class. This lets you interact with the database table
that contains publishers.

Ê

UÊ

Ê

UÊ /œÊÃ>ÛiÊÌ iʜLiVÌÊ̜ÊÌ iÊ`>Ì>L>Ãi]ÊV>ÊˆÌÃÊo]ra$% method. Behind the scenes, Django
executes an SQL EJOANP statement here.

Ê

UÊ /œÊÀiÌÀˆiÛiÊ«ÕLˆÃ iÀÃÊvÀœ“ÊÌ iÊ`>Ì>L>Ãi]ÊÕÃiÊÌ iÊ>ÌÌÀˆLÕÌiÊLq^heodan*k^fa_po, which
you can think of as a set of all publishers. Fetch a list of all Lq^heodan objects in the
database with the statement Lq^heodan*k^fa_po*]hh$%. Behind the scenes, Django
executes an SQL OAHA?P statement here.

Ài>ÌiÊ>ÊLq^heodan object by instantiating it with values for each field: j]ia, ]``naoo,
and so on.

One thing is worth mentioning, in case it wasn’t clear from this example. When you create
objects using the Django model API, Django doesn’t save the objects to the database until you
call the o]ra$% method:
l-9Lq^heodan$***%
=ppdeolkejp(l-eojkpo]ra`pkpda`]p]^]oauap
l-*o]ra$%
Jksepeo*
If you want to create an object and save it to the database in a single step, use the k^fa_po*
_na]pa$% method. This example is equivalent to the preceding example:
:::l-9Lq^heodan*k^fa_po*_na]pa$j]ia9#=lnaoo#(
***]``naoo9#.411Pahacn]ld=rajqa#(
***_epu9#>angahau#(op]pa[lnkrej_a9#?=#(_kqjpnu9#Q*O*=*#(
***sa^oepa9#dppl6++sss*]lnaoo*_ki+#%
:::l.9Lq^heodan*k^fa_po*_na]pa$j]ia9K#Naehhu(
***]``naoo9#-,B]s_appOp*#(_epu9#?]i^ne`ca#(
***op]pa[lnkrej_a9#I=#(_kqjpnu9#Q*O*=*#(
***sa^oepa9#dppl6++sss*knaehhu*_ki+#%
:::lq^heodan[heop9Lq^heodan*k^fa_po*]hh$%
:::lq^heodan[heop
Naturally, you can do quite a lot with the Django database API—but first, let’s take care of
a small annoyance.

Adding Model String Representations
When we printed out the list of publishers, all we got was this unhelpful display that makes it
difficult to tell the Lq^heodan objects apart:
W8Lq^heodan6Lq^heodank^fa_p:(8Lq^heodan6Lq^heodank^fa_p:Y

C H A P T E R 5 N M O D E LS

We can fix this easily by adding a method called [[qje_k`a[[$% to our Lq^heodan class. A
[[qje_k`a[[$% method tells Python how to display the “unicode” representation of an object.
You can see this in action by adding a [[qje_k`a[[$% method to the three models:
bnki`f]jck*`^eilknpik`aho
_h]ooLq^heodan$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
]``naoo9ik`aho*?d]nBeah`$i]t[hajcpd91,%
_epu9ik`aho*?d]nBeah`$i]t[hajcpd92,%
op]pa[lnkrej_a9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
_kqjpnu9ik`aho*?d]nBeah`$i]t[hajcpd91,%
sa^oepa9ik`aho*QNHBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*j]ia
_h]oo=qpdkn$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd90,%
ai]eh9ik`aho*Ai]ehBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjq#!o!o#!$oahb*benop[j]ia(oahb*h]op[j]ia%
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
lq^heodan9ik`aho*BknaecjGau$Lq^heodan%
lq^he_]pekj[`]pa9ik`aho*@]paBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*pepha
As you can see, a [[qje_k`a[[$% method can do whatever it needs to do in order to return
a representation of an object. Here, the [[qje_k`a[[$% methods for Lq^heodan and >kkg simply
return the object’s name and title, respectively, but the [[qje_k`a[[$% for =qpdkn is slightly
more complex: it pieces together the benop[j]ia and h]op[j]ia fields, separated by a space.
The only requirement for [[qje_k`a[[$% is that it return a Unicode object. If [[qje_k`a[[$%
doesn’t return a Unicode object—if it returns, say, an integer—Python will raise a PulaAnnkn
with a message such as _kan_ejcpkQje_k`a6jaa`opnejckn^qbban(ejpbkqj`.

85

86

C HAPTER 5 N MODEL S

UNICODE OBJECTS
What are Unicode objects?
You can think of a Unicode object as a Python string that can handle more than a million different
types of characters, from accented versions of Latin characters, to non-Latin characters, to curly quotes and
obscure symbols.
Normal Python strings are encoded, which means they use an encoding such as ASCII, ISO-8859-1, or
UTF-8. If you’re storing fancy characters (anything beyond the standard 128 ASCII characters such as 0–9
and A–Z) in a normal Python string, you have to keep track of which encoding your string is using, or else the
fancy characters might appear messed up when they’re displayed or printed. Problems occur when you have
data that’s stored in one encoding and you try to combine it with data in a different encoding, or when you
try to display it in an application that assumes a certain encoding. We’ve all seen Web pages and e-mail that
are littered with “??? ??????” or other characters in odd places; that generally suggests there’s an encoding
problem.
Unicode objects, however, have no encoding; they use a consistent, universal set of characters called,
well, Unicode. When you deal with Unicode objects in Python, you can mix and match them safely without
having to worry about encoding issues.
Django uses Unicode objects throughout the framework. Model objects are retrieved as Unicode objects,
views interact with Unicode data, and templates are rendered as Unicode. You usually won’t have to worry
about making sure that your encodings are right; things should just work.
Note that this has been a very high-level, dumbed-down overview of Unicode objects, and you owe it
to yourself to learn more about the topic. A good place to start is dppl6++sss*fkahkjokbps]na*_ki+
]npe_hao+Qje_k`a*dpih.

For the [[qje_k`a[[$% changes to take effect, exit out of the Python shell and enter it again
with lupdkji]j]ca*luodahh. (This is the simplest way to make code changes take effect.)
Now the list of Lq^heodan objects is much easier to understand:
:::bnki^kkgo*ik`ahoeilknpLq^heodan
:::lq^heodan[heop9Lq^heodan*k^fa_po*]hh$%
:::lq^heodan[heop
W8Lq^heodan6=lnaoo:(8Lq^heodan6K#Naehhu:Y
Make sure any model you define has a [[qje_k`a[[$% method—not only for your own
convenience when using the interactive interpreter, but also because Django uses the output
of [[qje_k`a[[$% in several places when it needs to display objects.
Finally, note that [[qje_k`a[[$% is a good example of adding behavior to models. A Django
model describes more than the database table layout for an object; it also describes any
functionality that an object knows how to do. [[qje_k`a[[$% is one example of such functionality—a model knows how to display itself.

Inserting and Updating Data
You’ve already seen this done: to insert a row into your database, first create an instance of
your model using keyword arguments, like so:

C H A P T E R 5 N M O D E LS

:::l9Lq^heodan$j]ia9#=lnaoo#(
***]``naoo9#.411Pahacn]ld=ra*#(
***_epu9#>angahau#(
***op]pa[lnkrej_a9#?=#(
***_kqjpnu9#Q*O*=*#(
***sa^oepa9#dppl6++sss*]lnaoo*_ki+#%
This act of instantiating a model class does not touch the database. The record isn’t saved
into the database until you call o]ra$%, like this:
:::l*o]ra$%
In SQL, this can roughly be translated into the following:
EJOANPEJPK^kkgo[lq^heodan
$j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa%
R=HQAO
$#=lnaoo#(#.411Pahacn]ld=ra*#(#>angahau#(#?=#(
#Q*O*=*#(#dppl6++sss*]lnaoo*_ki+#%7
Because the Lq^heodan model uses an autoincrementing primary key e`, the initial call to
o]ra$% does one more thing: it calculates the primary key value for the record and sets it to the
e` attribute on the instance:
:::l*e`
1.pdeosehh`ebban^]oa`kjukqnksj`]p]
Subsequent calls to o]ra$% will save the record in place, without creating a new record
(i.e., performing an SQL QL@=PA statement instead of an EJOANP):
:::l*j]ia9#=lnaooLq^heodejc#
:::l*o]ra$%
The preceding o]ra$% statement will result in roughly the following SQL:
QL@=PA^kkgo[lq^heodanOAP
j]ia9#=lnaooLq^heodejc#(
]``naoo9#.411Pahacn]ld=ra*#(
_epu9#>angahau#(
op]pa[lnkrej_a9#?=#(
_kqjpnu9#Q*O*=*#(
sa^oepa9#dppl6++sss*]lnaoo*_ki#
SDANAe`91.7
Note that all the fields will be updated, not just the ones that have been changed. Depending on your application, this may cause a race condition. See the section “Updating Multiple
Objects in One Statement” to find out how to execute this (slightly different) query:
QL@=PA^kkgo[lq^heodanOAP
j]ia9#=lnaooLq^heodejc#
SDANAe`91.7

87

88

C HAPTER 5 N MODEL S

Selecting Objects
Knowing how to create and update database records is essential, but chances are that the Web
applications you’ll build will be doing more querying of existing objects than creating new
ones. You’ve already seen a way to retrieve every record for a given model:
:::Lq^heodan*k^fa_po*]hh$%
W8Lq^heodan6=lnaoo:(8Lq^heodan6K#Naehhu:Y
This roughly translates to this SQL:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan7

NNote Django doesn’t use OAHA?P& when looking up data and instead lists all fields explicitly. This is by
design: in certain circumstances OAHA?P& can be slower, and (more important) listing fields more closely
follows one tenet of the Zen of Python: “Explicit is better than implicit.” For more on the Zen of Python, try
typing eilknppdeo at a Python prompt.

Let’s take a close look at each part of this Lq^heodan*k^fa_po*]hh$% line:
Ê

UÊ ˆÀÃÌ]ÊÜiÊ >ÛiÊÌ iʓœ`iÊÜiÊ`ivˆ˜i`]ÊLq^heodan. No surprise here: when you want to
look up data, you use the model for that data.

Ê

UÊ

Ê

UÊ Ê“œ`iÃÊ>Õ̜“>̈V>ÞÊ}iÌÊ>˜Êk^fa_po manager; you’ll use it any time you want to
look up model instances.

Ê

UÊ ˆ˜>Þ]ÊÜiÊ >ÛiÊ]hh$%. This is a method on the k^fa_po manager that returns all the
rows in the database. Though this object looks like a list, it’s actually a MqanuOap—an
object that represents a specific set of rows from the database. Appendix C deals with
MqanuOaps in detail. For the rest of this chapter, we’ll just treat them like the lists they
emulate.

iÝÌ]ÊÜiÊ >ÛiÊÌ iÊk^fa_po attribute, which is called a manager. Managers are discussed
in detail in Chapter 10. For now, all you need to know is that managers take care of all
“table-level” operations on data including, most important, data lookup.

Any database lookup is going to follow this general pattern—we’ll call methods on the
manager attached to the model we want to query against.

Filtering Data
Naturally, it’s rare to want to select everything from a database at once; in most cases, you’ll
want to deal with a subset of your data. In the Django API, you can filter your data using the
behpan$% method:
:::Lq^heodan*k^fa_po*behpan$j]ia9#=lnaoo#%
W8Lq^heodan6=lnaoo:Y

C H A P T E R 5 N M O D E LS

behpan$% takes keyword arguments that get translated into the appropriate SQL SDANA
clauses. The preceding example would get translated into something like this:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
SDANAj]ia9#=lnaoo#7
You can pass multiple arguments into behpan$% to narrow down things further:
:::Lq^heodan*k^fa_po*behpan$_kqjpnu9Q*O*=*(op]pa[lnkrej_a9?=%
W8Lq^heodan6=lnaoo:Y
Those multiple arguments get translated into SQL =J@ clauses. Thus, the example in the
code snippet translates into the following:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
SDANA_kqjpnu9#Q*O*=*#
=J@op]pa[lnkrej_a9#?=#7
Notice that by default the lookups use the SQL 9 operator to do exact match lookups.
Other lookup types are available:
:::Lq^heodan*k^fa_po*behpan$j]ia[[_kjp]ejo9lnaoo%
W8Lq^heodan6=lnaoo:Y
That’s a double underscore there between j]ia and _kjp]ejo. Like Python itself, Django
uses the double underscore to signal that something “magic” is happening—here, the
[[_kjp]ejo part gets translated by Django into an SQL HEGA statement:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
SDANAj]iaHEGA#!lnaoo!#7
Many other types of lookups are available, including e_kjp]ejo (case-insensitive HEGA),
op]nposepd and aj`osepd, and n]jca (SQL >APSAAJ queries). Appendix C describes all of these
lookup types in detail.

Retrieving Single Objects
The previous behpan$% examples all returned a MqanuOap, which you can treat like a list. Sometimes it’s more convenient to fetch only a single object instead of a list. That’s what the cap$%
method is for:
:::Lq^heodan*k^fa_po*cap$j]ia9=lnaoo%
8Lq^heodan6=lnaoo:
Instead of a list (rather, MqanuOap), only a single object is returned. Because of that, a query
resulting in multiple objects will cause an exception:

89

90

C HAPTER 5 N MODEL S

:::Lq^heodan*k^fa_po*cap$_kqjpnu9Q*O*=*%
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
***
IqhpelhaK^fa_poNapqnja`6cap$%napqnja`iknapd]jkjaLq^heodan))
epnapqnja`.Hkkgqll]n]iapanosanaw#_kqjpnu#6#Q*O*=*#y
A query that returns no objects also causes an exception:
:::Lq^heodan*k^fa_po*cap$j]ia9Lajcqej%
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
***
@kaoJkpAteop6Lq^heodani]p_dejcmqanu`kaojkpateop*
The @kaoJkpAteop exception is an attribute of the model’s class: Lq^heodan*@kaoJkpAteop.
In your applications, you’ll want to trap these exceptions, like this:
pnu6
l9Lq^heodan*k^fa_po*cap$j]ia9#=lnaoo#%
at_alpLq^heodan*@kaoJkpAteop6
lnejp=lnaooeoj#pejpda`]p]^]oauap*
ahoa6
lnejp=lnaooeoejpda`]p]^]oa*

Ordering Data
As you play around with the previous examples, you might discover that the objects are being
returned in a seemingly random order. You aren’t imagining things; so far we haven’t told the
database how to order its results, so we’re simply getting back data in some arbitrary order
chosen by the database.
In your Django applications, you’ll probably want to order your results according to a certain value—say, alphabetically. To do this, use the kn`an[^u$% method:
:::Lq^heodan*k^fa_po*kn`an[^u$j]ia%
W8Lq^heodan6=lnaoo:(8Lq^heodan6K#Naehhu:Y
This doesn’t look much different from the earlier ]hh$% example, but the SQL now
includes a specific ordering:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
KN@AN>Uj]ia7
You can order by any field you like:
:::Lq^heodan*k^fa_po*kn`an[^u$]``naoo%
W8Lq^heodan6K#Naehhu:(8Lq^heodan6=lnaoo:Y
:::Lq^heodan*k^fa_po*kn`an[^u$op]pa[lnkrej_a%
W8Lq^heodan6=lnaoo:(8Lq^heodan6K#Naehhu:Y
To order by multiple fields (where the second field is used to disambiguate ordering in
cases where the first is the same), use multiple arguments:

C H A P T E R 5 N M O D E LS

:::Lq^heodan*k^fa_po*kn`an[^u$op]pa[lnkrej_a(]``naoo%
W8Lq^heodan6=lnaoo:(8Lq^heodan6K#Naehhu:Y
You can also specify reverse ordering by prefixing the field name with a ) (that’s a minus
character):
:::Lq^heodan*k^fa_po*kn`an[^u$)j]ia%
W8Lq^heodan6K#Naehhu:(8Lq^heodan6=lnaoo:Y
While this flexibility is useful, using kn`an[^u$% all the time can be quite repetitive. Most of
the time you’ll have a particular field you usually want to order by. In these cases, Django lets
you specify a default ordering in the model:
_h]ooLq^heodan$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
]``naoo9ik`aho*?d]nBeah`$i]t[hajcpd91,%
_epu9ik`aho*?d]nBeah`$i]t[hajcpd92,%
op]pa[lnkrej_a9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
_kqjpnu9ik`aho*?d]nBeah`$i]t[hajcpd91,%
sa^oepa9ik`aho*QNHBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*j]ia
_h]ooIap]6
kn`anejc9W#j]ia#Y
Here, we’ve introduced a new concept: the _h]ooIap], which is a class that’s embedded
within the Lq^heodan class definition (it’s indented to be within _h]ooLq^heodan). You can use
this Iap] class on any model to specify various model-specific options. A full reference of Iap]
options is available in Appendix B, but for now, we’re concerned with the kn`anejc option.
If you specify this, it tells Django that unless an ordering is given explicitly with kn`an[^u$%,
all Lq^heodan objects should be ordered by the j]ia field whenever they’re retrieved with the
Django database API.

Chaining Lookups
You’ve seen how you can filter data, and you’ve seen how you can order it. You’ll often need to
do both, of course. In these cases, you simply “chain” the lookups together:
:::Lq^heodan*k^fa_po*behpan$_kqjpnu9Q*O*=*%*kn`an[^u$)j]ia%
W8Lq^heodan6K#Naehhu:(8Lq^heodan6=lnaoo:Y
As you might expect, this translates to an SQL query with both a SDANA and an KN@AN>U:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
SDANA_kqjpnu9#Q*O*=#
KN@AN>Uj]ia@AO?7

91

92

C HAPTER 5 N MODEL S

Slicing Data
Another common need is to look up only a fixed number of rows. Imagine that you have thousands of publishers in your database, but you want to display only the first one. You can do
this using Python’s standard list-slicing syntax:
:::Lq^heodan*k^fa_po*kn`an[^u$#j]ia#%W,Y
8Lq^heodan6=lnaoo:
This translates roughly to:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
KN@AN>Uj]ia
HEIEP-7
Similarly, you can retrieve a specific subset of data using Python’s range-slicing syntax:
:::Lq^heodan*k^fa_po*kn`an[^u$#j]ia#%W,6.Y
This returns two objects, translating roughly to the following:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
KN@AN>Uj]ia
KBBOAP,HEIEP.7
Note that negative slicing is not supported:
:::Lq^heodan*k^fa_po*kn`an[^u$#j]ia#%W)-Y
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
***
=ooanpekjAnnkn6Jac]peraej`atejceojkpoqllknpa`*
This is easy to get around, though. Just change the kn`an[^u$% statement like this:
:::Lq^heodan*k^fa_po*kn`an[^u$#)j]ia#%W,Y

Updating Multiple Objects in One Statement
We pointed out in the “Inserting and Updating Data” section that the model o]ra$% method
updates all columns in a row. Depending on your application, you might want to update only
a subset of columns.
For example, suppose that you want to update the Apress Lq^heodan to change the name
from #=lnaoo# to #=lnaooLq^heodejc#. Using o]ra$%, it would look something like this:
:::l9Lq^heodan*k^fa_po*cap$j]ia9#=lnaoo#%
:::l*j]ia9#=lnaooLq^heodejc#
:::l*o]ra$%

C H A P T E R 5 N M O D E LS

This roughly translates to the following SQL:
OAHA?Pe`(j]ia(]``naoo(_epu(op]pa[lnkrej_a(_kqjpnu(sa^oepa
BNKI^kkgo[lq^heodan
SDANAj]ia9#=lnaoo#7
QL@=PA^kkgo[lq^heodanOAP
j]ia9#=lnaooLq^heodejc#(
]``naoo9#.411Pahacn]ld=ra*#(
_epu9#>angahau#(
op]pa[lnkrej_a9#?=#(
_kqjpnu9#Q*O*=*#(
sa^oepa9#dppl6++sss*]lnaoo*_ki#
SDANAe`91.7

NNote This example assumes that Apress has a publisher ID of 1..
You can see in this example that Django’s o]ra$% method sets all the column values, not
just the j]ia column. If you’re in an environment in which other columns of the database
might change because of some other process, it’s smarter to change only the column you need
to change. To do this, use the ql`]pa$% method on MqanuOap objects. Here’s an example:
:::Lq^heodan*k^fa_po*behpan$e`91.%*ql`]pa$j]ia9#=lnaooLq^heodejc#%
The SQL translation here is much more efficient and has no chance of race conditions:
QL@=PA^kkgo[lq^heodan
OAPj]ia9#=lnaooLq^heodejc#
SDANAe`91.7
The ql`]pa$% method works on any MqanuOap, which means that you can edit multiple
records in bulk. Here’s how you might change the _kqjpnu from #Q*O*=*# to QO= in each
Lq^heodan record:
:::Lq^heodan*k^fa_po*]hh$%*ql`]pa$_kqjpnu9#QO=#%
.
The ql`]pa$% method has a return value: an integer that represents how many records
changed. In the preceding example, it was ..

Deleting Objects
To delete an object from your database, simply call the object’s `ahapa$% method:
:::l9Lq^heodan*k^fa_po*cap$j]ia9K#Naehhu%
:::l*`ahapa$%
:::Lq^heodan*k^fa_po*]hh$%
W8Lq^heodan6=lnaooLq^heodejc:Y

93

94

C HAPTER 5 N MODEL S

You can also delete objects in bulk by calling `ahapa$% on the result of any MqanuOap. This
is similar to the ql`]pa$% method shown in the last section:
:::Lq^heodan*k^fa_po*behpan$_kqjpnu9#QO=#%*`ahapa$%
:::Lq^heodan*k^fa_po*]hh$%*`ahapa$%
:::Lq^heodan*k^fa_po*]hh$%
WY
Be careful when deleting your data! As a precaution against deleting all the data in a particular table, Django requires you to explicitly use ]hh$% if you want to delete everything in
your table.
For example, this doesn’t work:
:::Lq^heodan*k^fa_po*`ahapa$%
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
Beha8_kjokha:(heja-(ej8ik`qha:
=ppne^qpaAnnkn6#I]j]can#k^fa_pd]ojk]ppne^qpa#`ahapa#
But it does work if you add the ]hh$% method:
:::Lq^heodan*k^fa_po*]hh$%*`ahapa$%
If you’re just deleting a subset of your data, you don’t need to include ]hh$%. To repeat a
previous example:
:::Lq^heodan*k^fa_po*behpan$_kqjpnu9#QO=#%*`ahapa$%

What's Next?
After reading this chapter, you now have enough knowledge of Django models to be able
to write basic database applications. Chapter 10 will provide some information on more
advanced usage of Django’s database layer.
Once you’ve defined your models, the next step is to populate your database with data.
You might have legacy data, in which case Chapter 18 will give you advice about integrating
with legacy databases. You might rely on site users to supply your data, in which case Chapter 7
will teach you how to process user-submitted form data.
But in some cases, you or your team might need to enter data manually, in which case
it would be helpful to have a Web-based interface for entering and managing data. The next
chapter covers Django’s admin interface, which exists precisely for that reason.

C HAPTER

6

The Django Admin Site
F

or a certain class of Web sites, an admin interface is an essential part of the infrastructure.
This is a Web-based interface, limited to trusted site administrators, that enables the adding,
editing, and deletion of site content. Some common examples are: the interface you use to
post to your blog, the back-end site managers use to moderate user-generated comments,
the tool your clients use to update the press releases on the Web site you built for them.
There’s a problem with admin interfaces, though: it’s boring to build them. Web development is fun when you’re developing public-facing functionality, but building admin interfaces
is always the same. You have to authenticate users, display and handle forms, validate input,
and so on. It’s boring and it’s repetitive.
So what’s Django’s approach to these boring, repetitive tasks? It does it all for you—in
just a couple of lines of code, no less. With Django, building an admin interface is a solved
problem.
This chapter is about Django’s automatic admin interface. The feature works by reading metadata in your model to provide a powerful and production-ready interface that site
administrators can start using immediately. We discuss how to activate, use, and customize
this feature.
Note that we recommend reading this chapter even if you don’t intend to use the Django
admin site, because we introduce a few concepts that apply to all of Django, regardless of
admin-site usage.

The django.contrib Packages
Django’s automatic admin is part of a larger suite of Django functionality called `f]jck*
_kjpne^—the part of the Django codebase that contains various useful add-ons to the core
framework. You can think of `f]jck*_kjpne^ as Django’s equivalent of the Python standard
library—optional, de facto implementations of common patterns. They’re bundled with
Django so that you don’t have to reinvent the wheel in your own applications.
The admin site is the first part of `f]jck*_kjpne^ that we’re covering in this book; technically, it’s called `f]jck*_kjpne^*]`iej. Other available features in `f]jck*_kjpne^ include a
user-authentication system (`f]jck*_kjpne^*]qpd), support for anonymous sessions (`f]jck*
_kjpne^*oaooekjo), and even a system for user comments (`f]jck*_kjpne^*_kiiajpo). You’ll get

95

96

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

to know the various `f]jck*_kjpne^ features as you become a Django expert, and we’ll spend
some more time discussing them in Chapter 16. For now, just know that Django ships with
many nice add-ons, and `f]jck*_kjpne^ is generally where they live.

Activating the Admin Interface
The Django admin site is entirely optional, because only certain types of sites need this functionality. That means you’ll need to take a few steps to activate it in your project.
First, make a few changes to your settings file:
1. Add #`f]jck*_kjpne^*]`iej# to the EJOP=HHA@[=LLO setting. (The order of EJOP=HHA@[
=LLO doesn’t matter, but we like to keep things alphabetical so it’s easy for a human
to read.)
2. Make sure EJOP=HHA@[=LLO contains #`f]jck*_kjpne^*]qpd#, #`f]jck*_kjpne^*
_kjpajppulao#, and #`f]jck*_kjpne^*oaooekjo#. The Django admin site requires
these three packages. (If you’re following along with our ongoing iuoepa project, note
that we commented out these three EJOP=HHA@[=LLO entries in Chapter 5. Uncomment
them now.)
3. Make sure IE@@HAS=NA[?H=OOAO contains #`f]jck*ie``has]na*_kiikj*?kiikjIe``has]na#,
#`f]jck*_kjpne^*oaooekjo*ie``has]na*OaooekjIe``has]na#, and #`f]jck*_kjpne^*
]qpd*ie``has]na*=qpdajpe_]pekjIe``has]na#. (Again, if you’re following along, note
that we commented them out in Chapter 5, so uncomment them.)
Second, run lupdkji]j]ca*luouj_`^. This step will install the extra database tables
that the admin interface uses. The first time you run ouj_`^ with #`f]jck*_kjpne^*]qpd# in
EJOP=HHA@[=LLO, you’ll be asked about creating a superuser. If you don’t do this, you’ll need
to run lupdkji]j]ca*lu_na]paoqlanqoan separately to create an admin user account; otherwise you won’t be able to log in to the admin site. (Potential gotcha: the lupdkji]j]ca*lu
_na]paoqlanqoan command is available only if #`f]jck*_kjpne^*]qpd# is in your EJOP=HHA@[
=LLO.)
Third, add the admin site to your URLconf (in qnho*lu, remember). By default, the qnho*lu
generated by `f]jck)]`iej*luop]nplnkfa_p contains commented-out code for the Django
admin, and all you have to do is uncomment it. For the record, here are the bits you need to
make sure are in there:
Ej_hq`apdaoaeilknpop]paiajpo***
bnki`f]jck*_kjpne^eilknp]`iej
]`iej*]qpk`eo_kran$%
=j`ej_hq`apdeoQNHl]ppanj***
qnhl]ppanjo9l]ppanjo$##(
***
$n#Z]`iej+#(ej_hq`a$]`iej*oepa*qnho%%(
***
%

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

With that bit of configuration out of the way, now you can see the Django admin site in
action. Just run the development server (lupdkji]j]ca*lunqjoanran, as in previous chapters)
and visit dppl6++-.3*,*,*-64,,,+]`iej+ in your Web browser.

Using the Admin Site
The admin site is designed to be used by nontechnical users, and as such it should be pretty
self-explanatory. Nevertheless, we’ll give you a quick walkthrough of the basic features.
The first thing you’ll see is a login screen, as shown in Figure 6-1.

Figure 6-1. Django’s login screen
Log in with the username and password you set up when you added your superuser. If
you’re unable to log in, make sure you’ve actually created a superuser—try running lupdkj
i]j]ca*lu_na]paoqlanqoan.
Once you’re logged in, the first thing you’ll see will be the admin home page (Figure 6-2).
This page lists all the available types of data that can be edited on the admin site. At this point,
because we haven’t activated any of our own models yet, the list is sparse: it includes only
Groups and Users, which are the two default admin-editable models.

97

98

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Figure 6-2. The Django admin home page
Each type of data in the Django admin site has a change list and an edit form. Change lists
show you all the available objects in the database, and edit forms let you add, change, or delete
particular records in your database.

OTHER LANGUAGES
If your primary language is not English and your Web browser is configured to prefer a language other
than English, you can make a quick change to see whether the Django admin site has been translated into
your language. Just add #`f]jck*ie``has]na*hk_]ha*Hk_]haIe``has]na# to your IE@@HAS=NA[
?H=OOAO setting, making sure it appears after #`f]jck*_kjpne^*oaooekjo*ie``has]na*
OaooekjIe``has]na#.
When you’ve done that, reload the admin index page. If a translation for your language is available, then
the various parts of the interface—from the Change Password and Log Out links at the top of the page to the
Groups and Users links in the middle—will appear in your language instead of English. Django ships with
translations for dozens of languages.
For much more on Django’s internationalization features, see Chapter 19.

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

Click the Change link in the Users row to load the change-list page for users (Figure 6-3).

Figure 6-3. The user change-list page
This page displays all users in the database; you can think of it as a prettied-up Web
version of a OAHA?P&BNKI]qpd[qoan7 SQL query. If you’re following along with our ongoing example, you’ll see only one user here, assuming you’ve added only one, but once you
have more users, you’ll probably find the filtering, sorting, and searching options useful.
Filtering options are at the right, sorting is available by clicking a column header, and the
search box at the top lets you search by username.
Click the username of the user you created, and you’ll see the edit form for that user
(Figure 6-4).

99

100

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Figure 6-4. The user edit form
This page lets you change the attributes of the user, like the first/last names and various
permissions. (Note that to change a user’s password, you should click Change Password Form
under the password field rather than editing the hashed code.) Another thing to note here is
that fields of different types get different widgets—for example, date/time fields have calendar
controls, Boolean fields have check boxes, and character fields have simple text input fields.
You can delete a record by clicking the Delete button at the bottom left of the record’s edit
form. That’ll take you to a confirmation page, which, in some cases, will display any dependent objects that will be deleted, too. (For example, if you delete a publisher, any book with
that publisher will be deleted, as well!)
You can add a record by clicking Add in the appropriate column of the admin home page.
This will give you an empty version of the edit page, ready for you to fill out.
You’ll notice that the admin interface handles input validation for you. Try leaving a
required field blank or putting an invalid date into a date field, and you’ll see those errors
when you try to save, as shown in Figure 6-5.
When you edit an existing object, you’ll notice a History link in the upper-right corner of
the window. Every change made through the admin interface is logged, and you can examine
this log by clicking the History link (see Figure 6-6).

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

Figure 6-5. An edit form displaying errors

Figure 6-6. An object history page

101

102

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Adding Your Models to the Admin Site
There’s one crucial part we haven’t done yet. Let’s add our own models to the admin site so
we can add, change, and delete objects in our custom database tables using this nice interface.
We’ll continue the ^kkgo example from Chapter 5, where we defined three models: Lq^heodan,
=qpdkn, and >kkg.
Within the ^kkgo directory (iuoepa+^kkgo), create a file called ]`iej*lu, and type in the following lines of code:
bnki`f]jck*_kjpne^eilknp]`iej
bnkiiuoepa*^kkgo*ik`ahoeilknpLq^heodan(=qpdkn(>kkg
]`iej*oepa*naceopan$Lq^heodan%
]`iej*oepa*naceopan$=qpdkn%
]`iej*oepa*naceopan$>kkg%
This code tells the Django admin site to offer an interface for each of these models.
Once you’ve done that, go to your admin home page in your Web browser (dppl6++-.3*,*
,*-64,,,+]`iej+). You should see a Books section with links for Authors, Books, and Publishers. (You might have to stop and start the nqjoanran for the changes to take effect.)
You now have a fully functional admin interface for each of those three models. That
was easy!
Take some time to add and change records, to populate your database with some data.
If you followed Chapter 5’s examples of creating Lq^heodan objects (and you didn’t delete
them), you’ll already see those records on the publisher change-list page.
One feature worth mentioning here is the admin site’s handling of foreign keys and manyto-many relationships, both of which appear in the >kkg model. As a reminder, here’s what the
>kkg model looks like:
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
lq^heodan9ik`aho*BknaecjGau$Lq^heodan%
lq^he_]pekj[`]pa9ik`aho*@]paBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*pepha
On the Django admin site’s Add Book page (dppl6++-.3*,*,*-64,,,+]`iej+^kkgo+^kkg+
]``+), the publisher (a BknaecjGau) is represented by a select box, and the ]qpdkno field (a
I]juPkI]juBeah`) is represented by a multiple-select box. Both fields sit next to a green plus
sign that lets you add related records of that type. For example, if you click the green plus sign
next to the Publisher field, you’ll get a pop-up window that lets you add a publisher. After you
successfully create the publisher in the pop-up, the Add Book form will be updated with the
newly created publisher. Slick.

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

How the Admin Site Works
Behind the scenes, how does the admin site work? It’s pretty straightforward.
When Django loads your URLconf from qnho*lu at server startup, it executes the ]`iej*
]qpk`eo_kran$% statement that we added as part of activating the admin. This function iterates
over your EJOP=HHA@[=LLO setting and looks for a file called ]`iej*lu in each installed app. If an
]`iej*lu exists in a given app, it executes the code in that file.
In the ]`iej*lu in our ^kkgo app, each call to ]`iej*oepa*naceopan$% simply registers the
given model with the admin. The admin site will display an edit/change interface for only
models that have been explicitly registered.
The app `f]jck*_kjpne^*]qpd includes its own ]`iej*lu, which is why Users and Groups
showed up automatically in the admin. Other `f]jck*_kjpne^ apps, such as `f]jck*_kjpne^*
na`ena_po, also add themselves to the admin, as do many third-party Django applications you
might download from the Web.
Beyond that, the Django admin site is just a Django application, with its own models,
templates, views, and URLpatterns. You add it to your application by hooking it into your
URLconf, just as you hook in your own views. You can inspect its templates, views, and URLpatterns by poking around in `f]jck+_kjpne^+]`iej in your copy of the Django codebase—but
don’t be tempted to change anything directly in there, as there are plenty of hooks for you to
customize the way the admin site works. (If you do decide to poke around the Django admin
application, keep in mind it does some rather complicated things in reading metadata about
models, so it would probably take a good amount of time to read and understand the code.)

Making Fields Optional
After you play around with the admin site for a while, you’ll probably notice a limitation—
the edit forms require every field to be filled out, whereas in many cases you’d want certain
fields to be optional. Let’s say, for example, that we want our =qpdkn model’s ai]eh field to be
optional—that is, a blank string should be allowed. In the real world, you might not have an
e-mail address on file for every author.
To specify that the ai]eh field is optional, edit the >kkg model (which, as you’ll recall from
Chapter 5, lives in iuoepa+^kkgo+ik`aho*lu). Simply add ^h]jg9Pnqa to the ai]eh field, like so:
_h]oo=qpdkn$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd90,%
ai]eh9ik`aho*Ai]ehBeah`$^h]jg9Pnqa%
This tells Django that a blank value is indeed allowed for authors’ e-mail addresses.
By default, all fields have ^h]jg9B]hoa, which means blank values are not allowed.
There’s something interesting happening here. Until now, with the exception of the [[
qje_k`a[[$% method, our models have served as definitions of our database tables—Pythonic
expressions of SQL ?NA=PAP=>HA statements, essentially. In adding ^h]jg9Pnqa, we have begun
expanding our model beyond a simple definition of what the database table looks like. Now
our model class is starting to become a richer collection of knowledge about what =qpdkn
objects are and what they can do. Not only is the ai]eh field represented by a R=N?D=N column
in the database, it’s also an optional field in contexts such as the Django admin site.

103

104

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Once you’ve added that ^h]jg9Pnqa, reload the author edit form (dppl6++-.3*,*,*-6
4,,,+]`iej+^kkgo+]qpdkn+]``+), and you’ll notice the field’s label—Email—is no longer
bolded. This signifies it’s not a required field. You can now add authors without needing to
provide e-mail addresses; you won’t get the loud red “This field is required” message anymore
if the field is submitted empty.

Making Date and Numeric Fields Optional
A common gotcha related to ^h]jg9Pnqa has to do with date and numeric fields, but it requires
a fair amount of background explanation.
SQL has its own way of specifying blank values—a special value called JQHH. JQHH could
mean “unknown,” or “invalid,” or some other application-specific meaning. In SQL, a value of
JQHH is different from an empty string, just as the special Python object Jkja is different from
an empty Python string (). This means it’s possible for a particular character field (e.g., a
R=N?D=N column) to contain both JQHH values and empty string values.
This can cause unwanted ambiguity and confusion: “Why does this record have a JQHH but
this other one has an empty string? Is there a difference, or was the data just entered inconsistently?” And “How do I get all the records that have a blank value—should I look for both JQHH
records and empty strings, or do I select only the ones with empty strings?”
To help avoid such ambiguity, Django’s automatically generated ?NA=PAP=>HA statements
(which were covered in Chapter 5) add an explicit JKPJQHH to each column definition. For
example, here’s the generated statement for our =qpdkn model, from Chapter 5:
?NA=PAP=>HA^kkgo[]qpdkn$
e`oane]hJKPJQHHLNEI=NUGAU(
benop[j]iar]n_d]n$/,%JKPJQHH(
h]op[j]iar]n_d]n$0,%JKPJQHH(
ai]ehr]n_d]n$31%JKPJQHH
%
7
In most cases, this default behavior is optimal for your application and will save you
from data-inconsistency headaches. And it works nicely with the rest of Django, such as the
Django admin site, which inserts an empty string (not a JQHH value) when you leave a character field blank.
But there’s an exception with database column types that do not accept empty strings as
valid values—such as dates, times, and numbers. If you try to insert an empty string into a date
or an integer column, you’ll likely get a database error, depending on which database you’re
using. (PostgreSQL, which is strict, will raise an exception here; MySQL might accept it or
might not, depending on the version you’re using, the time of day, and the phase of the moon.)
In this case, JQHH is the only way to specify an empty value. In Django models, you can specify
that JQHH is allowed by adding jqhh9Pnqa to a field.
In short, if you want to allow blank values in a date field (e.g., @]paBeah`, PeiaBeah`,
@]paPeiaBeah`) or numeric field (e.g., EjpacanBeah`, @a_ei]hBeah`, Bhk]pBeah`), you’ll need to
use both jqhh9Pnqa and ^h]jg9Pnqa.

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

For the sake of example, let’s change our >kkg model to allow a blank lq^he_]pekj[`]pa.
Here’s the revised code:
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
lq^heodan9ik`aho*BknaecjGau$Lq^heodan%
lq^he_]pekj[`]pa9ik`aho*@]paBeah`$^h]jg9Pnqa(jqhh9Pnqa%
Adding jqhh9Pnqa is more complicated than adding ^h]jg9Pnqa, because jqhh9Pnqa
changes the semantics of the database—that is, it changes the ?NA=PAP=>HA statement to
remove the JKPJQHH from the lq^he_]pekj[`]pa field. To complete this change, we’ll need to
update the database.
For a number of reasons, Django does not attempt to automate changes to database
schemas, so it’s your own responsibility to execute the appropriate =HPANP=>HA statement
whenever you make such a change to a model. Recall that you can use i]j]ca*lu`^odahh to
enter your database server’s shell. Here’s how to remove the JKPJQHH in this particular case:
=HPANP=>HA^kkgo[^kkg=HPAN?KHQIJlq^he_]pekj[`]pa@NKLJKPJQHH7
(Note that this SQL syntax is specific to PostgreSQL.) We’ll cover schema changes in more
depth in Chapter 10.
Bringing this back to the admin site, now the Add Book edit form should allow for empty
publication-date values.

Customizing Field Labels
On the admin site’s edit forms, each field’s label is generated from its model field name. The
algorithm is simple: Django just replaces underscores with spaces and capitalizes the first character, so, for example, the >kkg model’s lq^he_]pekj[`]pa field has the label Publication Date.
However, field names don’t always lend themselves to nice admin field labels, so in some
cases you might want to customize a label. You can do this by specifying ran^koa[j]ia in the
appropriate model field.
For example, here’s how we can change the label of the =qpdkn*ai]eh field to “e-mail,”
with a hyphen:
_h]oo=qpdkn$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd90,%
ai]eh9ik`aho*Ai]ehBeah`$^h]jg9Pnqa(ran^koa[j]ia9#a)i]eh#%
Make that change and reload the server, and you should see the field’s new label on the
author edit form.
Note that you shouldn’t capitalize the first letter of a ran^koa[j]ia unless it should always
be capitalized (e.g., QO=op]pa). Django will automatically capitalize it when it needs to, and
it will use the exact ran^koa[j]ia value in places that don’t require capitalization.

105

106

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Finally, note that you can pass the ran^koa[j]ia as a positional argument, for a slightly
more compact syntax. This example is equivalent to the previous one:
_h]oo=qpdkn$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd90,%
ai]eh9ik`aho*Ai]ehBeah`$#a)i]eh#(^h]jg9Pnqa%
This won’t work with I]juPkI]juBeah` or BknaecjGau fields, though, because they require
the first argument to be a model class. In those cases, specifying ran^koa[j]ia explicitly is the
way to go.

Custom ModelAdmin Classes
The changes we’ve made so far—^h]jg9Pnqa, jqhh9Pnqa, and ran^koa[j]ia—are really
model-level changes, not admin-level changes. That is, these changes are fundamentally a
part of the model and just so happen to be used by the admin site; there’s nothing adminspecific about them.
Beyond these, the Django admin site offers a wealth of options that let you customize how
the admin site works for a particular model. Such options live in Ik`ah=`iej classes, which are
classes that contain configuration for a specific model in a specific admin site instance.

Customizing Change Lists
Let’s dive into admin customization by specifying the fields that are displayed on the change
list for our =qpdkn model. By default, the change list displays the result of [[qje_k`a[[$% for
each object. In Chapter 5 we defined the [[qje_k`a[[$% method for =qpdkn objects to display
the first name and last name together:
_h]oo=qpdkn$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd90,%
ai]eh9ik`aho*Ai]ehBeah`$^h]jg9Pnqa(ran^koa[j]ia9#a)i]eh#%
`ab[[qje_k`a[[$oahb%6
napqnjq#!o!o#!$oahb*benop[j]ia(oahb*h]op[j]ia%
As a result, the change list for =qpdkn objects displays each author’s first name and last
name together, as you can see in Figure 6-7.

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

Figure 6-7. The author change-list page
We can improve on this default behavior by adding a few other fields to the change-list
display. It’d be handy, for example, to see each author’s e-mail address in this list, and it’d be
nice to be able to sort by first and last name.
To make this happen, we’ll define a Ik`ah=`iej class for the =qpdkn model. This class is the
key to customizing the admin, and one of the most basic things it lets you do is specify the list
of fields to display on change-list pages. Edit ]`iej*lu to make these changes:
bnki`f]jck*_kjpne^eilknp]`iej
bnkiiuoepa*^kkgo*ik`ahoeilknpLq^heodan(=qpdkn(>kkg
_h]oo=qpdkn=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#benop[j]ia#(#h]op[j]ia#(#ai]eh#%
]`iej*oepa*naceopan$Lq^heodan%
]`iej*oepa*naceopan$=qpdkn(=qpdkn=`iej%
]`iej*oepa*naceopan$>kkg%

107

108

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Here’s what we’ve done:
Ê

UÊ 7iÊVÀi>Ìi`ÊÌ iÊV>ÃÃÊ=qpdkn=`iej. This class, which subclasses `f]jck*_kjpne^*]`iej*
Ik`ah=`iej, holds custom configuration for a specific admin model. We’ve specified
only one customization—heop[`eolh]u, which is set to a tuple of field names to display
on the change-list page. These field names must exist in the model, of course.

Ê

UÊ 7iÊ>ÌiÀi`ÊÌ iÊ]`iej*oepa*naceopan$% call to add =qpdkn=`iej after =qpdkn. You can
read this as “Register the =qpdkn model with the =qpdkn=`iej options.”
The ]`iej*oepa*naceopan$% function takes a Ik`ah=`iej subclass as an optional second
argument. If you don’t specify a second argument (as is the case for Lq^heodan and
>kkg), Django will use the default admin options for that model.

With that tweak made, reload the author change-list page, and you’ll see it’s now displaying three columns—the first name, last name, and e-mail address. In addition, each of those
columns is sortable by clicking on the column header. (See Figure 6-8.)

Figure 6-8. The author change-list page after list_display

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

Next let’s add a simple search bar. Add oa]n_d[beah`o to =qpdkn=`iej, like so:
_h]oo=qpdkn=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#benop[j]ia#(#h]op[j]ia#(#ai]eh#%
oa]n_d[beah`o9$#benop[j]ia#(#h]op[j]ia#%
Reload the page in your browser, and you should see a search bar at the top. (See Figure 6-9.)
We’ve just told the admin change-list page to include a search bar that searches against the
benop[j]ia and h]op[j]ia fields. As a user might expect, this is case insensitive and searches
both fields, so searching for the string ^]n would find both an author with the first name
Barney and an author with the last name Hobarson.

Figure 6-9. The author change-list page after search_fields
Next let’s add some date filters to our >kkg model’s change-list page:
bnki`f]jck*_kjpne^eilknp]`iej
bnkiiuoepa*^kkgo*ik`ahoeilknpLq^heodan(=qpdkn(>kkg
_h]oo=qpdkn=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#benop[j]ia#(#h]op[j]ia#(#ai]eh#%
oa]n_d[beah`o9$#benop[j]ia#(#h]op[j]ia#%

109

110

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

_h]oo>kkg=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#pepha#(#lq^heodan#(#lq^he_]pekj[`]pa#%
heop[behpan9$#lq^he_]pekj[`]pa#(%
]`iej*oepa*naceopan$Lq^heodan%
]`iej*oepa*naceopan$=qpdkn(=qpdkn=`iej%
]`iej*oepa*naceopan$>kkg(>kkg=`iej%
Here, because we’re dealing with a different set of options, we created a separate
Ik`ah=`iej class—>kkg=`iej. First we defined a heop[`eolh]u just to make the change list
look a bit nicer. Then we used heop[behpan, which is set to a tuple of fields to use to create
filters along the right side of the change-list page. For date fields, Django provides shortcuts to filter the list to “Today,” “Past 7 days,” “This month,” and “This year”—shortcuts
that Django’s developers have found hit the common cases for filtering by date. Figure 6-10
shows what that looks like.

Figure 6-10. The book change-list page after list_filter
heop[behpan also works on fields of other types, not just @]paBeah`. (Try it with
>kkha]jBeah` and BknaecjGau fields, for example.) The filters show up as long as there
are at least two values to choose from.

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

Another way to offer date filters is to use the `]pa[dean]n_du admin option, like this:
_h]oo>kkg=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#pepha#(#lq^heodan#(#lq^he_]pekj[`]pa#%
heop[behpan9$#lq^he_]pekj[`]pa#(%
`]pa[dean]n_du9#lq^he_]pekj[`]pa#
With this in place, the change-list page gets a date drill-down navigation bar at the top
of the list, as shown in Figure 6-11. It starts with a list of available years, then drills down into
months and individual days.

Figure 6-11. The book change-list page after date_hierarchy
Note that `]pa[dean]n_du takes a string, not a tuple, because only one date field can be
used to make the hierarchy.
Finally, let’s change the default ordering so that books on the change-list page are always
ordered descending by their publication date. By default, the change list orders objects
according to their model’s kn`anejc within _h]ooIap] (which we covered in Chapter 5)—but if
you haven’t specified this kn`anejc value, then the ordering is undefined.
_h]oo>kkg=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#pepha#(#lq^heodan#(#lq^he_]pekj[`]pa#%
heop[behpan9$#lq^he_]pekj[`]pa#(%
`]pa[dean]n_du9#lq^he_]pekj[`]pa#
kn`anejc9$#)lq^he_]pekj[`]pa#(%

111

112

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

This admin kn`anejc option works exactly as the kn`anejc in a model’s _h]ooIap], except
that it uses only the first field name in the list. Just pass a list or tuple of field names, and add a
minus sign to a field to use descending sort order.
Reload the book change list to see this in action. Note that the Publication Date header
now includes a small arrow that indicates which way the records are sorted. (See Figure 6-12.)

Figure 6-12. The book change-list page after ordering
We’ve covered the main change-list options here. Using these options, you can make a
very powerful, production-ready, data-editing interface with only a few lines of code.

Customizing Edit Forms
Just as the change list can be customized, edit forms can be customized in many ways.
First, let’s customize the way fields are ordered. By default, the order of fields in an edit
form corresponds to the order in which they’re defined in the model. We can change that
using the beah`o option in our Ik`ah=`iej subclass:

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

_h]oo>kkg=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#pepha#(#lq^heodan#(#lq^he_]pekj[`]pa#%
heop[behpan9$#lq^he_]pekj[`]pa#(%
`]pa[dean]n_du9#lq^he_]pekj[`]pa#
kn`anejc9$#)lq^he_]pekj[`]pa#(%
beah`o9$#pepha#(#]qpdkno#(#lq^heodan#(#lq^he_]pekj[`]pa#%
After this change, the edit form for books will use the given ordering for fields. It’s slightly
more natural to have the authors after the book title. Of course, the field order should depend
on your data-entry workflow. Every form is different.
Another useful thing the beah`o option lets you do is to exclude certain fields from being
edited. Just leave out the field(s) you want to exclude. You might use this if your admin users
are trusted to edit only a certain segment of your data, or if parts of your fields are changed by
some outside, automated process. For example, in our book database, we could prevent the
lq^he_]pekj[`]pa field from being editable:
_h]oo>kkg=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#pepha#(#lq^heodan#(#lq^he_]pekj[`]pa#%
heop[behpan9$#lq^he_]pekj[`]pa#(%
`]pa[dean]n_du9#lq^he_]pekj[`]pa#
kn`anejc9$#)lq^he_]pekj[`]pa#(%
beah`o9$#pepha#(#]qpdkno#(#lq^heodan#%
As a result, the edit form for books doesn’t offer a way to specify the publication date. This
could be useful if, say, you’re an editor who prefers that his authors not push back publication
dates. (This is purely a hypothetical example, of course.)
When a user employs this incomplete form to add a new book, Django will simply set the
lq^he_]pekj[`]pa to Jkja—so make sure that field has jqhh9Pnqa.
Another commonly used edit-form customization has to do with many-to-many fields.
As we’ve seen on the edit form for books, the admin site represents each I]juPkI]juBeah` as
a multiple-select box, which is the most logical HTML input widget to utilize—but multipleselect boxes can be difficult to use. If you want to select multiple items, you have to hold down
the Control key, or Command on a Mac. The admin site helpfully inserts a bit of text that
explains this, but, still, it gets unwieldy when your field contains hundreds of options.
The admin site’s solution is behpan[dknevkjp]h. Let’s add that to >kkg=`iej and see what
it does.
_h]oo>kkg=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#pepha#(#lq^heodan#(#lq^he_]pekj[`]pa#%
heop[behpan9$#lq^he_]pekj[`]pa#(%
`]pa[dean]n_du9#lq^he_]pekj[`]pa#
kn`anejc9$#)lq^he_]pekj[`]pa#(%
behpan[dknevkjp]h9$#]qpdkno#(%
(If you’re following along, note that we’ve also removed the beah`o option to restore all the
fields in the edit form.)

113

114

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Reload the edit form for books, and you’ll see that the Authors section now uses a fancy
JavaScript filter interface that lets you search through the options dynamically and move specific authors from Available Authors to the Chosen Authors box, and vice versa.

Figure 6-13. The book edit form after adding filter_horizontal
We’d highly recommend using behpan[dknevkjp]h for any I]juPkI]juBeah` that has more
than ten items. It’s far easier to use than a simple multiple-select widget. Also, note you can
use behpan[dknevkjp]h for multiple fields—just specify each name in the tuple.
Ik`ah=`iej classes also support a behpan[ranpe_]h option. This works exactly as behpan[
dknevkjp]h, but the resulting JavaScript interface stacks the two boxes vertically instead of
horizontally. It’s a matter of personal taste.
behpan[dknevkjp]h and behpan[ranpe_]h work on only I]juPkI]juBeah` fields, not
BknaecjGau fields. By default, the admin site uses simple 8oaha_p: boxes for BknaecjGau fields,
but, as for I]juPkI]juBeah`, sometimes you don’t want to incur the overhead of having to
select all the related objects to display in the drop-down. For example, if our book database
grows to include thousands of publishers, the Add Book form could take a while to load,
because it would have to load every publisher for display in the 8oaha_p: box.

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

You can fix this with an option called n]s[e`[beah`o. Set this to a tuple of BknaecjGau field
names, and those fields will be displayed in the admin with a simple text-input box (8ejlqp
pula9patp:) instead of a 8oaha_p:. See Figure 6-14.
_h]oo>kkg=`iej$]`iej*Ik`ah=`iej%6
heop[`eolh]u9$#pepha#(#lq^heodan#(#lq^he_]pekj[`]pa#%
heop[behpan9$#lq^he_]pekj[`]pa#(%
`]pa[dean]n_du9#lq^he_]pekj[`]pa#
kn`anejc9$#)lq^he_]pekj[`]pa#(%
behpan[dknevkjp]h9$#]qpdkno#(%
n]s[e`[beah`o9$#lq^heodan#(%

Figure 6-14. The book edit form after adding raw_id_fields
What do you enter in this input box? The database ID of the publisher. Given that humans
don’t normally memorize database IDs, there’s a magnifying-glass icon that you can click to
pull up a pop-up window from which you can select the publisher.

115

116

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

Users, Groups, and Permissions
Because you’re logged in as a superuser, you have access to create, edit, and delete any object.
Naturally, different environments require different permission systems—not everybody can or
should be a superuser. Django’s admin site uses a permissions system that you can use to give
specific users access to only the portions of the interface that they need.
These user accounts are meant to be generic enough to be used outside of the admin
interface, but we’ll just treat them as admin user accounts for now. In Chapter 14 we’ll cover
how to integrate user accounts with the rest of your site (i.e., not just the admin site).
You can edit users and permissions through the admin interface just like any other object.
We saw this earlier in this chapter, when we played around with the User and Group sections
of the admin. User objects have the standard username, password, e-mail, and real-name
fields you might expect, along with a set of fields that define what the user is allowed to do in
the admin interface. First, there’s a set of three Boolean flags:
Ê

UÊ / iʺ>V̈Ûi»Êv>} controls whether the user is active at all. If this flag is off and the user
tries to log in, he won’t be allowed in, even with a valid password.

Ê

UÊ / iʺÃÌ>vv»Êv>} controls whether the user is allowed to log in to the admin interface
(i.e., whether that user is considered a “staff member” in your organization). Since this
same user system can be used to control access to public (i.e., nonadmin) sites—see
Chapter 14—this flag differentiates between public users and administrators.

Ê

UÊ / iʺÃÕ«iÀÕÃiÀ»Êv>} gives the user full access to add, create, and delete any item in the
admin interface. If a user has this flag set, then all regular permissions (or lack thereof)
are ignored for that user.

“Normal” admin users—that is, active, nonsuperuser staff members—are granted admin
access through assigned permissions. Each object editable through the admin interface (e.g.,
books, authors, publishers) has three permissions: create, edit, and delete. Assigning permissions to a user grants the user the associated level of access.
When you create a user, that user has no permissions; it’s up to you to assign specific
ones. For example, you can give a user permission to add and change publishers but not to
delete them. Note that these permissions are defined per model, not per object—so they let
you say, “John can make changes to any book,” but they don’t let you say, “John can make
changes to any book published by Apress.” Per-object permissions are a bit more complicated
and are outside the scope of this book (but are covered in the Django documentation).

NNote Access to edit users and permissions is also controlled by this permissions system. If you give
someone permission to edit users, she will be able to edit her own permissions, which might not be what you
want! Giving a user permission to edit other users is essentially turning a user into a superuser.

You can also assign users to groups. A group is simply a set of permissions to apply to
all members of that group. Groups are useful for granting identical permissions to a subset
of users.

C H A P T E R 6 N T H E D JA N G O A D M I N S I T E

When and Why to Use the Admin Interface—
And When Not To
After having worked through this chapter, you should have a good idea of how to use Django’s
admin site. But we want to make a point of covering when and why you might want to use it—
and when not to use it.
Django’s admin site especially shines when nontechnical users need to be able to enter
data; that’s the purpose behind the feature, after all. At the newspaper where Django was first
developed, creation of a typical online feature—say, a special report on water quality in the
municipal supply—would go something like this:
1. The reporter responsible for the project meets with one of the developers and describes
the available data.
2. The developer designs Django models to fit this data and then opens up the admin site
to the reporter.
3. The reporter inspects the admin site to point out any missing or extraneous fields—
better now than later. The developer changes the models iteratively.
4. When the models are agreed upon, the reporter begins entering data using the admin
site. At the same time, the programmer can focus on developing the publicly accessible
views/templates (the fun part!).
In other words, the raison d’être of Django’s admin interface is to facilitate the simultaneous work of content producers and programmers.
However, beyond these obvious data-entry tasks, the admin site is useful in a few
other cases:
Ê

UÊ Inspecting data models: Once you’ve defined a few models, it can be quite useful to call
them up in the admin interface and enter some dummy data. In some cases, this might
reveal data-modeling mistakes or other problems with your models.

Ê

UÊ Managing acquired data: For applications that rely on data coming from external
sources (e.g., users or Web crawlers), the admin site gives you an easy way to inspect
or edit this data. You can think of it as a less powerful but more convenient version of
your database’s command-line utility.

Ê

UÊ Quick and dirty data-management apps: You can use the admin site to build a very
lightweight data-management app—say, to keep track of expenses. If you’re just building something for your own needs, not for public consumption, the admin site can take
you a long way. In this sense, you can think of it as a beefed-up, relational version of a
spreadsheet.

One final point we want to make clear is that the admin site is not an end-all-be-all.
Over the years, we’ve seen it hacked and chopped up to serve a variety of functions it wasn’t
intended to serve. It’s not intended to be a public interface to data, nor is it intended to
allow for sophisticated sorting and searching of your data. As we said early in this chapter,
it’s for trusted site administrators. Keeping this sweet spot in mind is the key to effective
admin-site usage.

117

118

C HAPTER 6 N TH E DJ A NG O A DMIN S ITE

What’s Next?
So far we’ve created a few models and configured a top-notch interface for editing data. In the
next chapter we’ll move on to the real “meat and potatoes” of Web development: form creation and processing.

C HAPTER

7

Forms
H

TML forms are the backbone of interactive Web sites, from the simplicity of Google’s single
search box to ubiquitous blog comment-submission forms to complex custom data-entry
interfaces. This chapter covers how you can use Django to access user-submitted form data,
validate it, and do something with it. Along the way, we’ll cover DpplNamqaop and Bkni objects.

Getting Data from the Request Object
We introduced DpplNamqaop objects in Chapter 3 when we first covered view functions, but
we didn’t have much to say about them at the time. Recall that each view function takes an
DpplNamqaop object as its first parameter, as in our dahhk$% view:
bnki`f]jck*dppleilknpDpplNaolkjoa
`abdahhk$namqaop%6
napqnjDpplNaolkjoa$Dahhksknh`%
DpplNamqaop objects, such as the variable namqaop here, have a number of interesting attributes and methods that you should familiarize yourself with so that you know what’s possible.
You can use these attributes to get information about the current request (i.e., the user/Web
browser that’s loading the current page on your Django-powered site) at the time the view
function is executed.

Information About the URL
DpplNamqaop objects contain several pieces of information about the currently requested URL,
as Table 7-1 shows.

119

120

C HAPTER 7 N FO R MS

Table 7-1. HttpRequest Attributes and Methods

Attribute/Method

Description

Example

namqaop*l]pd

The full path, not including the domain
but including the leading slash

+dahhk+

namqaop*cap[dkop$%

The host (i.e., the “domain,” in common
parlance)

-.3*,*,*-64,,, or
sss*at]ilha*_ki

namqaop*cap[bqhh[l]pd$%

The l]pd, plus a query string (if available)

+dahhk+;lnejp9pnqa

namqaop*eo[oa_qna$%

Pnqa if the request was made via HTTPS;
otherwise, B]hoa

Pnqa or B]hoa

Always use the attributes/methods outlined in Table 7-1 instead of hard-coding URLs in
your views. This makes for more flexible code that can be reused in other places. Here’s a simplistic example:
>=@
`ab_qnnajp[qnh[reas[^]`$namqaop%6
napqnjDpplNaolkjoa$Sah_kiapkpdal]ca]p+_qnnajp+%
CKK@
`ab_qnnajp[qnh[reas[ckk`$namqaop%6
napqnjDpplNaolkjoa$Sah_kiapkpdal]ca]p!o!namqaop*l]pd%

Other Information About the Request
namqaop*IAP= is a Python dictionary containing all available HTTP headers for the given
request—including the user’s IP address and user agent (generally the name and version of the
Web browser). Note that the full list of available headers depends on which headers the user
sent and which headers your Web server sets. The following are some commonly available
keys in this dictionary:
Ê

UÊ DPPL[NABANAN: The referring URL, if any. (Note the misspelling of NABANAN.)

Ê

UÊ DPPL[QOAN[=CAJP: The user-agent string (if any) of the user’s browser. This looks something like the following:
Ikvehh]1*,$T--7Q7Hejqte242%Ca_gk+.,,4,4.5Benabkt+.*,*,*-3

Ê

UÊ NAIKPA[=@@N: The IP address of the client—for instance, -.*/01*23*45. (If the request
has passed through any proxies, then this might be a comma-separated list of IP
addresses, such as -.*/01*23*45(./*012*34*5,.)

CHAPTER 7 N FORMS

Note that because namqaop*IAP= is just a basic Python dictionary, you’ll get a GauAnnkn
exception if you try to access a key that doesn’t exist. (Because HTTP headers are external
data—that is, they’re submitted by your users’ browsers—they shouldn’t be trusted, and
you should always design your application to fail gracefully if a particular header is empty or
doesn’t exist.) You should either use a pnu/at_alp clause or the cap$% method to handle the
case of undefined keys, as in this example:
>=@
`abq][`eolh]u[^]`$namqaop%6
q]9namqaop*IAP=W#DPPL[QOAN[=CAJP#YIecdpn]eoaGauAnnkn
napqnjDpplNaolkjoa$Ukqn^nksoaneo!o!q]%
CKK@$RANOEKJ-%
`abq][`eolh]u[ckk`-$namqaop%6
pnu6
q]9namqaop*IAP=W#DPPL[QOAN[=CAJP#Y
at_alpGauAnnkn6
q]9#qjgjksj#
napqnjDpplNaolkjoa$Ukqn^nksoaneo!o!q]%
CKK@$RANOEKJ.%
`abq][`eolh]u[ckk`.$namqaop%6
q]9namqaop*IAP=*cap$#DPPL[QOAN[=CAJP#(#qjgjksj#%
napqnjDpplNaolkjoa$Ukqn^nksoaneo!o!q]%
We encourage you to write a small view that displays all of the namqaop*IAP= data so you
can get to know what’s available. Here’s what that view might look like:
`ab`eolh]u[iap]$namqaop%6
r]hqao9namqaop*IAP=*epaio$%
r]hqao*oknp$%
dpih9WY
bkng(rejr]hqao6
dpih*]llaj`$#8pn:8p`:!o8+p`:8p`:!o8+p`:8+pn:#!$g(r%%
napqnjDpplNaolkjoa$#8p]^ha:!o8+p]^ha:#!#Xj#*fkej$dpih%%
As an exercise, see whether you can convert this view to use Django’s template system
instead of hard-coding the HTML. Also try adding namqaop*l]pd and the other DpplNamqaop
methods from the previous section.

Information About Submitted Data
Beyond basic metadata about the request, DpplNamqaop objects have two attributes that
contain user-submitted information: namqaop*CAP and namqaop*LKOP. Both of these are dictionary-like objects that give you access to CAP and LKOP data.
LKOP data generally is submitted from an HTML 8bkni:, while CAP data can come from a
8bkni: or the query string in the page’s URL.

121

122

C HAPTER 7 N FO R MS

DICTIONARY-LIKE OBJECTS
When we say namqaop*CAP and namqaop*LKOP are dictionary-like objects, we mean they behave like standard Python dictionaries but aren’t technically dictionaries under the hood. For example, namqaop*CAP and
namqaop*LKOP both have cap$%, gauo$%, and r]hqao$% methods, and you can iterate over the keys by
doing bkngauejnamqaop*CAP.
So why do we refer to these as “dictionary-like” objects as opposed to normal dictionaries? Because
both namqaop*CAP and namqaop*LKOP have additional methods that normal dictionaries don’t have.
You might have encountered the similar term “file-like objects”—Python objects that have a few basic
methods, such as na]`$%, that let them act as stand-ins for “real” file objects.

A Simple Form-Handling Example
Continuing this book’s ongoing example of books, authors, and publishers, let’s create a simple view that lets users search our book database by title.
Generally, there are two parts to developing a form: the HTML user interface and the
back-end view code that processes the submitted data. The first part is easy; let’s just set up a
view that displays a search form:
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
`aboa]n_d[bkni$namqaop%6
napqnjnaj`an[pk[naolkjoa$#oa]n_d[bkni*dpih#%
As you learned in Chapter 3, this view can live anywhere on your Python path. For this
example, put it in ^kkgo+reaso*lu.
The accompanying template, oa]n_d[bkni*dpih, could look like this:
8dpih:
8da]`:
8pepha:Oa]n_d8+pepha:
8+da]`:
8^k`u:
8bkni]_pekj9+oa]n_d+iapdk`9cap:
8ejlqppula9patpj]ia9m:
8ejlqppula9oq^iepr]hqa9Oa]n_d:
8+bkni:
8+^k`u:
8+dpih:
The URLpattern in qnho*lu could look like this:
bnkiiuoepa*^kkgoeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
***
$n#Zoa]n_d)bkni+ #(reaso*oa]n_d[bkni%(
***
%

CHAPTER 7 N FORMS

Note that we’re importing the reaso module directly, instead of something like bnki
iuoepa*reasoeilknpoa]n_d[bkni, because the former is less verbose. We’ll cover this importing approach in more detail in Chapter 8.
Now, if you run the nqjoanran and visit dppl6++-.3*,*,*-64,,,+oa]n_d)bkni+, you’ll see
the search interface. Simple enough.
Try submitting the form, though, and you’ll get a Django 404 error. The form points to the
URL +oa]n_d+, which hasn’t yet been implemented. Let’s fix that with a second view function:
qnho*lu
qnhl]ppanjo9l]ppanjo$##(
***
$n#Zoa]n_d)bkni+ #(reaso*oa]n_d[bkni%(
$n#Zoa]n_d+ #(reaso*oa]n_d%(
***
%
reaso*lu
`aboa]n_d$namqaop%6
eb#m#ejnamqaop*CAP6
iaoo]ca9#Ukqoa]n_da`bkn6!n#!namqaop*CAPW#m#Y
ahoa6
iaoo]ca9#Ukqoq^ieppa`]jailpubkni*#
napqnjDpplNaolkjoa$iaoo]ca%
For the moment, this merely displays the user’s search term so we can make sure the data
is being submitted to Django properly and so you can get a feel for how the search term flows
through the system. In short, here’s what happens:
1. The HTML 8bkni: defines a variable m. When it’s submitted, the value of m is sent via
CAP (iapdk`9cap) to the URL +oa]n_d+.
2. The Django view that handles the URL +oa]n_d+ (oa]n_d$%) has access to the m value in
namqaop*CAP.
Note that we explicitly check that #m# exists in namqaop*CAP. As we pointed out in the
namqaop*IAP= discussion earlier in this chapter, you shouldn’t trust anything submitted by
users or even assume that they’ve submitted anything in the first place. If we didn’t add this
check, any submission of an empty form would raise GauAnnkn in the view:
>=@
`ab^]`[oa]n_d$namqaop%6
Pdabkhhksejchejasehhn]eoaGauAnnkneb#m#d]oj#p
^aajoq^ieppa`
iaoo]ca9#Ukqoa]n_da`bkn6!n#!namqaop*CAPW#m#Y
napqnjDpplNaolkjoa$iaoo]ca%

123

124

C HAPTER 7 N FO R MS

QUERY-STRING PARAMETERS
Because CAP data is passed in the query string (e.g., +oa]n_d+;m9`f]jck), you can use namqaop*CAP
to access query-string variables. In Chapter 3’s introduction of Django’s URLconf system, we compared
Django’s pretty URLs to more traditional PHP/Java URLs such as +peia+lhqo;dkqno9/ and said we’d show
you how to use the latter in Chapter 7. Now you know how to access query-string parameters in your views
(like dkqno9/ in this example)—use namqaop*CAP.

LKOP data works the same way as CAP data—just use namqaop*LKOP instead of namqaop*CAP.
What’s the difference between CAP and LKOP? Use CAP when the act of submitting the form is
just a request to “get” data. Use LKOP whenever the act of submitting the form will have some
side effect—changing data or sending an e-mail, or something else that’s beyond simple display of data. In our book-search example, we’re using CAP because the query doesn’t change
any data on our server. (See dppl6++sss*s/*knc+.,,-+p]c+`k_+sdajPkQoaCap*dpih if you want
to learn more about CAP and LKOP.)
Now that we’ve verified namqaop*CAP is being passed in properly, let’s hook the user’s
search query into our book database (again, in reaso*lu):
bnki`f]jck*dppleilknpDpplNaolkjoa
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg
`aboa]n_d$namqaop%6
eb#m#ejnamqaop*CAP]j`namqaop*CAPW#m#Y6
m9namqaop*CAPW#m#Y
^kkgo9>kkg*k^fa_po*behpan$pepha[[e_kjp]ejo9m%
napqnjnaj`an[pk[naolkjoa$#oa]n_d[naoqhpo*dpih#(
w#^kkgo#6^kkgo(#mqanu#6my%
ahoa6
napqnjDpplNaolkjoa$#Lha]oaoq^iep]oa]n_dpani*#%
Some notes on what we did here:
Ê

UÊ ˜Ê>``ˆÌˆœ˜Ê̜ÊV iVŽˆ˜}ÊÌ >ÌÊ#m# exists in namqaop*CAP, we made sure that namqaop*
CAPW#m#Y is a nonempty value before passing it to the database query.

Ê

UÊ 7iÊÕÃi`Ê>kkg*k^fa_po*behpan$pepha[[e_kjp]ejo9m% to query our book table for all
books whose title includes the given submission. The e_kjp]ejo is a lookup type (as
explained in Chapter 5 and Appendix B), and the statement can be roughly translated
as “Get the books whose title contains m, without being case-sensitive.”
This is a very simple way to do a book search. We wouldn’t recommend using a simple
e_kjp]ejo query on a large production database, as it can be slow. (In the real world,
you’d want to use a custom search system of some sort. Search the Web for open-source
full-text search to get an idea of the possibilities.)

Ê

UÊ 7iÊ«>ÃÃi`Ê^kkgo, a list of >kkg objects, to the template. The template code for oa]n_d[
naoqhpo*dpih might include something like this:

CHAPTER 7 N FORMS

8l:Ukqoa]n_da`bkn68opnkjc:wwmqanuyy8+opnkjc:8+l:
w!eb^kkgo!y
8l:Bkqj`ww^kkgoxhajcpdyy^kkgww^kkgoxlhqn]hevayy*8+l:
8qh:
w!bkn^kkgej^kkgo!y
8he:ww^kkg*pephayy8+he:
w!aj`bkn!y
8+qh:
w!ahoa!y
8l:Jk^kkgoi]p_da`ukqnoa]n_d_nepane]*8+l:
w!aj`eb!y
Note the usage of the lhqn]heva template filter, which outputs an “s” if appropriate, based
on the number of books found.

Improving Our Simple Form-Handling Example
As in previous chapters, we’ve shown you the simplest thing that could possibly work. Now
we’ll point out some problems and show you how to improve it.
First, our oa]n_d$% view’s handling of an empty query is poor—we’re just displaying a
Lha]oaoq^iep]oa]n_dpani* message, requiring the user to hit the browser’s Back button.
This is horrid and unprofessional, and if you ever actually implement something like this in
the wild, your Django privileges will be revoked.
It would be much better to redisplay the form, with an error above it, so that the user
can try again immediately. The easiest way to do that would be to render the template again,
like this:
bnki`f]jck*dppleilknpDpplNaolkjoa
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg
`aboa]n_d[bkni$namqaop%6
napqnjnaj`an[pk[naolkjoa$#oa]n_d[bkni*dpih#%
`aboa]n_d$namqaop%6
eb#m#ejnamqaop*CAP]j`namqaop*CAPW#m#Y6
m9namqaop*CAPW#m#Y
^kkgo9>kkg*k^fa_po*behpan$pepha[[e_kjp]ejo9m%
napqnjnaj`an[pk[naolkjoa$#oa]n_d[naoqhpo*dpih#(
w#^kkgo#6^kkgo(#mqanu#6my%
ahoa6
napqnjnaj`an[pk[naolkjoa$#oa]n_d[bkni*dpih#(w#annkn#6Pnqay%
(Note that we’ve included oa]n_d[bkni$% here so you can see both views in one place.)
Here we’ve improved oa]n_d$% to render the oa]n_d[bkni*dpih template again if the query
is empty. And because we need to display an error message in that template, we pass a template variable. Now we can edit oa]n_d[bkni*dpih to check for the annkn variable:

125

126

C HAPTER 7 N FO R MS

8dpih:
8da]`:
8pepha:Oa]n_d8+pepha:
8+da]`:
8^k`u:
w!ebannkn!y
8lopuha9_khkn6na`7:Lha]oaoq^iep]oa]n_dpani*8+l:
w!aj`eb!y
8bkni]_pekj9+oa]n_d+iapdk`9cap:
8ejlqppula9patpj]ia9m:
8ejlqppula9oq^iepr]hqa9Oa]n_d:
8+bkni:
8+^k`u:
8+dpih:
We can still use this template from our original view, oa]n_d[bkni$%, because oa]n_d[
bkni$% doesn’t pass annkn to the template—so the error message won’t show up in that case.
With this change in place, it’s a better application but it now begs the question: is a dedicated oa]n_d[bkni$% view really necessary? As it stands, a request to the URL +oa]n_d+ (without
any CAP parameters) will display the empty form (but with an error). We can remove the
oa]n_d[bkni$% view, along with its associated URLpattern, as long as we change oa]n_d$% to
hide the error message when somebody visits +oa]n_d+ with no CAP parameters:
`aboa]n_d$namqaop%6
annkn9B]hoa
eb#m#ejnamqaop*CAP6
m9namqaop*CAPW#m#Y
ebjkpm6
annkn9Pnqa
ahoa6
^kkgo9>kkg*k^fa_po*behpan$pepha[[e_kjp]ejo9m%
napqnjnaj`an[pk[naolkjoa$#oa]n_d[naoqhpo*dpih#(
w#^kkgo#6^kkgo(#mqanu#6my%
napqnjnaj`an[pk[naolkjoa$#oa]n_d[bkni*dpih#(
w#annkn#6annkny%
In this updated view, if a user visits +oa]n_d+ with no CAP parameters, he’ll see the search
form with no error message. If a user submits the form with an empty value for #m#, he’ll see
the search form with an error message. And, finally, if a user submits the form with a nonempty value for #m#, he’ll see the search results.
We can make one final improvement to this application, to remove a bit of redundancy.
Now that we’ve rolled the two views and URLs into one and +oa]n_d+ handles both searchform display and result display, the HTML 8bkni: in oa]n_d[bkni*dpih doesn’t have to
hard-code a URL. Instead of this
8bkni]_pekj9+oa]n_d+iapdk`9cap:
it can be changed to this:
8bkni]_pekj9iapdk`9cap:

CHAPTER 7 N FORMS

The ]_pekj9 means “Submit the form to the same URL as the current page.” With
this change in place, you won’t have to remember to change the ]_pekj if you ever hook the
oa]n_d$% view to another URL.

Simple Validation
Our search example is still reasonably simple, particularly in terms of its data validation; we’re
merely checking to make sure the search query isn’t empty. Many HTML forms include a level
of validation that’s more complex than making sure the value is nonempty. We’ve all seen the
following error messages on Web sites:
Ê

UÊ º*i>ÃiÊi˜ÌiÀÊ>ÊÛ>ˆ`Êi‡“>ˆÊ>``ÀiÃðʼvœœ½ÊˆÃʘœÌÊ>˜Êi‡“>ˆÊ>``ÀiÃð»

Ê

UÊ º*i>ÃiÊi˜ÌiÀÊ>ÊÛ>ˆ`ÊvˆÛi‡`ˆ}ˆÌÊ1°-°Ê<*ÊVœ`i°Ê¼£ÓνʈÃʘœÌÊ>Ê<*ÊVœ`i°»

Ê

UÊ º*i>ÃiÊi˜ÌiÀÊ>ÊÛ>ˆ`Ê`>Ìiʈ˜ÊÌ iÊvœÀ“>ÌÊ9999‡‡

Ê

UÊ º*i>ÃiÊi˜ÌiÀÊ>Ê«>ÃÃܜÀ`ÊÌ >ÌʈÃÊ>Ìʏi>ÃÌÊnÊV >À>VÌiÀÃʏœ˜}Ê>˜`ÊVœ˜Ì>ˆ˜ÃÊ>Ìʏi>ÃÌʜ˜iÊ
number.”

°»

A NOTE ON JAVASCRIPT VALIDATION
JavaScript validation is beyond the scope of this book, but you can use JavaScript to validate data on the
client side, directly in the browser. Be warned, however: even if you do this, you must validate data on the
server side. Some people have JavaScript turned off, and some malicious users might submit raw, unvalidated data directly to your form handler to see whether they can cause mischief.
There’s nothing you can do about this, other than to always validate user-submitted data server-side
(i.e., in your Django views). You should think of JavaScript validation as a bonus usability feature, not as your
only means of validating.

Let’s tweak our oa]n_d$% view so it validates that the search term is less than or equal to
ÓäÊV >À>VÌiÀÃʏœ˜}°Ê­œÀÊÌ ˆÃÊiÝ>“«i]ʏi̽ÃÊÃ>ÞÊ>˜ÞÌ ˆ˜}ʏœ˜}iÀÊÌ >˜ÊÌ >Ìʓˆ} Ìʓ>ŽiÊÌ iʵÕiÀÞÊ
too slow.) How might we do that? The simplest thing would be to embed the logic directly in
the view, like this:
`aboa]n_d$namqaop%6
annkn9B]hoa
eb#m#ejnamqaop*CAP6
m9namqaop*CAPW#m#Y
ebjkpm6
annkn9Pnqa
ahebhaj$m%:.,6
annkn9Pnqa
ahoa6
^kkgo9>kkg*k^fa_po*behpan$pepha[[e_kjp]ejo9m%
napqnjnaj`an[pk[naolkjoa$#oa]n_d[naoqhpo*dpih#(
w#^kkgo#6^kkgo(#mqanu#6my%

127

128

C HAPTER 7 N FO R MS

napqnjnaj`an[pk[naolkjoa$#oa]n_d[bkni*dpih#(
w#annkn#6annkny%
œÜʈvÊޜÕÊÌÀÞÊÃÕL“ˆÌ̈˜}Ê>ÊÃi>ÀV ʵÕiÀÞÊ}Ài>ÌiÀÊÌ >˜ÊÓäÊV >À>VÌiÀÃʏœ˜}]ÊޜսÊ}iÌÊ>˜Ê
error message. But that error message in oa]n_d[bkni*dpih currently says, Lha]oaoq^iep]
oa]n_dpani*—so we’ll have to change it to be accurate for both cases (an empty search term
or a search term that’s too long).
8dpih:
8da]`:
8pepha:Oa]n_d8+pepha:
8+da]`:
8^k`u:
w!ebannkn!y
8lopuha9_khkn6na`7:
Lha]oaoq^iep]oa]n_dpani
.,_d]n]_panoknodknpan*
8+l:
w!aj`eb!y
8bkni]_pekj9+oa]n_d+iapdk`9cap:
8ejlqppula9patpj]ia9m:
8ejlqppula9oq^iepr]hqa9Oa]n_d:
8+bkni:
8+^k`u:
8+dpih:
There’s something ugly about this. Our one-size-fits-all error message is potentially confusing. Why should the error message for an empty form submission mention anything about
>ÊÓä‡V >À>VÌiÀʏˆ“ˆÌ¶Ê ÀÀœÀʓiÃÃ>}iÃÊà œÕ`ÊLiÊëiVˆvˆVÊ>˜`ÊVi>À°
The problem is that we’re using a simple Boolean value for annkn, whereas we should be
using a list of error-message strings. Here’s how we might fix that:
`aboa]n_d$namqaop%6
annkno9WY
eb#m#ejnamqaop*CAP6
m9namqaop*CAPW#m#Y
ebjkpm6
annkno*]llaj`$#Ajpan]oa]n_dpani*#%
ahebhaj$m%:.,6
annkno*]llaj`$#Lha]oaajpan]pikop.,_d]n]_pano*#%
ahoa6
^kkgo9>kkg*k^fa_po*behpan$pepha[[e_kjp]ejo9m%
napqnjnaj`an[pk[naolkjoa$#oa]n_d[naoqhpo*dpih#(
w#^kkgo#6^kkgo(#mqanu#6my%
napqnjnaj`an[pk[naolkjoa$#oa]n_d[bkni*dpih#(
w#annkno#6annknoy%
Then we need to make a small tweak to the oa]n_d[bkni*dpih template to reflect that it’s
now passed an annkno list instead of an annkn Boolean value:

CHAPTER 7 N FORMS

8dpih:
8da]`:
8pepha:Oa]n_d8+pepha:
8+da]`:
8^k`u:
w!ebannkno!y
8qh:
w!bknannknejannkno!y
8he:wwannknyy8+he:
w!aj`bkn!y
8+qh:
w!aj`eb!y
8bkni]_pekj9+oa]n_d+iapdk`9cap:
8ejlqppula9patpj]ia9m:
8ejlqppula9oq^iepr]hqa9Oa]n_d:
8+bkni:
8+^k`u:
8+dpih:

Making a Contact Form
Although we iterated over the book-search-form example several times and improved it
nicely, it’s still fundamentally simple: just a single field, #m#. Because it’s so simple, we didn’t
even use Django’s form library to deal with it. But more complex forms call for more complex
treatment—and now we’ll develop something more complex: a site contact form that lets site
users submit a bit of feedback, along with an optional e-mail return address. After the form
is submitted and the data is validated, we’ll automatically send the message via e-mail to the
site staff.
We’ll start with our template, _kjp]_p[bkni*dpih.
8dpih:
8da]`:
8pepha:?kjp]_pqo8+pepha:
8+da]`:
8^k`u:
8d-:?kjp]_pqo8+d-:
w!ebannkno!y
8qh:
w!bknannknejannkno!y
8he:wwannknyy8+he:
w!aj`bkn!y
8+qh:
w!aj`eb!y

129

130

C HAPTER 7 N FO R MS

8bkni]_pekj9+_kjp]_p+iapdk`9lkop:
8l:Oq^fa_p68ejlqppula9patpj]ia9oq^fa_p:8+l:
8l:Ukqna)i]eh$klpekj]h%68ejlqppula9patpj]ia9a)i]eh:8+l:
8l:Iaoo]ca68patp]na]j]ia9iaoo]cankso9-,_kho91,:8+patp]na]:8+l:
8ejlqppula9oq^iepr]hqa9Oq^iep:
8+bkni:
8+^k`u:
8+dpih:
We’ve defined three fields: the subject, e-mail address, and message. The second is
optional, but the other two fields are required. Note we’re using iapdk`9lkop here instead of
iapdk`9cap because this form submission has a side effect—it sends an e-mail. Also, we copied the error-displaying code from our previous template oa]n_d[bkni*dpih.
If we continue down the road established by our oa]n_d$% view from the previous section,
a naive version of our _kjp]_p$% view might look like this:
bnki`f]jck*_kna*i]eheilknpoaj`[i]eh
bnki`f]jck*dppleilknpDpplNaolkjoaNa`ena_p
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
`ab_kjp]_p$namqaop%6
annkno9WY
ebnamqaop*iapdk`99#LKOP#6
ebjkpnamqaop*LKOP*cap$#oq^fa_p#(##%6
annkno*]llaj`$#Ajpan]oq^fa_p*#%
ebjkpnamqaop*LKOP*cap$#iaoo]ca#(##%6
annkno*]llaj`$#Ajpan]iaoo]ca*#%
ebnamqaop*LKOP*cap$#a)i]eh#%]j`#<#jkpejnamqaop*LKOPW#a)i]eh#Y6
annkno*]llaj`$#Ajpan]r]he`a)i]eh]``naoo*#%
ebjkpannkno6
oaj`[i]eh$
namqaop*LKOPW#oq^fa_p#Y(
namqaop*LKOPW#iaoo]ca#Y(
namqaop*LKOP*cap$#a)i]eh#(#jknalhuÌÊnamqaop*iapdk` is #LKOP#. This will be true only in the case of a
form submission; it won’t be true if somebody is merely viewing the contact form. (In
the latter case, namqaop*iapdk` will be set to #CAP# because in normal Web browsing,
browsers use CAP, not LKOP.) This makes it a nice way to isolate the “form display” case
from the “form processing” case.

Ê

UÊ ˜ÃÌi>`ʜvÊnamqaop*CAP, we’re using namqaop*LKOP to access the submitted form data.
This is necessary because the HTML 8bkni: in _kjp]_p[bkni*dpih uses iapdk`9lkop.
If this view is accessed via LKOP, then namqaop*CAP will be empty.

Ê

UÊ 7iÊ >ÛiÊtwo required fields, oq^fa_p and iaoo]ca, so we have to validate both. Note
that we’re using namqaop*LKOP*cap$% and providing a blank string as the default value;
this is a nice, short way of handling both the cases of missing keys and missing data.

Ê

UÊ Ì œÕ} ÊÌ iÊa)i]eh field is not required, we still validate it if it is indeed submitted.
Our validation algorithm here is fragile—we’re just checking that the string contains an
< character. In the real world, you’d want more robust validation (and Django provides
it, which we’ll show you in the “Your First Form Class” section later in this chapter).

Ê

UÊ 7i½ÀiÊÕȘ}ÊÌ iÊv՘V̈œ˜Ê`f]jck*_kna*i]eh*oaj`[i]eh to send an e-mail. This function
has four required arguments: the e-mail subject, the e-mail body, the “from” address,
and a list of recipient addresses. oaj`[i]eh is a convenient wrapper around Django’s
A)i]ehIaoo]ca class, which provides advanced features such as attachments, multipart
e-mails, and full control over e-mail headers.
Note that in order to send e-mail using oaj`[i]eh$%, your server must be configured to
send mail, and Django must be told about your outbound e-mail server. See dppl6++
`k_o*`f]jcklnkfa_p*_ki+aj+`ar+pkle_o+a)i]eh+ for the specifics.

Ê

UÊ vÌiÀÊÌ iÊi‡“>ˆÊˆÃÊÃi˜Ì]ÊÜiÊÀi`ˆÀiVÌÊ̜Ê>ʺÃÕVViÃûʫ>}iÊLÞÊÀiÌÕÀ˜ˆ˜}Ê>˜Ê
DpplNaolkjoaNa`ena_p object. We’ll leave the implementation of that “success”
page up to you (it’s a simple view/URLconf/template), but we’ll explain why we
initiate a redirect instead of, for example, simply calling naj`an[pk[naolkjoa$% with
a template right there.
The reason: if a user hits Refresh on a page that was loaded via LKOP, that request will be
repeated. This can often lead to undesired behavior, such as a duplicate record being
added to the database—or, in our example, the e-mail being sent twice. If the user
is redirected to another page after the LKOP, then there’s no chance of repeating the
request.
You should always issue a redirect for successful LKOP requests. It’s a Web-development
best practice.

This view works, but those validation functions are kind of crufty. Imagine processing a
form with a dozen fields; would you really want to have to write all of those eb statements?
Another problem is form redisplay. In the case of validation errors, it’s best practice to
redisplay the form with the previously submitted data already filled in so the user can see what
he did wrong (and doesn’t have to re-enter data in fields that were submitted correctly). We
could manually pass the LKOP data back to the template, but we’d have to edit each HTML field
to insert the proper value in the proper place:

131

132

C HAPTER 7 N FO R MS

reaso*lu
`ab_kjp]_p$namqaop%6
annkno9WY
ebnamqaop*iapdk`99#LKOP#6
ebjkpnamqaop*LKOP*cap$#oq^fa_p#(##%6
annkno*]llaj`$#Ajpan]oq^fa_p*#%
ebjkpnamqaop*LKOP*cap$#iaoo]ca#(##%6
annkno*]llaj`$#Ajpan]iaoo]ca*#%
ebnamqaop*LKOP*cap$#a)i]eh#%]j`#<#jkpejnamqaop*LKOPW#a)i]eh#Y6
annkno*]llaj`$#Ajpan]r]he`a)i]eh]``naoo*#%
ebjkpannkno6
oaj`[i]eh$
namqaop*LKOPW#oq^fa_p#Y(
namqaop*LKOPW#iaoo]ca#Y(
namqaop*LKOP*cap$#a)i]eh#(#jknalhu˜`ʈ̽ÃÊȓˆ>ÀÊÌœÊ >˜}œ½Ãʓœ`iÊÃޘÌ>Ý°Ê >V Êvˆi`ʈ˜ÊÌ iÊvœÀ“Ê
is represented by a type of Beah` class—?d]nBeah` and Ai]ehBeah` are the only types of fields
used here—as attributes of a BkniÊV>ÃÃ°Ê >V Êvˆi`ʈÃÊÀiµÕˆÀi`ÊLÞÊ`iv>ՏÌ]ÊÜÊ̜ʓ>ŽiÊa)i]eh
optional, we specify namqena`9B]hoa.
Let’s hop into the Python interactive interpreter and see what this class can do. The first
thing it can do is display itself as HTML:
:::bnki_kjp]_p*bknioeilknp?kjp]_pBkni
:::b9?kjp]_pBkni$%
:::lnejpb
8pn:8pd:8h]^ahbkn9e`[oq^fa_p:Oq^fa_p68+h]^ah:8+pd:8p`:
8ejlqppula9patpj]ia9oq^fa_pe`9e`[oq^fa_p+:8+p`:8+pn:
8pn:8pd:8h]^ahbkn9e`[a)i]eh:A)i]eh68+h]^ah:8+pd:8p`:
8ejlqppula9patpj]ia9a)i]ehe`9e`[a)i]eh+:8+p`:8+pn:
8pn:8pd:8h]^ahbkn9e`[iaoo]ca:Iaoo]ca68+h]^ah:8+pd:8p`:
8ejlqppula9patpj]ia9iaoo]cae`9e`[iaoo]ca+:8+p`:8+pn:
Django adds a label to each field, along with 8h]^ah: tags for accessibility. The idea is to
make the default behavior as optimal as possible.
This default output is in the format of an HTML 8p]^ha:, but there are a few other built-in
outputs:
:::lnejpb*]o[qh$%
8he:8h]^ahbkn9e`[oq^fa_p:Oq^fa_p68+h]^ah:
8ejlqppula9patpj]ia9oq^fa_pe`9e`[oq^fa_p+:8+he:
8he:8h]^ahbkn9e`[a)i]eh:A)i]eh68+h]^ah:
8ejlqppula9patpj]ia9a)i]ehe`9e`[a)i]eh+:8+he:
8he:8h]^ahbkn9e`[iaoo]ca:Iaoo]ca68+h]^ah:
8ejlqppula9patpj]ia9iaoo]cae`9e`[iaoo]ca+:8+he:
:::lnejpb*]o[l$%
8l:8h]^ahbkn9e`[oq^fa_p:Oq^fa_p68+h]^ah:
8ejlqppula9patpj]ia9oq^fa_pe`9e`[oq^fa_p+:8+l:
8l:8h]^ahbkn9e`[a)i]eh:A)i]eh68+h]^ah:
8ejlqppula9patpj]ia9a)i]ehe`9e`[a)i]eh+:8+l:
8l:8h]^ahbkn9e`[iaoo]ca:Iaoo]ca68+h]^ah:
8ejlqppula9patpj]ia9iaoo]cae`9e`[iaoo]ca+:8+l:
Note that the opening and closing 8p]^ha:, 8qh:, and 8bkni: tags aren’t included in the
output, so you can add any additional rows and customization if necessary.
These methods are just shortcuts for the common case of “display the entire form.” You
can also display the HTML for a particular field:
:::lnejpbW#oq^fa_p#Y
8ejlqppula9patpj]ia9oq^fa_pe`9e`[oq^fa_p+:
:::lnejpbW#iaoo]ca#Y
8ejlqppula9patpj]ia9iaoo]cae`9e`[iaoo]ca+:
The second thing Bkni objects can do is validate data. To do this, create a new Bkni object
and pass it a dictionary of data that maps field names to data:

CHAPTER 7 N FORMS

:::b9?kjp]_pBkni$w#oq^fa_p#6#Dahhk#(#a)i]eh#6#]`ne]jV ÊLœÕ˜`ÊBkni instance has an annkno attribute that gives you a dictionary mapping
field names to error-message lists:
:::b9?kjp]_pBkni$w#oq^fa_p#6#Dahhk#(#iaoo]ca#6##y%
:::b*annkno
w#iaoo]ca#6Wq#Pdeobeah`eonamqena`*#Yy
Finally, for Bkni instances whose data has been found to be valid, a _ha]ja`[`]p] attribute
is available. This is a dictionary of the submitted data, “cleaned up.” Django’s forms framework not only validates data, but cleans it up by converting values to the appropriate Python
types, as shown here:

135

136

C HAPTER 7 N FO R MS

:::b9?kjp]_pBkni$w#oq^fa_p#6#Dahhk#(#a)i]eh#6#]`ne]jV Êvˆi`ÊÌÞ«iÊ >ÃÊ>Ê`iv>ՏÌÊ܈`}iÌ]ÊLÕÌÊޜÕÊV>˜Êi>ȏÞʜÛiÀÀˆ`iÊÌ iÊ`iv>ՏÌʜÀÊ«ÀœÛˆ`iÊ>Ê
custom widget of your own.
Think of the Beah` classes as representing validation logic, while widgets represent presentation logic.

Setting a Maximum Length
One of the most common validation needs is to check that a field is of a certain size. For good
measure, we should improve our ?kjp]_pBkni to limit the oq^fa_p to 100 characters. To do
that, just supply a i]t[hajcpd to the ?d]nBeah`, like this:

137

138

C HAPTER 7 N FO R MS

bnki`f]jckeilknpbknio
_h]oo?kjp]_pBkni$bknio*Bkni%6
oq^fa_p9bknio*?d]nBeah`$i]t[hajcpd9-,,%
a)i]eh9bknio*Ai]ehBeah`$namqena`9B]hoa%
iaoo]ca9bknio*?d]nBeah`$se`cap9bknio*Patp]na]%
An optional iej[hajcpd argument is also available.

Setting Initial Values
As an improvement to this form, let’s add an initial value for the oq^fa_p field: Ehkraukqn
oepa (A little power of suggestion can’t hurt.) To do this, we can use the ejepe]h argument
when we create a Bkni instance:
`ab_kjp]_p$namqaop%6
ebnamqaop*iapdk`99#LKOP#6
bkni9?kjp]_pBkni$namqaop*LKOP%
ebbkni*eo[r]he`$%6
_`9bkni*_ha]ja`[`]p]
oaj`[i]eh$
_`W#oq^fa_p#Y(
_`W#iaoo]ca#Y(
_`*cap$#a)i]eh#(#jknalhuÞÊ̜ÊVÕÃ̜“ˆâiÊvœÀ“ýʫÀiÃi˜Ì>̈œ˜ÊˆÃÊÜˆÌ Ê --°Ê ÀÀœÀʏˆÃÌÃ]ʈ˜Ê«>À̈VՏ>À]Ê
could do with some visual enhancement, and the autogenerated error lists use 8qh_h]oo9
annknheop: precisely so that you can target them with CSS. The following CSS really makes
our errors stand out:
8opuhapula9patp+_oo:
qh*annknheopw
i]ncej6,7
l]``ejc6,7
y
*annknheophew
^]_gcnkqj`)_khkn6na`7
_khkn6sdepa7
`eolh]u6^hk_g7
bkjp)oeva6-,lt7
i]ncej6,,/lt7
l]``ejc60lt1lt7
y
8+opuha:
Although it’s convenient to have our form’s HTML generated for us, in many cases you’ll
want to override the default rendering. wwbkni*]o[p]^hayy and friends are useful shortcuts
while you develop your application, but everything about the way a form is displayed can be
overridden, mostly within the template itself, and you’ll likely override the defaults often.
>V Êvˆi`½ÃÊ܈`}iÌÊ­8ejlqppula9patp:, 8oaha_p:, 8patp]na]:, etc.) can be rendered
individually by accessing wwbkni*beah`j]iayy in the template, and any errors associated
with a field are available as wwbkni*beah`j]ia*annknoyy. With this in mind, we can construct
a custom template for our contact form with the following template code:
8dpih:
8da]`:
8pepha:?kjp]_pqo8+pepha:
8+da]`:
8^k`u:
8d-:?kjp]_pqo8+d-:
w!ebbkni*annkno!y
8lopuha9_khkn6na`7:
Lha]oa_knna_ppdaannknwwbkni*annknoxlhqn]hevayy^ahks*
8+l:
w!aj`eb!y
8bkni]_pekj9iapdk`9lkop:
8`er_h]oo9beah`:
wwbkni*oq^fa_p*annknoyy
8h]^ahbkn9e`[oq^fa_p:Oq^fa_p68+h]^ah:
wwbkni*oq^fa_pyy
8+`er:

CHAPTER 7 N FORMS

8`er_h]oo9beah`:
wwbkni*a)i]eh*annknoyy
8h]^ahbkn9e`[a)i]eh:Ukqna)i]eh]``naoo68+h]^ah:
wwbkni*a)i]ehyy
8+`er:
8`er_h]oo9beah`:
wwbkni*iaoo]ca*annknoyy
8h]^ahbkn9e`[iaoo]ca:Iaoo]ca68+h]^ah:
wwbkni*iaoo]cayy
8+`er:
8ejlqppula9oq^iepr]hqa9Oq^iep:
8+bkni:
8+^k`u:
8+dpih:
wwbkni*iaoo]ca*annknoyy displays a 8qh_h]oo9annknheop: if errors are present and
a blank string if the field is valid (or the form is unbound). We can also treat bkni*iaoo]ca*
annkno as a Boolean or even iterate over it as a list. Consider this example:
8`er_h]oo9beah`w!ebbkni*iaoo]ca*annkno!yannknow!aj`eb!y:
w!ebbkni*iaoo]ca*annkno!y
8qh:
w!bknannknejbkni*iaoo]ca*annkno!y
8he:8opnkjc:wwannknyy8+opnkjc:8+he:
w!aj`bkn!y
8+qh:
w!aj`eb!y
8h]^ahbkn9e`[iaoo]ca:Iaoo]ca68+h]^ah:
wwbkni*iaoo]cayy
8+`er:
In the case of validation errors, this will add an annkno class to the containing 8`er: and
display the list of errors in an unordered list.

What’s Next?
This chapter concludes the introductory material in this book—the so-called “core curricuÕ“°»Ê/ iʘiÝÌÊÃiV̈œ˜ÊœvÊÌ iÊLœœŽ]Ê >«ÌiÀÃÊnÊ̜ʣÓ]Ê}œiÃʈ˜ÌœÊ“œÀiÊ`iÌ>ˆÊ>LœÕÌÊ>`Û>˜Vi`Ê
>˜}œÊÕÃ>}i]ʈ˜VÕ`ˆ˜}Ê œÜÊ̜Ê`i«œÞÊ>Ê >˜}œÊ>««ˆV>̈œ˜Ê­ >«ÌiÀÊ£Ó®°
After these first seven chapters, you should know enough to start writing your own Django
projects. The rest of the material in this book will help fill in the missing pieces. We’ll start in
Chapter 8 by doubling back and taking a closer look at views and URLconfs (introduced first in
Chapter 3).

141

P A R T

2

Advanced Usage

CHAPTER

8

Advanced Views and URLconfs
I

n Chapter 3, we explained the basics of Django view functions and URLconfs. This chapter
goes into more detail about advanced functionality in those two pieces of the framework.

URLconf Tricks
There’s nothing “special” about URLconfs—like anything else in Django, they’re just Python
code. You can take advantage of this in several ways, as described in the sections that follow.

Streamlining Function Imports
Consider this URLconf, which builds on the example in Chapter 3:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepa*reasoeilknpdahhk(_qnnajp[`]papeia(dkqno[]da]`
qnhl]ppanjo9l]ppanjo$##(
$n#Zdahhk+ #(dahhk%(
$n#Zpeia+ #(_qnnajp[`]papeia%(
$n#Zpeia+lhqo+$X`w-(.y%+ #(dkqno[]da]`%(
%
As explained in Chapter 3, each entry in the URLconf includes its associated view function, passed directly as a function object. This means it’s necessary to import the view
functions at the top of the module.
But as a Django application grows in complexity, its URLconf grows, too, and keeping
those imports can be tedious to manage. (For each new view function, you have to remember
to import it, and the eilknp statement tends to get overly long if you use this approach.) It’s
possible to avoid that tedium by importing the reaso module itself. This example URLconf is
equivalent to the previous one:

145

146

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Zdahhk+ #(reaso*dahhk%(
$n#Zpeia+ #(reaso*_qnnajp[`]papeia%(
$n#Zpeia+lhqo+$`w-(.y%+ #(reaso*dkqno[]da]`%(
%
Django offers another way of specifying the view function for a particular pattern in the
URLconf: you can pass a string containing the module name and function name rather than
the function object itself. Continuing the ongoing example:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Zdahhk+ #(#iuoepa*reaso*dahhk#%(
$n#Zpeia+ #(#iuoepa*reaso*_qnnajp[`]papeia#%(
$n#Zpeia+lhqo+$`w-(.y%+ #(#iuoepa*reaso*dkqno[]da]`#%(
%
(Note the quotes around the view names. We’re using #iuoepa*reaso*_qnnajp[`]papeia#—
with quotes—instead of iuoepa*reaso*_qnnajp[`]papeia.)
Using this technique, it’s no longer necessary to import the view functions; Django automatically imports the appropriate view function the first time it’s needed, according to the
string describing the name and path of the view function.
A further shortcut you can take when using the string technique is to factor out a common
“view prefix.” In our URLconf example, each of the view strings starts with #iuoepa*reaso#,
which is redundant to type. We can factor out that common prefix and pass it as the first argument to l]ppanjo$%, like this:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$#iuoepa*reaso#(
$n#Zdahhk+ #(#dahhk#%(
$n#Zpeia+ #(#_qnnajp[`]papeia#%(
$n#Zpeia+lhqo+$`w-(.y%+ #(#dkqno[]da]`#%(
%
Note that you don’t put a trailing dot (*) in the prefix, nor do you put a leading dot in
the view strings. Django puts those in automatically.
With these two approaches in mind, which is better? It really depends on your personal
coding style and needs.
Advantages of the string approach are as follows:
Ê

UÊ ̽ÃʓœÀiÊVœ“«>VÌ]ÊLiV>ÕÃiʈÌÊ`œiؽÌÊÀiµÕˆÀiÊޜÕÊ̜ʈ“«œÀÌÊÌ iÊۈiÜÊv՘V̈œ˜Ã°

Ê

UÊ ÌÊÀiÃՏÌÃʈ˜Ê“œÀiÊÀi>`>LiÊ>˜`ʓ>˜>}i>LiÊ1,Vœ˜vÃʈvÊޜÕÀÊۈiÜÊv՘V̈œ˜ÃÊ>ÀiÊëÀi>`Ê
across several different Python modules.

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

Advantages of the function object approach are as follows:
Ê

UÊ ÌÊ>œÜÃÊvœÀÊi>ÃÞʺÜÀ>««ˆ˜}” of view functions. See the section “Wrapping View Functions” later in this chapter.

Ê

UÊ ̽ÃʓœÀiʺ*ÞÌ œ˜ˆV»pÌ >ÌʈÃ]ʈ̽ÃʓœÀiʈ˜Êˆ˜iÊÜˆÌ Ê*ÞÌ œ˜ÊÌÀ>`ˆÌˆœ˜Ã]ÊÃÕV Ê>ÃÊ«>ÃȘ}Ê
functions as objects.

Both approaches are valid, and you can even mix them within the same URLconf. The
choice is yours.

Using Multiple View Prefixes
In practice, if you use the string technique, you’ll probably end up mixing views to the point
where the views in your URLconf won’t have a common prefix. However, you can still take
advantage of the view prefix shortcut to remove duplication. Just add multiple l]ppanjo$%
objects together, like this:
Old:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Zdahhk+ #(#iuoepa*reaso*dahhk#%(
$n#Zpeia+ #(#iuoepa*reaso*_qnnajp[`]papeia#%(
$n#Zpeia+lhqo+$X`w-(.y%+ #(#iuoepa*reaso*dkqno[]da]`#%(
$n#Zp]c+$Xs'%+ #(#sa^hkc*reaso*p]c#%(
%
New:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$#iuoepa*reaso#(
$n#Zdahhk+ #(#dahhk#%(
$n#Zpeia+ #(#_qnnajp[`]papeia#%(
$n#Zpeia+lhqo+$X`w-(.y%+ #(#dkqno[]da]`#%(
%
qnhl]ppanjo'9l]ppanjo$#sa^hkc*reaso#(
$n#Zp]c+$Xs'%+ #(#p]c#%(
%
All the framework cares about is that there’s a module-level variable called qnhl]ppanjo.
This variable can be constructed dynamically, as we do in this example. We should specifically
point out that the objects returned by l]ppanjo$% can be added together, which is something
you might not have expected.

147

148

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

Special-Casing URLs in Debug Mode
Speaking of constructing qnhl]ppanjo dynamically, you might want to take advantage of this
technique to alter your URLconf’s behavior while in Django’s debug mode. To do this, just
check the value of the @A>QC setting at runtime, like so:
bnki`f]jck*_kjbeilknpoappejco
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Z #(reaso*dkial]ca%(
$n#Z$X`w0y%+$W])vYw/y%+ #(reaso*]n_dera[ikjpd%(
%
eboappejco*@A>QC6
qnhl]ppanjo'9l]ppanjo$##(
$n#Z`a^qcejbk+ #(reaso*`a^qc%(
%
In this example, the URL +`a^qcejbk+ will be available only if your @A>QC setting is set to Pnqa.

Using Named Groups
In all of our URLconf examples so far, we’ve used simple, non-named regular expression
groups—that is, we put parentheses around parts of the URL we wanted to capture, and
Django passes that captured text to the view function as a positional argument. In more
advanced usage, it’s possible to use named regular expression groups to capture URL bits and
pass them as keyword arguments to a view.

KEYWORD ARGUMENTS VS. POSITIONAL ARGUMENTS
A Python function can be called using keyword arguments or positional arguments—and, in some cases, both
at the same time. In a keyword argument call, you specify the names of the arguments along with the values
you’re passing. In a positional argument call, you simply pass the arguments without explicitly specifying
which argument matches which value; the association is implicit in the arguments’ order.
For example, consider this simple function:
`aboahh$epai(lne_a(mq]jpepu%6
lnejpOahhejc!oqjep$o%kb!o]p!o!$mq]jpepu(epai(lne_a%
To call it with positional arguments, you specify the arguments in the order in which they’re listed in the
function definition:
oahh$#Ok_go#(# .*1,#(2%

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

To call it with keyword arguments, you specify the names of the arguments along with the values. The
following statements are equivalent:
oahh$epai9#Ok_go#(lne_a9# .*1,#(mq]jpepu92%
oahh$epai9#Ok_go#(mq]jpepu92(lne_a9# .*1,#%
oahh$lne_a9# .*1,#(epai9#Ok_go#(mq]jpepu92%
oahh$lne_a9# .*1,#(mq]jpepu92(epai9#Ok_go#%
oahh$mq]jpepu92(epai9#Ok_go#(lne_a9# .*1,#%
oahh$mq]jpepu92(lne_a9# .*1,#(epai9#Ok_go#%
Finally, you can mix keyword and positional arguments, as long as all positional arguments are listed
before keyword arguments. The following statements are equivalent to the previous examples:
oahh$#Ok_go#(# .*1,#(mq]jpepu92%
oahh$#Ok_go#(lne_a9# .*1,#(mq]jpepu92%
oahh$#Ok_go#(mq]jpepu92(lne_a9# .*1,#%

In Python regular expressions, the syntax for named regular expression groups is
$;L8j]ia:l]ppanj%, where j]ia is the name of the group and l]ppanj is some pattern to match.
Here’s an example URLconf that uses non-named groups:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Z]npe_hao+$X`w0y%+ #(reaso*ua]n[]n_dera%(
$n#Z]npe_hao+$X`w0y%+$X`w.y%+ #(reaso*ikjpd[]n_dera%(
%
Here’s the same URLconf, rewritten to use named groups:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Z]npe_hao+$;L8ua]n:X`w0y%+ #(reaso*ua]n[]n_dera%(
$n#Z]npe_hao+$;L8ua]n:X`w0y%+$;L8ikjpd:X`w.y%+ #(reaso*ikjpd[]n_dera%(
%
This accomplishes exactly the same thing as the previous example, with one subtle difference: the captured values are passed to view functions as keyword arguments rather than
positional arguments.
For example, with non-named groups, a request to +]npe_hao+.,,2+,/+ would result in a
function call equivalent to this:
ikjpd[]n_dera$namqaop(#.,,2#(#,/#%

149

150

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

With named groups, though, the same request would result in this function call:
ikjpd[]n_dera$namqaop(ua]n9#.,,2#(ikjpd9#,/#%
In practice, using named groups makes your URLconfs slightly more explicit and less
prone to argument-order bugs—and you can reorder the arguments in your views’ function
definitions. Following the preceding example, if we wanted to change the URLs to include
the month before the year, and we were using non-named groups, we’d have to remember to
change the order of arguments in the ikjpd[]n_dera view. If we were using named groups,
changing the order of the captured parameters in the URL would have no effect on the view.
Of course, the benefits of named groups come at the cost of brevity; some developers find
the named-group syntax ugly and too verbose. Still, another advantage of named groups is
readability, especially by those who aren’t intimately familiar with regular expressions or your
particular Django application. It’s easier to see what’s happening, at a glance, in a URLconf
that uses named groups.

Understanding the Matching/Grouping Algorithm
A caveat with using named groups in a URLconf is that a single URLconf pattern cannot contain both named and non-named groups. If you do this, Django won’t throw any errors, but
you’ll probably find that your URLs aren’t matching as you expect. Specifically, here’s the
algorithm the URLconf parser follows, with respect to named groups vs. non-named groups in
a regular expression:
Ê

UÊ vÊÌ iÀiÊ>ÀiÊ>˜Þʘ>“i`Ê>À}Փi˜ÌÃ]ʈÌÊ܈ÊÕÃiÊÌ œÃi]ʈ}˜œÀˆ˜}ʘœ˜‡˜>“i`Ê>À}Փi˜Ìð

Ê

UÊ "Ì iÀ܈Ãi]ʈÌÊ܈Ê«>ÃÃÊ>Ê˜œ˜‡˜>“i`Ê>À}Փi˜ÌÃÊ>ÃÊ«œÃˆÌˆœ˜>Ê>À}Փi˜Ìð

Ê

UÊ ˜ÊLœÌ ÊV>ÃiÃ]ʈÌÊ܈Ê«>ÃÃÊ>˜ÞÊiÝÌÀ> options as keyword arguments. See the next section
for more information.

Passing Extra Options to View Functions
Sometimes you’ll find yourself writing view functions that are quite similar, with only a few
small differences. For example, say you have two views whose contents are identical except for
the templates they use:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Zbkk+ #(reaso*bkk[reas%(
$n#Z^]n+ #(reaso*^]n[reas%(
%
reaso*lu
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiiuoepa*ik`ahoeilknpIuIk`ah

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

`abbkk[reas$namqaop%6
i[heop9IuIk`ah*k^fa_po*behpan$eo[jas9Pnqa%
napqnjnaj`an[pk[naolkjoa$#pailh]pa-*dpih#(w#i[heop#6i[heopy%
`ab^]n[reas$namqaop%6
i[heop9IuIk`ah*k^fa_po*behpan$eo[jas9Pnqa%
napqnjnaj`an[pk[naolkjoa$#pailh]pa.*dpih#(w#i[heop#6i[heopy%
We’re repeating ourselves in this code, and that’s inelegant. At first, you may think to
remove the redundancy by using the same view for both URLs, putting parentheses around
the URL to capture it, and checking the URL within the view to determine the template, like so:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Z$bkk%+ #(reaso*bkk^]n[reas%(
$n#Z$^]n%+ #(reaso*bkk^]n[reas%(
%
reaso*lu
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiiuoepa*ik`ahoeilknpIuIk`ah
`abbkk^]n[reas$namqaop(qnh%6
i[heop9IuIk`ah*k^fa_po*behpan$eo[jas9Pnqa%
ebqnh99#bkk#6
pailh]pa[j]ia9#pailh]pa-*dpih#
ahebqnh99#^]n#6
pailh]pa[j]ia9#pailh]pa.*dpih#
napqnjnaj`an[pk[naolkjoa$pailh]pa[j]ia(w#i[heop#6i[heopy%
The problem with that solution, though, is that it couples your URLs to your code. If you
decide to rename +bkk+ to +bkkau+, you’ll have to remember to change the view code.
The elegant solution involves an optional URLconf parameter. Each pattern in a URLconf
may include a third item: a dictionary of keyword arguments to pass to the view function.
With this in mind, we can rewrite our ongoing example like this:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Zbkk+ #(reaso*bkk^]n[reas(w#pailh]pa[j]ia#6#pailh]pa-*dpih#y%(
$n#Z^]n+ #(reaso*bkk^]n[reas(w#pailh]pa[j]ia#6#pailh]pa.*dpih#y%(
%

151

152

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

reaso*lu
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiiuoepa*ik`ahoeilknpIuIk`ah
`abbkk^]n[reas$namqaop(pailh]pa[j]ia%6
i[heop9IuIk`ah*k^fa_po*behpan$eo[jas9Pnqa%
napqnjnaj`an[pk[naolkjoa$pailh]pa[j]ia(w#i[heop#6i[heopy%
As you can see, the URLconf in this example specifies pailh]pa[j]ia in the URLconf. The
view function treats it as just another parameter.
This extra URLconf options technique is a nice way of sending additional information
to your view functions with minimal fuss. As such, it’s used by a couple of Django’s bundled
applications, most notably its generic views system, which we cover in Chapter 11.
The following sections contain a couple of ideas on how you can use the extra URLconf
options technique in your own projects.

Faking Captured URLconf Values
Say you have a set of views that match a pattern, along with another URL that doesn’t fit the
pattern but whose view logic is the same. In this case, you can “fake” the capturing of URL values by using extra URLconf options to handle that extra URL with the same view.
For example, you might have an application that displays some data for a particular day,
with URLs such as these:
+iu`]p]+f]j+,-+
+iu`]p]+f]j+,.+
+iu`]p]+f]j+,/+
***
+iu`]p]+`a_+/,+
+iu`]p]+`a_+/-+
This is simple enough to deal with—you can capture those in a URLconf like this (using
named group syntax):
qnhl]ppanjo9l]ppanjo$##(
$n#Ziu`]p]+$;L8ikjpd:Xsw/y%+$;L8`]u:X`X`%+ #(reaso*iu[reas%(
%
And the view function signature would look like this:
`abiu[reas$namqaop(ikjpd(`]u%6
****
This approach is straightforward—it’s nothing you haven’t seen before. The trick comes in
when you want to add another URL that uses iu[reas but whose URL doesn’t include a ikjpd
and/or `]u.
For example, you might want to add another URL, +iu`]p]+^enpd`]u+, which would be
equivalent to +iu`]p]+f]j+,2+. You can take advantage of extra URLconf options like so:

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

qnhl]ppanjo9l]ppanjo$##(
$n#Ziu`]p]+^enpd`]u+ #(reaso*iu[reas(w#ikjpd#6#f]j#(#`]u#6#,2#y%(
$n#Ziu`]p]+$;L8ikjpd:Xsw/y%+$;L8`]u:X`X`%+ #(reaso*iu[reas%(
%
The cool thing here is that you don’t have to change your view function at all. The view
function only cares that it gets ikjpd and `]u parameters—it doesn’t matter whether they come
from the URL capturing itself or extra parameters.

Making a View Generic
It’s good programming practice to “factor out” commonalities in code. For example, with
these two Python functions:
`abo]u[dahhk$lanokj[j]ia%6
lnejp#Dahhk(!o#!lanokj[j]ia
`abo]u[ckk`^ua$lanokj[j]ia%6
lnejp#Ckk`^ua(!o#!lanokj[j]ia
we can factor out the greeting to make it a parameter:
`abcnaap$lanokj[j]ia(cnaapejc%6
lnejp#!o(!o#!$cnaapejc(lanokj[j]ia%
You can apply this same philosophy to your Django views by using extra URLconf parameters.
With this in mind, you can start making higher-level abstractions of your views. Instead of
thinking to yourself, “This view displays a list of Arajp objects,” and “That view displays a list of
>hkcAjpnu objects,” realize they’re both specific cases of “A view that displays a list of objects,
where the type of object is variable.”
Take this code, for example:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Zarajpo+ #(reaso*arajp[heop%(
$n#Z^hkc+ajpneao+ #(reaso*ajpnu[heop%(
%
reaso*lu
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnkiiuoepa*ik`ahoeilknpArajp(>hkcAjpnu
`abarajp[heop$namqaop%6
k^f[heop9Arajp*k^fa_po*]hh$%
napqnjnaj`an[pk[naolkjoa$#iuoepa+arajp[heop*dpih#(w#arajp[heop#6k^f[heopy%

153

154

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

`abajpnu[heop$namqaop%6
k^f[heop9>hkcAjpnu*k^fa_po*]hh$%
napqnjnaj`an[pk[naolkjoa$#iuoepa+^hkcajpnu[heop*dpih#(
w#ajpnu[heop#6k^f[heopy%
The two views do essentially the same thing: they display a list of objects. So let’s factor
out the type of object they’re displaying:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpik`aho(reaso
qnhl]ppanjo9l]ppanjo$##(
$n#Zarajpo+ #(reaso*k^fa_p[heop(w#ik`ah#6ik`aho*Arajpy%(
$n#Z^hkc+ajpneao+ #(reaso*k^fa_p[heop(w#ik`ah#6ik`aho*>hkcAjpnuy%(
%
reaso*lu
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
`abk^fa_p[heop$namqaop(ik`ah%6
k^f[heop9ik`ah*k^fa_po*]hh$%
pailh]pa[j]ia9#iuoepa+!o[heop*dpih#!ik`ah*[[j]ia[[*hksan$%
napqnjnaj`an[pk[naolkjoa$pailh]pa[j]ia(w#k^fa_p[heop#6k^f[heopy%
With those small changes, we suddenly have a reusable, model-agnostic view! From now
on, anytime we need a view that lists a set of objects, we can simply reuse this k^fa_p[heop
view rather than writing view code. Here are a couple of notes about what we did:
Ê

UÊ 7iÊ«>ÃÃi`ÊÌ iʓœ`iÊV>ÃÃiÃÊ`ˆÀiV̏Þ]Ê>ÃÊÌ iÊik`ah parameter. The dictionary of extra
URLconf options can pass any type of Python object—not just strings.

Ê

UÊ / iÊik`ah*k^fa_po*]hh$% line is an example of duck typing: “If it walks like a duck and
talks like a duck, we can treat it like a duck.” Note the code doesn’t know what type of
object ik`ah is; the only requirement is that ik`ah have an k^fa_po attribute, which in
turn has an ]hh$% method.

Ê

UÊ 7iÊÕÃi`Êik`ah*[[j]ia[[*hksan$% in determining the template name. Every Python
class has a [[j]ia[[ attribute that returns the class name. This feature is useful at
times like this, when we don’t know the type of class until runtime. For example, the
>hkcAjpnu class’s [[j]ia[[ is the string #>hkcAjpnu#.

Ê

UÊ ˜Ê>Êψ} ÌÊ`ˆvviÀi˜ViÊLiÌÜii˜ÊÌ ˆÃÊiÝ>“«iÊ>˜`ÊÌ iÊ«ÀiۈœÕÃÊiÝ>“«i]ÊÜiÊ«>ÃÃi`ÊÌ iÊ
generic variable name k^fa_p[heop to the template. We could easily change this variable name to be ^hkcajpnu[heop or arajp[heop, but we’ve left that as an exercise for the
reader.

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

Because database-driven Web sites have several common patterns, Django comes with a
set of “generic views” that use this exact technique to save you time. We cover Django’s builtin generic views in Chapter 11.

Giving a View Configuration Options
If you’re distributing a Django application, chances are that your users will want some degree
of configuration. In this case, it’s a good idea to add hooks to your views for any configuration
options you think people may want to change. You can use extra URLconf parameters for this
purpose.
A common bit of an application to make configurable is the template name:
`abiu[reas$namqaop(pailh]pa[j]ia%6
r]n9`k[okiapdejc$%
napqnjnaj`an[pk[naolkjoa$pailh]pa[j]ia(w#r]n#6r]ny%

Understanding Precedence of Captured Values vs. Extra Options
When there’s a conflict, extra URLconf parameters get precedence over captured parameters.
In other words, if your URLconf captures a named-group variable and an extra URLconf
parameter includes a variable with the same name, the extra URLconf parameter value will
be used.
For example, consider this URLconf:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
$n#Ziu`]p]+$;L8e`:X`'%+ #(reaso*iu[reas(w#e`#6/y%(
%
Here, both the regular expression and the extra dictionary include an e`. The hard-coded
e` gets precedence. That means any request (e.g., +iu`]p]+.+ or +iu`]p]+0/.0/.+) will be
treated as if e` is set to /, regardless of the value captured in the URL.
Astute readers will note that in this case, it’s a waste of time and typing to capture the e`
in the regular expression, because its value will always be overridden by the dictionary’s value.
That’s correct; we bring this up only to help you avoid making the mistake.

Using Default View Arguments
Another convenient trick is to specify default parameters for a view’s arguments. This tells the
view which value to use for a parameter by default if none is specified.
Here’s an example:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso

155

156

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

qnhl]ppanjo9l]ppanjo$##(
$n#Z^hkc+ #(reaso*l]ca%(
$n#Z^hkc+l]ca$;L8jqi:X`'%+ #(reaso*l]ca%(
%
reaso*lu
`abl]ca$namqaop(jqi9#-#%6
Kqplqppda]llnklne]pal]cakb^hkcajpneao(]__kn`ejcpkjqi*
***
Here, both URLpatterns point to the same view—reaso*l]ca—but the first pattern doesn’t
capture anything from the URL. If the first pattern matches, the l]ca$% function will use its
default argument for jqi, #-#. If the second pattern matches, l]ca$% will use whatever jqi
value was captured by the regular expression.

NNote We’ve been careful to set the default argument’s value to the string #-#, not the integer -. That’s
for consistency because any captured value for jqi will always be a string.

It’s common to use this technique in conjunction with configuration options, as explained
earlier. This example makes a slight improvement to the example in the “Giving a View Configuration Options” section by providing a default value for pailh]pa[j]ia:
`abiu[reas$namqaop(pailh]pa[j]ia9#iuoepa+iu[reas*dpih#%6
r]n9`k[okiapdejc$%
napqnjnaj`an[pk[naolkjoa$pailh]pa[j]ia(w#r]n#6r]ny%

Special-Casing Views
Sometimes you’ll have a pattern in your URLconf that handles a large set of URLs, but you’ll
need to special-case one of them. In this case, take advantage of the linear way a URLconf is
processed and put the special case first.
For example, you can think of the “add an object” pages in Django’s admin site as represented by a URLpattern like this:
qnhl]ppanjo9l]ppanjo$##(
***
$#Z$WZ+Y'%+$WZ+Y'%+]``+ #(reaso*]``[op]ca%(
***
%
This matches URLs such as +iu^hkc+ajpneao+]``+ and +]qpd+cnkqlo+]``+. However, the
“add” page for a user object (+]qpd+qoan+]``+) is a special case—it doesn’t display all of the
form fields, it displays two password fields, and so forth. We could solve this problem by special-casing in the view, like so:

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

`ab]``[op]ca$namqaop(]ll[h]^ah(ik`ah[j]ia%6
eb]ll[h]^ah99#]qpd#]j`ik`ah[j]ia99#qoan#6
`kola_e]h)_]oa_k`a
ahoa6
`kjkni]h_k`a
but that’s inelegant for a reason we’ve touched on multiple times in this chapter: it puts URL
logic in the view. As a more elegant solution, we can take advantage of the fact that URLconfs
are processed in order from top to bottom:
qnhl]ppanjo9l]ppanjo$##(
***
$#Z]qpd+qoan+]``+ #(reaso*qoan[]``[op]ca%(
$#Z$WZ+Y'%+$WZ+Y'%+]``+ #(reaso*]``[op]ca%(
***
%
With this in place, a request to +]qpd+qoan+]``+ will be handled by the qoan[]``[op]ca
view. Although that URL matches the second pattern, it matches the top one first. (This is
short-circuit logic.)

Capturing Text in URLs
Each captured argument is sent to the view as a plain Python Unicode string, regardless of
what sort of match the regular expression makes. For example, in this URLconf line, the ua]n
argument to reaso*ua]n[]n_dera$% will be a string, not an integer, even though X`w0y will only
match integer strings:
$n#Z]npe_hao+$;L8ua]n:X`w0y%+ #(reaso*ua]n[]n_dera%(
This is important to keep in mind when you’re writing view code. Many built-in Python
functions are fussy (and rightfully so) about accepting only objects of a certain type. A common error is to attempt to create a `]papeia*`]pa object with string values instead of integer
values:
:::eilknp`]papeia
:::`]papeia*`]pa$#-55/#(#3#(#5#%
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
***
PulaAnnkn6]jejpacaneonamqena`
:::`]papeia*`]pa$-55/(3(5%
`]papeia*`]pa$-55/(3(5%
Translated to a URLconf and view, the error looks like this:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso

157

158

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

qnhl]ppanjo9l]ppanjo$##(
$n#Z]npe_hao+$X`w0y%+$X`w.y%+$X`w.y%+ #(reaso*`]u[]n_dera%(
%
reaso*lu
eilknp`]papeia
`ab`]u[]n_dera$namqaop(ua]n(ikjpd(`]u%6
Pdabkhhksejcop]paiajpn]eoao]PulaAnnkn
`]pa9`]papeia*`]pa$ua]n(ikjpd(`]u%
Instead, `]u[]n_dera$% can be written correctly like this:
`ab`]u[]n_dera$namqaop(ua]n(ikjpd(`]u%6
`]pa9`]papeia*`]pa$ejp$ua]n%(ejp$ikjpd%(ejp$`]u%%
Note that ejp$% itself raises a R]hqaAnnkn when you pass it a string that is not composed
solely of digits, but we’re avoiding that error in this case because the regular expression in our
URLconf has ensured that only strings containing digits are passed to the view function.

Determining What the URLconf Searches Against
When a request comes in, Django tries to match the URLconf patterns against the requested
URL, as a Python string. This does not include CAP or LKOP parameters, or the domain name. It
also does not include the leading slash, because every URL has a leading slash.
For example, in a request to dppl6++sss*at]ilha*_ki+iu]ll+, Django will try to match
iu]ll+. In a request to dppl6++sss*at]ilha*_ki+iu]ll+;l]ca9/, Django will try to match iu]ll+.
The request method (e.g., LKOP, CAP) is not taken into account when traversing the URLconf. In other words, all request methods will be routed to the same function for the same
URL. It’s the responsibility of a view function to perform branching based on the request
method.

Higher-Level Abstractions of View Functions
And speaking of branching based on the request method, let’s take a look at how we might
build a nice way of doing that. Consider this URLconf/view layout:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso
qnhl]ppanjo9l]ppanjo$##(
***
$n#Zokial]ca+ #(reaso*okia[l]ca%(
***
%
reaso*lu

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

bnki`f]jck*dppleilknpDppl0,0(DpplNaolkjoaNa`ena_p
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
`abokia[l]ca$namqaop%6
ebnamqaop*iapdk`99#LKOP#6
`k[okiapdejc[bkn[lkop$%
napqnjDpplNaolkjoaNa`ena_p$#+okiaqnh+#%
ahebnamqaop*iapdk`99#CAP#6
`k[okiapdejc[bkn[cap$%
napqnjnaj`an[pk[naolkjoa$#l]ca*dpih#%
ahoa6
n]eoaDppl0,0$%
In this example, the okia[l]ca$% view’s handling of LKOP vs. CAP requests is quite different.
The only thing they have in common is a shared URL: +okial]ca+. As such, it’s kind of inelegant to deal with both LKOP and CAP in the same view function. It would be nice if we could
have two separate view functions—one handling CAP requests and the other handling LKOP—
and ensuring that each one was called only when appropriate.
We can do that by writing a view function that delegates to other views, either before or
after executing some custom logic. Here’s an example of how this technique could help simplify our okia[l]ca$% view:
reaso*lu
bnki`f]jck*dppleilknpDppl0,0(DpplNaolkjoaNa`ena_p
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
`abiapdk`[olheppan$namqaop(CAP9Jkja(LKOP9Jkja%6
ebnamqaop*iapdk`99#CAP#]j`CAPeojkpJkja6
napqnjCAP$namqaop%
ahebnamqaop*iapdk`99#LKOP#]j`LKOPeojkpJkja6
napqnjLKOP$namqaop%
n]eoaDppl0,0
`abokia[l]ca[cap$namqaop%6
]ooanpnamqaop*iapdk`99#CAP#
`k[okiapdejc[bkn[cap$%
napqnjnaj`an[pk[naolkjoa$#l]ca*dpih#%
`abokia[l]ca[lkop$namqaop%6
]ooanpnamqaop*iapdk`99#LKOP#
`k[okiapdejc[bkn[lkop$%
napqnjDpplNaolkjoaNa`ena_p$#+okiaqnh+#%
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepaeilknpreaso

159

160

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

qnhl]ppanjo9l]ppanjo$##(
***
$n#Zokial]ca+ #(reaso*iapdk`[olheppan(
w#CAP#6reaso*okia[l]ca[cap(#LKOP#6reaso*okia[l]ca[lkopy%(
***
%
Let’s go through what this does:
Ê

UÊ 7iÊÜÀœÌiÊ>ʘiÜÊۈiÜ]Êiapdk`[olheppan$%, that delegates to other views based on
namqaop*iapdk`. It looks for two keyword arguments, CAP and LKOP, which should be
view functions. If namqaop*iapdk` is #CAP#, it calls the CAP view. If namqaop*iapdk` is
#LKOP#, it calls the LKOP view. If namqaop*iapdk` is something else (DA=@, and so on), or if
CAP or LKOP were not supplied to the function, it raises an Dppl0,0.

Ê

UÊ ˜ÊÌ iÊ1,Vœ˜v]ÊÜiÊ«œˆ˜ÌÊ+okial]ca+ at iapdk`[olheppan$% and pass it extra arguments—
the view functions to use for CAP and LKOP, respectively.

Ê

UÊ ˆ˜>Þ]ÊÜiÊ돈ÌÊÌ iÊokia[l]ca$% view into two view functions: okia[l]ca[cap$% and
okia[l]ca[lkop$%. This is much nicer than shoving all that logic into a single view.

NNote These view functions technically no longer have to check namqaop*iapdk` because iapdk`[
olheppan$% does that. (By the time okia[l]ca[lkop$% is called, for example, we can be confident that
namqaop*iapdk` is #LKOP#.) Still, just to be safe, and also to serve as documentation, we stuck in an
]ooanp, ensuring that namqaop*iapdk` is what we expect it to be.

Now we have a nice generic view function that encapsulates the logic of delegating a view
by namqaop*iapdk`. Nothing about iapdk`[olheppan$% is tied to our specific application, of
course, so we can reuse it in other projects.
But there’s one way to improve on iapdk`[olheppan$%. As it’s written, it assumes that the
CAP and LKOP views take no arguments other than namqaop. What if we wanted to use iapdk`[
olheppan$% with views that, for example, capture text from URLs or take optional keyword
arguments?
To do that, we can use a nice Python feature: variable arguments with asterisks. We’ll
show the example first and then explain it:
`abiapdk`[olheppan$namqaop(&]nco(&&gs]nco%6
cap[reas9gs]nco*lkl$#CAP#(Jkja%
lkop[reas9gs]nco*lkl$#LKOP#(Jkja%
ebnamqaop*iapdk`99#CAP#]j`cap[reaseojkpJkja6
napqnjcap[reas$namqaop(&]nco(&&gs]nco%
ahebnamqaop*iapdk`99#LKOP#]j`lkop[reaseojkpJkja6
napqnjlkop[reas$namqaop(&]nco(&&gs]nco%
n]eoaDppl0,0

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

Here, we refactored iapdk`[olheppan$% to remove the CAP and LKOP keyword arguments in
favor of &]nco and &&gs]nco (note the asterisks). This is a Python feature that allows a function
to accept a dynamic arbitrary number of arguments whose names aren’t known until runtime.
If you put a single asterisk in front of a parameter in a function definition, any positional arguments to that function will be rolled up into a single tuple. If you put two asterisks in front of
a parameter in a function definition, any keyword arguments to that function will be rolled up
into a single dictionary.
For example, note this function:
`abbkk$&]nco(&&gs]nco%6
lnejpLkoepekj]h]ncqiajpo]na6
lnejp]nco
lnejpGauskn`]ncqiajpo]na6
lnejpgs]nco
Here’s how it would work:
:::bkk$-(.(/%
Lkoepekj]h]ncqiajpo]na6
$-(.(/%
Gauskn`]ncqiajpo]na6
wy
:::bkk$-(.(j]ia9#=`ne]j#(bn]iaskng9#@f]jck#%
Lkoepekj]h]ncqiajpo]na6
$-(.%
Gauskn`]ncqiajpo]na6
w#bn]iaskng#6#@f]jck#(#j]ia#6#=`ne]j#y
Bringing this back to iapdk`[olheppan$%, you can see we’re using &]nco and &&gs]nco to
accept any arguments to the function and pass them along to the appropriate view. But before
we do that, we make two calls to gs]nco*lkl$% to get the CAP and LKOP arguments, if they’re
available. (We’re using lkl$% with a default value of Jkja to avoid GauAnnkn if one or the other
isn’t defined.)

Wrapping View Functions
Our final view trick takes advantage of an advanced Python technique. Suppose that you find
yourself repeating a bunch of code throughout various views, as in this example:
`abiu[reas-$namqaop%6
ebjkpnamqaop*qoan*eo[]qpdajpe_]pa`$%6
napqnjDpplNaolkjoaNa`ena_p$#+]__kqjpo+hkcej+#%
***
napqnjnaj`an[pk[naolkjoa$#pailh]pa-*dpih#%
`abiu[reas.$namqaop%6
ebjkpnamqaop*qoan*eo[]qpdajpe_]pa`$%6
napqnjDpplNaolkjoaNa`ena_p$#+]__kqjpo+hkcej+#%
***
napqnjnaj`an[pk[naolkjoa$#pailh]pa.*dpih#%

161

162

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

`abiu[reas/$namqaop%6
ebjkpnamqaop*qoan*eo[]qpdajpe_]pa`$%6
napqnjDpplNaolkjoaNa`ena_p$#+]__kqjpo+hkcej+#%
***
napqnjnaj`an[pk[naolkjoa$#pailh]pa/*dpih#%
Here, each view starts by checking that namqaop*qoan is authenticated—that is, the current
user has successfully logged into the site—and redirects to +]__kqjpo+hkcej+ if not.

NNote We haven’t yet covered namqaop*qoan—Chapter 14 does—but namqaop*qoan represents the
current user, either logged-in or anonymous.

It would be nice if we could remove that bit of repetitive code from each of these views
and just mark them as requiring authentication. We can do that by making a view wrapper.
Take a moment to study this:
`abnamqenao[hkcej$reas%6
`abjas[reas$namqaop(&]nco(&&gs]nco%6
ebjkpnamqaop*qoan*eo[]qpdajpe_]pa`$%6
napqnjDpplNaolkjoaNa`ena_p$#+]__kqjpo+hkcej+#%
napqnjreas$namqaop(&]nco(&&gs]nco%
napqnjjas[reas
This function, namqenao[hkcej, takes a view function (reas) and returns a new view function (jas[reas). The new function, jas[reas, is defined within namqenao[hkcej and handles the
logic of checking namqaop*qoan*eo[]qpdajpe_]pa`$% and delegating to the original view (reas).
Now, we can remove the ebjkpnamqaop*qoan*eo[]qpdajpe_]pa`$% checks from our views
and simply wrap them with namqenao[hkcej in our URLconf:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepa*reasoeilknpnamqenao[hkcej(iu[reas-(iu[reas.(iu[reas/
qnhl]ppanjo9l]ppanjo$##(
$n#Zreas-+ #(namqenao[hkcej$iu[reas-%%(
$n#Zreas.+ #(namqenao[hkcej$iu[reas.%%(
$n#Zreas/+ #(namqenao[hkcej$iu[reas/%%(
%
This has the same effect as before, but with less code redundancy. Now we’ve created a
nice generic function—namqenao[hkcej$% that we can wrap around any view in order to make
it require a login.

Including Other URLconfs
If you intend your code to be used on multiple Django-based sites, you should consider
arranging your URLconfs in such a way that allows for “including.”

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

At any point, your URLconf can “include” other URLconf modules. This essentially “roots”
a set of URLs below other ones. For example, this URLconf includes other URLconfs:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Zsa^hkc+#(ej_hq`a$#iuoepa*^hkc*qnho#%%(
$n#Zldkpko+#(ej_hq`a$#iuoepa*ldkpko*qnho#%%(
$n#Z]^kqp+ #(#iuoepa*reaso*]^kqp#%(
%
You saw this before in Chapter 6, when we introduced the Django admin site. The admin
site has its own URLconf that you merely ej_hq`a$% within yours.
There’s an important gotcha here: the regular expressions in this example that point to
an ej_hq`a$% do not have a (end-of-string match character) but do include a trailing slash.
Whenever Django encounters ej_hq`a$%, it chops off whatever part of the URL matched up to
that point and sends the remaining string to the included URLconf for further processing.
Continuing this example, here’s the URLconf iuoepa*^hkc*qnho:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Z$X`X`X`X`%+ #(#iuoepa*^hkc*reaso*ua]n[`ap]eh#%(
$n#Z$X`X`X`X`%+$X`X`%+ #(#iuoepa*^hkc*reaso*ikjpd[`ap]eh#%(
%
With these two URLconfs, here’s how a few sample requests would be handled:
Ê

UÊ +sa^hkc+.,,3+: In the first URLconf, the pattern n#Zsa^hkc+# matches. Because it is
an ej_hq`a$%, Django strips all the matching text, which is #sa^hkc+# in this case. The
remaining part of the URL is .,,3+, which matches the first line in the iuoepa*^hkc*
qnho URLconf.

Ê

UÊ +sa^hkc++.,,3+ (with two slashes): In the first URLconf, the pattern n#Zsa^hkc+#
matches. Because it is an ej_hq`a$%, Django strips all the matching text, which is
#sa^hkc+# in this case. The remaining part of the URL is +.,,3+ (with a leading slash),
which does not match any of the lines in the iuoepa*^hkc*qnho URLconf.

Ê

UÊ +]^kqp+: This matches the view iuoepa*reaso*]^kqp in the first URLconf, demonstrating that you can mix ej_hq`a$% patterns with non-ej_hq`a$% patterns.

How Captured Parameters Work with include()
An included URLconf receives any captured parameters from parent URLconfs, for example:
nkkpqnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Z$;L8qoanj]ia:Xs'%+^hkc+#(ej_hq`a$#bkk*qnho*^hkc#%%(
%

163

164

C HAPTER 8 N ADV A NC ED VIEW S A ND U R L C ONFS

bkk+qnho+^hkc*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Z #(#bkk*reaso*^hkc[ej`at#%(
$n#Z]n_dera+ #(#bkk*reaso*^hkc[]n_dera#%(
%
In this example, the captured qoanj]ia variable is passed to the included URLconf and,
hence, to every view function within that URLconf.
Note that the captured parameters will always be passed to every line in the included
URLconf, regardless of whether the line’s view actually accepts those parameters as valid. For
this reason, this technique is useful only if you’re certain that every view in the included URLconf accepts the parameters you’re passing.

How Extra URLconf Options Work with include()
Similarly, you can pass extra URLconf options to ej_hq`a$%, just as you can pass extra URLconf
options to a normal view—as a dictionary. When you do this, each line in the included URLconf will be passed the extra options.
For example, the following two URLconf sets are functionally identical.
Set one:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Z^hkc+#(ej_hq`a$#ejjan#%(w#^hkce`#6/y%(
%
ejjan*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Z]n_dera+ #(#iuoepa*reaso*]n_dera#%(
$n#Z]^kqp+ #(#iuoepa*reaso*]^kqp#%(
$n#Znoo+ #(#iuoepa*reaso*noo#%(
%
Set two:
qnho*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&

C H A P T E R 8 N A D V A N C E D V I E W S A N D U R LC O N F S

qnhl]ppanjo9l]ppanjo$##(
$n#Z^hkc+#(ej_hq`a$#ejjan#%%(
%
ejjan*lu
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
$n#Z]n_dera+ #(#iuoepa*reaso*]n_dera#(w#^hkce`#6/y%(
$n#Z]^kqp+ #(#iuoepa*reaso*]^kqp#(w#^hkce`#6/y%(
$n#Znoo+ #(#iuoepa*reaso*noo#(w#^hkce`#6/y%(
%
As is the case with captured parameters (explained in the previous section), extra options
will always be passed to every line in the included URLconf, regardless of whether the line’s view
actually accepts those options as valid. For this reason, this technique is useful only if you’re
certain that every view in the included URLconf accepts the extra options you’re passing.

What’s Next?
This chapter provided many advanced tips and tricks for views and URLconfs. In Chapter 9,
we’ll give this advanced treatment to Django’s template system.

165

C HAPTER

9

Advanced Templates
A

lthough most of your interactions with Django’s template language will be in the role of
template author, you may want to customize and extend the template engine—either to make
it do something it doesn’t already do, or to make your job easier in some other way.
This chapter delves deep into the guts of Django’s template system. It covers what you
need to know if you plan to extend the system or if you’re just curious about how it works. It
also covers the autoescaping feature, a security measure you’ll no doubt notice over time as
you continue to use Django.
If you’re looking to use the Django template system as part of another application (i.e.,
without the rest of the framework), make sure to read the “Configuring the Template System
in Standalone Mode” section later in the chapter.

Template Language Review
First, let’s quickly review a number of terms introduced in Chapter 4:
Ê

UÊ Êtemplate is a text document, or a normal Python string, that is marked up using the
>˜}œÊÌi“«>Ìiʏ>˜}Õ>}i°ÊÊÌi“«>ÌiÊV>˜ÊVœ˜Ì>ˆ˜ÊÌi“«>ÌiÊÌ>}ÃÊ>˜`ÊÛ>Àˆ>Lið

Ê

UÊ Êtemplate tag is a symbol within a template that does something. This definition is
deliberately vague. For example, a template tag can produce content, serve as a control structure (an eb statement or a bkn loop), grab content from a database, or enable
access to other template tags.
Template tags are surrounded by w! and !y:
w!ebeo[hkcca`[ej!y
Pd]jgobknhkccejcej
w!ahoa!y
Lha]oahkcej*
w!aj`eb!y

167

168

C HAPTER 9 N ADV A NC ED TEMP L A TES

Ê

UÊ Êvariable is a symbol within a template that outputs a value.
Variable tags are surrounded by ww and yy:
Iubenopj]iaeowwbenop[j]iayy*Iuh]opj]iaeowwh]op[j]iayy*

Ê

UÊ Êcontext is a name-value mapping (similar to a Python dictionary) that is passed to a
template.

Ê

UÊ ÊÌi“«>ÌiÊrenders a context by replacing the variable “holes” with values from the
context and executing all template tags.

For more details about the basics of these terms, refer back to Chapter 4.
The rest of this chapter discusses ways of extending the template engine. First, though,
let’s take a quick look at a few internals left out of Chapter 4 for simplicity.

RequestContext and Context Processors
When rendering a template, you need a context. Usually this is an instance of `f]jck*pailh]pa*
?kjpatp, but Django also comes with a special subclass, `f]jck*pailh]pa*Namqaop?kjpatp, that
acts slightly differently. Namqaop?kjpatp adds a bunch of variables to your template context by
default—things like the DpplNamqaop object or information about the currently logged-in user.
Use Namqaop?kjpatp when you don’t want to have to specify the same set of variables in a
series of templates. For example, consider these two views:
bnki`f]jck*pailh]paeilknphk]`an(?kjpatp
`abreas[-$namqaop%6
***
p9hk]`an*cap[pailh]pa$#pailh]pa-*dpih#%
_9?kjpatp$w
#]ll#6#Iu]ll#(
#qoan#6namqaop*qoan(
#el[]``naoo#6namqaop*IAP=W#NAIKPA[=@@N#Y(
#iaoo]ca#6#E]ireas-*#
y%
napqnjp*naj`an$_%
`abreas[.$namqaop%6
***
p9hk]`an*cap[pailh]pa$#pailh]pa.*dpih#%
_9?kjpatp$w
#]ll#6#Iu]ll#(
#qoan#6namqaop*qoan(
#el[]``naoo#6namqaop*IAP=W#NAIKPA[=@@N#Y(
#iaoo]ca#6#E]ipdaoa_kj`reas*#
y%
napqnjp*naj`an$_%

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

(Note that we’re deliberately not using the naj`an[pk[naolkjoa$% shortcut in these examples—we’re manually loading the templates, constructing the context objects, and rendering
the templates. We’re “spelling out” all of the steps for the purpose of clarity.)
Each view passes the same three variables—]ll, qoan, and el[]``naoo—to its template.
Wouldn’t it be nice if we could remove that redundancy?
Namqaop?kjpatp and context processors were created to solve this problem. Context processors let you specify a number of variables that get set in each context automatically—without
you having to specify the variables in each naj`an[pk[naolkjoa$% call. The catch is that you
have to use Namqaop?kjpatp instead of ?kjpatp when you render a template.
The most low-level way of using context processors is to create some processors and pass
them to Namqaop?kjpatp. Here’s how the preceding example could be written with context
processors:
bnki`f]jck*pailh]paeilknphk]`an(Namqaop?kjpatp
`ab_qopki[lnk_$namqaop%6
=_kjpatplnk_aooknpd]plnkre`ao#]ll#(#qoan#]j`#el[]``naoo#*
napqnjw
#]ll#6#Iu]ll#(
#qoan#6namqaop*qoan(
#el[]``naoo#6namqaop*IAP=W#NAIKPA[=@@N#Y
y
`abreas[-$namqaop%6
***
p9hk]`an*cap[pailh]pa$#pailh]pa-*dpih#%
_9Namqaop?kjpatp$namqaop(w#iaoo]ca#6#E]ireas-*#y(
lnk_aookno9W_qopki[lnk_Y%
napqnjp*naj`an$_%
`abreas[.$namqaop%6
***
p9hk]`an*cap[pailh]pa$#pailh]pa.*dpih#%
_9Namqaop?kjpatp$namqaop(w#iaoo]ca#6#E]ipdaoa_kj`reas*#y(
lnk_aookno9W_qopki[lnk_Y%
napqnjp*naj`an$_%
Let’s step through this code:
Ê

UÊ ˆÀÃÌ]ÊÜiÊ`ivˆ˜iÊ>Êv՘V̈œ˜Ê_qopki[lnk_. This is a context processor—it takes an
DpplNamqaop object and returns a dictionary of variables to use in the template context.
That’s all it does.

Ê

UÊ 7i½ÛiÊV >˜}i`ÊÌ iÊÌܜÊۈiÜÊv՘V̈œ˜ÃÊ̜ÊÕÃiÊNamqaop?kjpatp instead of ?kjpatp.
There are two differences in how the context is constructed. First, Namqaop?kjpatp
requires the first argument to be an DpplNamqaop object—the one that was passed into
the view function in the first place (namqaop). Second, Namqaop?kjpatp takes an optional
lnk_aookno argument, which is a list or tuple of context processor functions to use.
Here, we pass in _qopki[lnk_, the custom processor we defined earlier.

169

170

C HAPTER 9 N ADV A NC ED TEMP L A TES

Ê

UÊ >V ÊۈiÜʘœÊœ˜}iÀÊ >ÃÊ̜ʈ˜VÕ`iÊ]ll, qoan, or el[]``naoo in its context construction,
because those are provided by _qopki[lnk_.

Ê

UÊ >V ÊۈiÜÊstill has the flexibility to introduce any custom template variables it might
need. In this example, the iaoo]ca template variable is set differently in each view.

In Chapter 4, we introduced the naj`an[pk[naolkjoa$% shortcut, which saves you from
having to call hk]`an*cap[pailh]pa$%, then create a ?kjpatp, then call the naj`an$% method
on the template. In order to demonstrate the lower-level workings of context processors, the
previous examples didn’t use naj`an[pk[naolkjoa$%. But it’s possible—and preferable—to use
context processors with naj`an[pk[naolkjoa$%. Do this with the _kjpatp[ejop]j_a argument,
like so:
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
bnki`f]jck*pailh]paeilknpNamqaop?kjpatp
`ab_qopki[lnk_$namqaop%6
=_kjpatplnk_aooknpd]plnkre`ao#]ll#(#qoan#]j`#el[]``naoo#*
napqnjw
#]ll#6#Iu]ll#(
#qoan#6namqaop*qoan(
#el[]``naoo#6namqaop*IAP=W#NAIKPA[=@@N#Y
y
`abreas[-$namqaop%6
***
napqnjnaj`an[pk[naolkjoa$#pailh]pa-*dpih#(
w#iaoo]ca#6#E]ireas-*#y(
_kjpatp[ejop]j_a9Namqaop?kjpatp$namqaop(lnk_aookno9W_qopki[lnk_Y%%
`abreas[.$namqaop%6
***
napqnjnaj`an[pk[naolkjoa$#pailh]pa.*dpih#(
w#iaoo]ca#6#E]ipdaoa_kj`reas*#y(
_kjpatp[ejop]j_a9Namqaop?kjpatp$namqaop(lnk_aookno9W_qopki[lnk_Y%%
Here, we’ve trimmed down each view’s template-rendering code to a single (wrapped) line.
This is an improvement, but, evaluating the conciseness of this code, we have to admit
we’re now almost overdosing on the other end of the spectrum. We’ve removed redundancy
in data (our template variables) at the cost of adding redundancy in code (in the lnk_aookno
call). Using context processors doesn’t save you much typing if you have to type lnk_aookno
all the time.
For that reason, Django provides support for global context processors. The PAILH=PA[
?KJPATP[LNK?AOOKNO setting (in your oappejco*lu) designates which context processors should
always be applied to Namqaop?kjpatp. This removes the need to specify lnk_aookno each time
you use Namqaop?kjpatp.

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

By default, PAILH=PA[?KJPATP[LNK?AOOKNO is set to the following:
PAILH=PA[?KJPATP[LNK?AOOKNO9$
#`f]jck*_kna*_kjpatp[lnk_aookno*]qpd#(
#`f]jck*_kna*_kjpatp[lnk_aookno*`a^qc#(
#`f]jck*_kna*_kjpatp[lnk_aookno*e-4j#(
#`f]jck*_kna*_kjpatp[lnk_aookno*ia`e]#(
%
This setting is a tuple of callables that use the same interface as the preceding _qopki[lnk_
function—functions that take a request object as their argument and return a dictionary of
items to be merged into the context. Note that the values in PAILH=PA[?KJPATP[LNK?AOOKNO are
specified as strings, which means the processors are required to be somewhere on your Python
path (so you can refer to them from the setting).
Each processor is applied in order. That is, if one processor adds a variable to the context
and a second processor adds a variable with the same name, the second will override the first.
Django provides a number of simple context processors, including the ones that are
enabled by default.

django.core.context_processors.auth
If PAILH=PA[?KJPATP[LNK?AOOKNO contains this processor, every Namqaop?kjpatp will contain
these variables:
Ê

UÊ qoan\ÊÊ`f]jck*_kjpne^*]qpd*ik`aho*Qoan instance representing the current logged-in
user (or an =jkjuikqoQoan instance, if the client isn’t logged in).

Ê

UÊ iaoo]cao\ÊʏˆÃÌʜvʓiÃÃ>}iÃÊ­>ÃÊÃÌÀˆ˜}îÊvœÀÊÌ iÊVÕÀÀi˜Ìʏœ}}i`‡ˆ˜ÊÕÃiÀ°Ê i ˆ˜`ÊÌ iÊ
scenes, this variable calls namqaop*qoan*cap[]j`[`ahapa[iaoo]cao$% for every request.
That method collects the user’s messages and deletes them from the database.

Ê

UÊ lanio\ʘʈ˜ÃÌ>˜ViʜvÊ`f]jck*_kna*_kjpatp[lnk_aookno*LaniSn]llan, which represents
the permissions the current logged-in user has.
See Chapter 14 for more information on users, permissions, and messages.

django.core.context_processors.debug
This processor pushes debugging information down to the template layer. If PAILH=PA[?KJPATP[
LNK?AOOKNO contains this processor, every Namqaop?kjpatp will contain these variables:
Ê

UÊ `a^qc: The value of your @A>QC setting (either Pnqa or B]hoa). You can use this variable in
templates to test whether you’re in debug mode.

Ê

UÊ omh[mqaneao\ÊʏˆÃÌʜvÊw#omh#6***(#peia#6***y dictionaries representing every SQL
query that has happened so far during the request and how long it took. The list is in
the order in which the queries were issued.

171

172

C HAPTER 9 N ADV A NC ED TEMP L A TES

Because debugging information is sensitive, this context processor will add variables to
the context only if both of the following conditions are true:
Ê

UÊ / iÊ@A>QC setting is Pnqa.

Ê

UÊ / iÊÀiµÕiÃÌÊV>“iÊvÀœ“Ê>˜Ê*Ê>``ÀiÃÃʈ˜ÊÌ iÊEJPANJ=H[ELO setting.

ÃÌÕÌiÊÀi>`iÀÃÊ܈Ê˜œÌˆViÊÌ >ÌÊÌ iÊ`a^qc template variable will never have the value B]hoa
because if @A>QC is B]hoa, the `a^qc template variable won’t be populated in the first place.

django.core.context_processors.i18n
If this processor is enabled, every Namqaop?kjpatp will contain these variables:
Ê

UÊ H=JCQ=CAO: The value of the H=JCQ=CAO setting.

Ê

UÊ H=JCQ=CA[?K@A: namqaop*H=JCQ=CA[?K@A if it exists; otherwise, the value of the H=JCQ=CA[
?K@A setting.
««i˜`ˆÝÊ Ê«ÀœÛˆ`iÃʓœÀiʈ˜vœÀ“>̈œ˜Ê>LœÕÌ these two settings.

django.core.context_processors.request
If this processor is enabled, every Namqaop?kjpatp will contain a variable namqaop, which is the
current DpplNamqaop object. Note that this processor is not enabled by default; you have to
activate it.
You might want to use this if you find your templates needing to access attributes of the
current DpplNamqaop such as the IP address:
wwnamqaop*NAIKPA[=@@Nyy

Guidelines for Writing Your Own Context Processors
Here are a few tips for rolling your own:
Ê

UÊ >ŽiÊi>V ÊVœ˜ÌiÝÌÊ«ÀœViÃÜÀÊÀi뜘ÈLiÊvœÀÊÌ iÊÓ>iÃÌÊÃÕLÃiÌʜvÊv՘V̈œ˜>ˆÌÞÊ
possible. It’s easy to use multiple processors, so you might as well split functionality
into logical pieces for future reuse.

Ê

UÊ ii«Êˆ˜Ê“ˆ˜`ÊÌ >ÌÊ>˜ÞÊVœ˜ÌiÝÌÊ«ÀœViÃÜÀʈ˜ÊPAILH=PA[?KJPATP[LNK?AOOKNO will be
available in every template powered by that settings file, so try to pick variable names
that are unlikely to conflict with variable names your templates might be using independently. Because variable names are case-sensitive, it’s not a bad idea to use all
uppercase letters for variables that a processor provides.

Ê

UÊ ÌÊ`œiؽÌʓ>ÌÌiÀÊÜ iÀiʜ˜ÊÌ iÊvˆiÃÞÃÌi“ÊÌ iÊ«ÀœViÃÜÀÃʏˆÛi]Ê>Ãʏœ˜}Ê>ÃÊÌ iÞ½Àiʜ˜ÊޜÕÀÊ
Python path so you can point to them from the PAILH=PA[?KJPATP[LNK?AOOKNO setting.
With that said, the convention is to save them in a file called _kjpatp[lnk_aookno*lu
within your app or project.

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

Automatic HTML Escaping
When generating HTML from templates, there’s always a risk that a variable will include characters that affect the resulting HTML. For example, consider this template fragment:
Dahhk(wwj]iayy*
ÌÊvˆÀÃÌ]ʈÌÊÃii“ÃʏˆŽiÊ>Ê >À“iÃÃÊÜ>ÞÊ̜Ê`ˆÃ«>ÞÊ>ÊÕÃiÀ½Ãʘ>“i]ÊLÕÌÊVœ˜Ãˆ`iÀÊÜ >ÌÊܜՏ`Ê
happen if the user entered his name this way:
8o_nelp:]hanp$#dahhk#%8+o_nelp:
With this name value, the template would be rendered as follows:
Dahhk(8o_nelp:]hanp$#dahhk#%8+o_nelp:
This means the browser would display a JavaScript alert box! Similarly, what if the name
contained a #8# symbol, like this?
8^:qoanj]ia
It would result in a rendered template like this:
Dahhk(8^:qoanj]ia
This, in turn, would result in the remainder of the Web page being bold!
Clearly, user-submitted data shouldn’t be trusted blindly and inserted directly into your
Web pages because a malicious user could use this kind of hole to do potentially bad things.
This type of security exploit is called a cross-site scripting (XSS) attack.

NTip For more on security, see Chapter 20.

To avoid this problem, you have two options:
Ê

UÊ 9œÕÊV>˜Ê“>ŽiÊÃÕÀiÊ̜ÊÀ՘Êi>V Ê՘ÌÀÕÃÌi`ÊÛ>Àˆ>LiÊÌ ÀœÕ} ÊÌ iÊao_]la filter, which
converts potentially harmful HTML characters to unharmful ones. This was the default
solution in Django for its first few years, but the problem is that it puts the onus on you,
the developer/template author, to ensure that you’re escaping everything. It’s easy to
forget to escape data.

Ê

UÊ 9œÕÊV>˜ÊÌ>ŽiÊ>`Û>˜Ì>}iʜvÊ >˜}œ½ÃÊ>Õ̜“>̈VÊ/ÊiÃV>«ˆ˜}°Ê/ iÊÀi“>ˆ˜`iÀʜvÊÌ ˆÃÊ
section describes how autoescaping works.

173

174

C HAPTER 9 N ADV A NC ED TEMP L A TES

By default, in Django every template automatically escapes the output of every variable
tag. Specifically, these five characters are escaped:
8 is converted to "hp7
: is converted to "cp7
# (single quote) is converted to "/57
 (double quote) is converted to "mqkp7
" is converted to "]il7
}>ˆ˜]ÊÜiÊÃÌÀiÃÃÊÌ >ÌÊÌ ˆÃÊLi >ۈœÀʈÃʜ˜ÊLÞÊ`iv>Տ̰ÊvÊޜսÀiÊÕȘ}Ê >˜}œ½ÃÊÌi“«>ÌiÊÃÞÃtem, you’re protected.

How to Turn It Off
If you don’t want data to be autoescaped on a per-site, per-template, or per-variable level, you
can turn it off in several ways.
Why would you want to turn it off? Because sometimes template variables contain data
that you intend to be rendered as raw HTML, in which case you don’t want their contents to be
escaped. For example, you might store a blob of trusted HTML in your database and want to
embed it directly into your template. Or you might be using Django’s template system to produce text that is not HTML—like an e-mail message, for instance.

For Individual Variables
To disable autoescaping for an individual variable, use the o]ba filter:
Pdeosehh^aao_]la`6ww`]p]yy
Pdeosehhjkp^aao_]la`6ww`]p]xo]bayy
Think of safe as shorthand for safe from further escaping or can be safely interpreted as
HTML. In this example, if `]p] contains #8^:#, the output will be the following:
Pdeosehh^aao_]la`6"hp7^"cp7
Pdeosehhjkp^aao_]la`68^:

For Template Blocks
To control autoescaping for a template, wrap the template (or just a particular section of the
template) in the ]qpkao_]la tag, like so:
w!]qpkao_]lakbb!y
Dahhkwwj]iayy
w!aj`]qpkao_]la!y

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

The ]qpkao_]la tag takes either kj or kbbÊ>ÃʈÌÃÊ>À}Փi˜Ì°ÊÌÊ̈“iÃ]ÊޜÕʓˆ} ÌÊÜ>˜ÌÊ̜Ê
force autoescaping when it would otherwise be disabled. Here is an example template:
=qpkao_]lejceokj^u`ab]qhp*Dahhkwwj]iayy
w!]qpkao_]lakbb!y
Pdeosehhjkp^a]qpkao_]la`6ww`]p]yy*
Jknpdeo6wwkpdan[`]p]yy
w!]qpkao_]lakj!y
=qpkao_]lejc]llheao]c]ej6wwj]iayy
w!aj`]qpkao_]la!y
w!aj`]qpkao_]la!y
The autoescaping tag passes its effect on to templates that extend the current one as well
as templates included via the ej_hq`a tag, just like all block tags. For example:
^]oa*dpih
w!]qpkao_]lakbb!y
8d-:w!^hk_gpepha!yw!aj`^hk_g!y8+d-:
w!^hk_g_kjpajp!y
w!aj`^hk_g!y
w!aj`]qpkao_]la!y
_deh`*dpih
w!atpaj`o^]oa*dpih!y
w!^hk_gpepha!yPdeo"pd]pw!aj`^hk_g!y
w!^hk_g_kjpajp!ywwcnaapejcyyw!aj`^hk_g!y
Because autoescaping is turned off in the base template, it will also be turned off in the
child template, resulting in the following rendered HTML when the cnaapejc variable contains
the string 8^:Dahhk8+^::
8d-:Pdeo"pd]p8+d-:
8^:Dahhk8+^:

Notes
Template authors usually don’t need to worry about autoescaping very much. Developers
on the Python side (people writing views and custom filters) need to think about the cases in
which data shouldn’t be escaped, and mark data appropriately, so things work in the template.
If you’re creating a template that might be used in situations in which you’re not sure
whether autoescaping is enabled, add an ao_]la filter to any variable that needs escaping.
When autoescaping is on, there’s no danger of the ao_]la filter double-escaping data—the
ao_]la filter does not affect autoescaped variables.

175

176

C HAPTER 9 N ADV A NC ED TEMP L A TES

Automatic Escaping of String Literals in Filter Arguments
Ãʓi˜Ìˆœ˜i` earlier, filter arguments can be strings:
ww`]p]x`ab]qhp6Pdeoeo]opnejchepan]h*yy
ÊÃÌÀˆ˜}ʏˆÌiÀ>ÃÊ>Àiʈ˜ÃiÀÌi`Êwithout any automatic escaping into the template—they act
as if they were all passed through the o]ba filter. The reasoning behind this is that the template
author is in control of what goes into the string literal, so they can make sure the text is correctly escaped when the template is written.
This means you would write the following:
ww`]p]x`ab]qhp6/"hp7.yy
instead of the following:
ww`]p]x`ab]qhp6/8.yy8))>]`@kj#p`kpdeo*
This doesn’t affect what happens to data coming from the variable itself. The variable’s
contents are still automatically escaped, if necessary, because they’re beyond the control of
the template author.

Inside Template Loading
Generally, you’ll store templates in files on your filesystem, but you can use custom template
loaders to load templates from other sources.
Django has two ways to load templates:
Ê

UÊ `f]jck*pailh]pa*hk]`an*cap[pailh]pa$pailh]pa[j]ia%: cap[pailh]pa returns the compiled template (a Pailh]pa object) for the template with the given name. If the template
doesn’t exist, a Pailh]pa@kaoJkpAteop exception will be raised.

Ê

UÊ `f]jck*pailh]pa*hk]`an*oaha_p[pailh]pa$pailh]pa[j]ia[heop%: oaha_p[pailh]pa is
just like cap[pailh]pa, except it takes a list of template names. Of the list, it returns the
first template that exists. If none of the templates exist, a Pailh]pa@kaoJkpAteop exception will be raised.

ÃÊVœÛiÀi`ʈ˜Ê >«ÌiÀÊ{]Êi>V ʜvÊÌ iÃiÊv՘V̈œ˜ÃÊLÞÊ`iv>ՏÌÊÕÃiÃÊޜÕÀÊPAILH=PA[@ENO setting to load templates. Internally, however, these functions actually delegate to a template
loader for the heavy lifting.
Some of loaders are disabled by default, but you can activate them by editing the PAILH=PA[
HK=@ANO setting. PAILH=PA[HK=@ANO should be a tuple of strings, where each string represents a
template loader. These template loaders ship with Django:
Ê

UÊ `f]jck*pailh]pa*hk]`ano*behaouopai*hk]`[pailh]pa[okqn_a: This loader loads templates from the filesystem, according to PAILH=PA[@ENO. It is enabled by default.

Ê

UÊ `f]jck*pailh]pa*hk]`ano*]ll[`ena_pkneao*hk]`[pailh]pa[okqn_a: This loader
loads templates from Django applications on the filesystem. For each application in
EJOP=HHA@[=LLO, the loader looks for a pailh]pao subdirectory. If the directory exists,
Django looks for templates there.

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

This means you can store templates with your individual applications, making it easy
to distribute Django applications with default templates. For example, if EJOP=HHA@[
=LLO contains $#iulnkfa_p*lkhho#(#iulnkfa_p*iqoe_#%, then cap[pailh]pa$#bkk*
dpih#% will look for templates in this order:
Ê UÊ +l]pd+pk+iulnkfa_p+lkhho+pailh]pao+bkk*dpih
Ê UÊ +l]pd+pk+iulnkfa_p+iqoe_+pailh]pao+bkk*dpih
Note that the loader performs an optimization when it is first imported: it caches a list
of which EJOP=HHA@[=LLO packages have a pailh]pao subdirectory.
This loader is enabled by default.
Ê

UÊ `f]jck*pailh]pa*hk]`ano*acco*hk]`[pailh]pa[okqn_a: This loader is just like ]ll[
`ena_pkneao, except it loads templates from Python eggs rather than from the filesystem.
This loader is disabled by default; you’ll need to enable it if you’re using eggs to distribute
your application. (Python eggs are a way of compressing Python code into a single file.)

Django uses the template loaders in order according to the PAILH=PA[HK=@ANO setting. It
uses each loader until a loader finds a match.

Extending the Template System
Now that you understand a bit more about the internals of the template system, let’s look at
how to extend the system with custom code.
Most template customization comes in the form of custom template tags and/or filters.
Ì œÕ} ÊÌ iÊ >˜}œÊÌi“«>Ìiʏ>˜}Õ>}iÊVœ“iÃÊÜˆÌ Ê“>˜ÞÊLՈÌ‡ˆ˜ÊÌ>}ÃÊ>˜`ÊvˆÌiÀÃ]ÊޜսÊ«ÀœLably assemble your own libraries of tags and filters that fit your own needs. Fortunately, it’s
quite easy to define your own functionality.

Creating a Template Library
Whether you’re writing custom tags or filters, the first thing to do is to create a template
library—a small bit of infrastructure Django can hook into.
Creating a template library is a two-step process:
1. First, decide which Django application should house the template library. If you’ve created an app via i]j]ca*luop]np]ll, you can put it in there, or you can create another
app solely for the template library. We recommend the latter because your filters might
be useful to you in future projects.
Whichever route you take, make sure to add the app to your EJOP=HHA@[=LLO setting.
We’ll explain this shortly.
2. Second, create a pailh]pap]co directory in the appropriate Django application’s package. It should be on the same level as ik`aho*lu, reaso*lu, and so forth. For example:
^kkgo+
[[ejep[[*lu
ik`aho*lu
pailh]pap]co+
reaso*lu

177

178

C HAPTER 9 N ADV A NC ED TEMP L A TES

Create two empty files in the pailh]pap]co directory: an [[ejep[[*lu file (to indicate to
Python that this is a package containing Python code) and a file that will contain your
custom tag/filter definitions. The name of the latter file is what you’ll use to load the
tags later. For example, if your custom tags/filters are in a file called lkhh[atpn]o*lu,
you’d write the following in a template:
w!hk]`lkhh[atpn]o!y
The w!hk]`!y tag looks at your EJOP=HHA@[=LLO setting and only allows the loading
of template libraries within installed Django applications. This is a security feature; it
allows you to host Python code for many template libraries on a single computer without enabling access to all of them for every Django installation.
If you write a template library that isn’t tied to any particular models/views, it’s valid and
quite normal to have a Django application package that contains only a pailh]pap]co package. There’s no limit on how many modules you put in the pailh]pap]co package. Just keep in
mind that a w!hk]`!y statement will load tags/filters for the given Python module name, not
the name of the application.
Once you’ve created that Python module, you’ll just have to write a bit of Python code,
depending on whether you’re writing filters or tags.
To be a valid tag library, the module must contain a module-level variable named naceopan
that is an instance of pailh]pa*He^n]nu. This is the data structure in which all the tags and filters are registered. So, near the top of your module, insert the following:
bnki`f]jckeilknppailh]pa
naceopan9pailh]pa*He^n]nu$%

NNote For a fine selection of examples, read the source code for Django’s default filters and tags. They’re
in `f]jck+pailh]pa+`ab]qhpbehpano*lu and `f]jck+pailh]pa+`ab]qhpp]co*lu, respectively. Some
applications in `f]jck*_kjpne^ also contain template libraries.

Once you’ve created this naceopan variable, you’ll use it to create template filters and tags.

Writing Custom Template Filters
Custom filters are just Python functions that take one or two arguments:
Ê

UÊ / iÊÛ>ÕiʜvÊÌ iÊÛ>Àˆ>LiÊ­ˆ˜«ÕÌ®

Ê

UÊ / iÊÛ>ÕiʜvÊÌ iÊ>À}Փi˜Ì]ÊÜ ˆV ÊV>˜Ê >ÛiÊ>Ê`iv>ՏÌÊÛ>ÕiʜÀÊLiʏivÌʜÕÌÊ>Ìœ}iÌ iÀ

For example, in the filter wwr]nxbkk6^]nyy, the filter bkk would be passed the contents
of the variable r]n and the argument ^]n.
Filter functions should always return something. They shouldn’t raise exceptions, and
they should fail silently. If there’s an error, they should return either the original input or an
empty string, whichever makes more sense.

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

Here’s an example filter definition:
`ab_qp$r]hqa(]nc%6
Naikrao]hhr]hqaokb]ncbnkipdacerajopnejc
napqnjr]hqa*nalh]_a$]nc(##%
˜`Ê iÀi½ÃÊ>˜ÊiÝ>“«iʜvÊ œÜÊÌ >ÌÊvˆÌiÀÊܜՏ`ÊLiÊÕÃi`Ê̜ÊVÕÌÊë>ViÃÊvÀœ“Ê>ÊÛ>Àˆ>Li½ÃÊ
value:
wwokiar]ne]^hax_qp6yy
Most filters don’t take arguments. In this case, just leave the argument out of your function:
`abhksan$r]hqa%6Kjhukja]ncqiajp*
?kjranpo]opnejcejpk]hhhksan_]oa
napqnjr]hqa*hksan$%
When you’ve written your filter definition, you need to register it with your He^n]nu
instance, to make it available to Django’s template language:
naceopan*behpan$#_qp#(_qp%
naceopan*behpan$#hksan#(hksan%
The He^n]nu*behpan$% method takes two arguments:
Ê

UÊ / iʘ>“iʜvÊÌ iÊvˆÌiÀÊ­>ÊÃÌÀˆ˜}®

Ê

UÊ / iÊvˆÌiÀÊv՘V̈œ˜ÊˆÌÃiv
If you’re using Python 2.4 or above, you can use naceopan*behpan$% as a decorator instead:

aoqnapk_kia^]_gkjukqn^enpd`]u
bkn]olhaj`e`oqnlneoaiaoo]ca*
w!aj`ebamq]h!y
In compiled template form, this template is represented as this list of nodes:
Ê

UÊ /iÝÌʘœ`i\ÊDahhk(

Ê

UÊ 6>Àˆ>Liʘœ`i\Êlanokj*j]ia

Ê

UÊ /iÝÌʘœ`i\Ê*XjXj

Ê

UÊ v µÕ>Ê˜œ`i\Êj]ia*^enpd`]u and pk`]u

When you call naj`an$% on a compiled template, the template calls naj`an$% on each
Jk`a in its node list, with the given context. The results are all concatenated together to form
the output of the template. Thus, to define a custom template tag, you specify how the raw
template tag is converted into a Jk`a (the compilation function) and what the node’s naj`an$%
method does.
In the sections that follow, we cover all the steps in writing a custom tag.

Writing the Compilation Function
For each template tag the parser encounters, it calls a Python function with the tag contents
and the parser object itself. This function is responsible for returning a Jk`a instance based on
the contents of the tag.
For example, let’s write a template tag, w!_qnnajp[peia!y, that displays the current
date/time, formatted according to a parameter given in the tag, in opnbpeia syntax (see dppl6++
sss*`f]jcklnkfa_p*_ki+n+lupdkj+opnbpeia+). It’s a good idea to decide the tag syntax before
anything else. In our case, let’s say the tag should be used like this:
8l:Pdapeiaeow!_qnnajp[peia!U)!i)!`!E6!I!l!y*8+l:

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

NNote Yes, this template tag is redundant—Django’s default w!jks!y tag does the same task with simpler syntax. This template tag is presented here just for example purposes.

The parser for this function should grab the parameter and create a Jk`a object:
bnki`f]jckeilknppailh]pa
naceopan9pailh]pa*He^n]nu$%
`ab`k[_qnnajp[peia$l]noan(pkgaj%6
pnu6
olhep[_kjpajpo$%gjksojkppkolhepmqkpa`opnejco*
p]c[j]ia(bkni]p[opnejc9pkgaj*olhep[_kjpajpo$%
at_alpR]hqaAnnkn6
ioc9#!np]cnamqenao]oejcha]ncqiajp#!pkgaj*olhep[_kjpajpo$%W,Y
n]eoapailh]pa*Pailh]paOujp]tAnnkn$ioc%
napqnj?qnnajpPeiaJk`a$bkni]p[opnejcW-6)-Y%
There’s a lot going here:
Ê

UÊ >V ÊÌi“«>ÌiÊÌ>}ÊVœ“«ˆ>̈œ˜Êv՘V̈œ˜ÊÌ>ŽiÃÊÌܜÊ>À}Փi˜ÌÃ\Êl]noan and pkgaj. l]noan
is the template parser object. We don’t use it in this example. pkgaj is the token currently being parsed by the parser.

Ê

UÊ pkgaj*_kjpajpo is a string of the raw contents of the tag. In our example, it’s #_qnnajp[
peia!U)!i)!`!E6!I!l#.

Ê

UÊ / iÊpkgaj*olhep[_kjpajpo$% method separates the arguments on spaces while keeping
µÕœÌi`ÊÃÌÀˆ˜}ÃÊ̜}iÌ iÀ°Êۜˆ`ÊÕȘ}Êpkgaj*_kjpajpo*olhep$% (which just uses Python’s
standard string-splitting semantics). It’s not as robust, as it naively splits on all spaces,
including those within quoted strings.

Ê

UÊ / ˆÃÊv՘V̈œ˜ÊˆÃÊÀi뜘ÈLiÊvœÀÊÀ>ˆÃˆ˜}Ê`f]jck*pailh]pa*Pailh]paOujp]tAnnkn, with
helpful messages, for any syntax error.

Ê

UÊ

Ê

UÊ / iÊv՘V̈œ˜ÊÀiÌÕÀ˜ÃÊ>Ê?qnnajpPeiaJk`a (which we’ll create shortly) containing everything the node needs to know about this tag. In this case, it just passes the argument
!U)!i)!`!E6!I!l. The leading and trailing quotes from the template tag are
removed with bkni]p[opnejcW-6)-Y.

Ê

UÊ /i“«>ÌiÊÌ>}ÊVœ“«ˆ>̈œ˜ functions must return a Jk`a subclass; any other return value
is an error.

œ˜½ÌÊ >À`‡Vœ`iÊÌ iÊÌ>}½Ãʘ>“iʈ˜ÊޜÕÀÊiÀÀœÀʓiÃÃ>}iÃ]ÊLiV>ÕÃiÊÌ >ÌÊVœÕ«iÃÊÌ iÊÌ>}½ÃÊ
name to your function. pkgaj*olhep[_kjpajpo$%W,Y will always be the name of your
tag—even when the tag has no arguments.

181

182

C HAPTER 9 N ADV A NC ED TEMP L A TES

Writing the Template Node
The second step in writing custom tags is to define a Jk`a subclass that has a naj`an$% method.
Continuing the preceding example, we need to define ?qnnajpPeiaJk`a:
eilknp`]papeia
_h]oo?qnnajpPeiaJk`a$pailh]pa*Jk`a%6
`ab[[ejep[[$oahb(bkni]p[opnejc%6
oahb*bkni]p[opnejc9opn$bkni]p[opnejc%
`abnaj`an$oahb(_kjpatp%6
jks9`]papeia*`]papeia*jks$%
napqnjjks*opnbpeia$oahb*bkni]p[opnejc%
These two functions ([[ejep[[$% and naj`an$%) map directly to the two steps in template
processing (compilation and rendering). Thus, the initialization function only needs to store
the format string for later use, and the naj`an$% function does the real work.
Like template filters, these rendering functions should fail silently instead of raising errors.
The only time that template tags are allowed to raise errors is at compilation time.

Registering the Tag
Finally, you need to register the tag with your module’s He^n]nu instance. Registering custom
tags is very similar to registering custom filters (as explained previously). Just instantiate a
pailh]pa*He^n]nu instance and call its p]c$% method. For example:
naceopan*p]c$#_qnnajp[peia#(`k[_qnnajp[peia%
The p]c$% method takes two arguments:
Ê

UÊ / iʘ>“iʜvÊÌ iÊÌi“«>ÌiÊÌ>}Ê­ÃÌÀˆ˜}®°

Ê

UÊ / iÊVœ“«ˆ>̈œ˜Êv՘V̈œ˜°

ÃÊÜˆÌ ÊvˆÌiÀÊÀi}ˆÃÌÀ>̈œ˜]ʈÌʈÃÊ>ÃœÊ«œÃÈLiÊ̜ÊÕÃiÊnaceopan*p]c as a decorator in Python
2.4 and above:
˜iÀÊ܏Ṏœ˜ÊˆÃÊ̜ʓ>ŽiÊÌ iÊÌi“«>ÌiÊÌ>}ÊëiVˆvÞÊÌ iʘ>“iʜvÊÌ iÊÛ>Àˆ>LiÊ̜ÊLiÊÃiÌ]Ê
like so:
w!cap[_qnnajp[peia!U)!I)!`!E6!I!l]oiu[_qnnajp[peia!y
8l:Pda_qnnajppeiaeowwiu[_qnnajp[peiayy*8+l:
To do so, you’ll need to refactor both the compilation function and the Jk`a class, as
follows:
eilknpna
_h]oo?qnnajpPeiaJk`a/$pailh]pa*Jk`a%6
`ab[[ejep[[$oahb(bkni]p[opnejc(r]n[j]ia%6
oahb*bkni]p[opnejc9opn$bkni]p[opnejc%
oahb*r]n[j]ia9r]n[j]ia

183

184

C HAPTER 9 N ADV A NC ED TEMP L A TES

`abnaj`an$oahb(_kjpatp%6
jks9`]papeia*`]papeia*jks$%
_kjpatpWoahb*r]n[j]iaY9jks*opnbpeia$oahb*bkni]p[opnejc%
napqnj##
`ab`k[_qnnajp[peia$l]noan(pkgaj%6
Pdeoranoekjqoao]nacqh]natlnaooekjpkl]noap]c_kjpajpo*
pnu6
Olheppejc^uJkja99olheppejc^uol]_ao*
p]c[j]ia(]nc9pkgaj*_kjpajpo*olhep$Jkja(-%
at_alpR]hqaAnnkn6
ioc9#!np]cnamqenao]ncqiajpo#!pkgaj*_kjpajpoW,Y
n]eoapailh]pa*Pailh]paOujp]tAnnkn$ioc%
i9na*oa]n_d$n#$*&;%]o$Xs'%#(]nc%
ebi6
bip(r]n[j]ia9i*cnkqlo$%
ahoa6
ioc9#!np]cd]`ejr]he`]ncqiajpo#!p]c[j]ia
n]eoapailh]pa*Pailh]paOujp]tAnnkn$ioc%
ebjkp$bipW,Y99bipW)-Y]j`bipW,Yej$##(#%%6
ioc9!np]c#o]ncqiajpodkqh`^aejmqkpao!p]c[j]ia
n]eoapailh]pa*Pailh]paOujp]tAnnkn$ioc%
napqnj?qnnajpPeiaJk`a/$bipW-6)-Y(r]n[j]ia%
Now `k[_qnnajp[peia$% passes the format string and the variable name to ?qnnajpPeiaJk`a/.

Parsing Until Another Template Tag
Template tags can work as blocks containing other tags (such as w!eb!y, w!bkn!y, etc.).
To create a template tag like this, use l]noan*l]noa$% in your compilation function.
Here’s how the standard w!_kiiajp!y tag is implemented:
`ab`k[_kiiajp$l]noan(pkgaj%6
jk`aheop9l]noan*l]noa$$#aj`_kiiajp#(%%
l]noan*`ahapa[benop[pkgaj$%
napqnj?kiiajpJk`a$%
_h]oo?kiiajpJk`a$pailh]pa*Jk`a%6
`abnaj`an$oahb(_kjpatp%6
napqnj##
l]noan*l]noa$% takes a tuple of names of template tags to parse until. It returns an
instance of `f]jck*pailh]pa*Jk`aHeop, which is a list of all Jk`a objects that the parser
encountered before it encountered any of the tags named in the tuple.
So in the preceding example, jk`aheop is a list of all nodes between w!_kiiajp!y and
w!aj`_kiiajp!y, not counting w!_kiiajp!y and w!aj`_kiiajp!y themselves.

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

vÌiÀÊl]noan*l]noa$% is called, the parser hasn’t yet “consumed” the w!aj`_kiiajp!y
tag, so the code needs to explicitly call l]noan*`ahapa[benop[pkgaj$% to prevent that tag from
being processed twice.
Then ?kiiajpJk`a*naj`an$% simply returns an emptyÊÃÌÀˆ˜}°Ê˜ÞÌ ˆ˜}ÊLiÌÜii˜Ê
w!_kiiajp!y and w!aj`_kiiajp!y is ignored.

Parsing Until Another Template Tag and Saving Contents
In the previous example, `k[_kiiajp$% discarded everything between w!_kiiajp!y and
w!aj`_kiiajp!y. It’s also possible to do something with the code between template tags
instead.
For example, here’s a custom template tag, w!qllan!y, that capitalizes everything
between itself and w!aj`qllan!y:
w!qllan!y
Pdeosehh]lla]nejqllan_]oa(wwqoan[j]iayy*
w!aj`qllan!y
Ãʈ˜ÊÌ iÊ«ÀiۈœÕÃÊiÝ>“«i]ÊÜi½ÊÕÃiÊl]noan*l]noa$%. This time, we pass the resulting
jk`aheop to Jk`a:
`ab`k[qllan$l]noan(pkgaj%6
jk`aheop9l]noan*l]noa$$#aj`qllan#(%%
l]noan*`ahapa[benop[pkgaj$%
napqnjQllanJk`a$jk`aheop%
_h]ooQllanJk`a$pailh]pa*Jk`a%6
`ab[[ejep[[$oahb(jk`aheop%6
oahb*jk`aheop9jk`aheop
`abnaj`an$oahb(_kjpatp%6
kqplqp9oahb*jk`aheop*naj`an$_kjpatp%
napqnjkqplqp*qllan$%
The only new concept here is oahb*jk`aheop*naj`an$_kjpatp% in QllanJk`a*naj`an$%.
This simply calls naj`an$% on each Jk`a in the node list.
For more examples of complex rendering, see the source code for w!eb!y, w!bkn!y,
w!ebamq]h!y, and w!eb_d]jca`!y. They live in `f]jck+pailh]pa+`ab]qhpp]co*lu.

Shortcut for Simple Tags
Many template tags take a single argument—a string or a template variable reference—and
return a string after doing some processing based solely on the input argument and some
external information. For example, the _qnnajp[peia tag we wrote earlier is of this variety.
We give it a format string, and it returns the time as a string.
To ease the creation of these types of tags, Django provides a helper function, oeilha[p]c.
This function, which is a method of `f]jck*pailh]pa*He^n]nu, takes a function that accepts
one argument, wraps it in a naj`an function and the other necessary bits mentioned previously, and registers it with the template system.

185

186

C HAPTER 9 N ADV A NC ED TEMP L A TES

Our earlier _qnnajp[peia function could thus be written like this:
`ab_qnnajp[peia$bkni]p[opnejc%6
pnu6
napqnj`]papeia*`]papeia*jks$%*opnbpeia$opn$bkni]p[opnejc%%
at_alpQje_k`aAj_k`aAnnkn6
napqnj##
naceopan*oeilha[p]c$_qnnajp[peia%
In Python 2.4, the decorator syntax also works:
À}Փi˜ÌʈÃÊ«>ÃÃi`ʈ˜ÌœÊœÕÀÊv՘V̈œ˜°

Ê

UÊ

Ê

UÊ / iʵ՜ÌiÃÊ>ÀœÕ˜`ÊÌ iÊ>À}Փi˜ÌÊ­ˆvÊ>˜Þ®Ê >Ûi already been stripped away, so we
receive a plain Unicode string.

iVŽˆ˜}ÊvœÀÊÌ iÊÀiµÕˆÀi`ʘՓLiÀʜvÊ>À}Փi˜ÌÃÊ >ÃÊ>Ài>`ÞÊLii˜Ê`œ˜iÊLÞÊÌ iÊ̈“iʜÕÀÊ
function is called, so we don’t need to do that.

Inclusion Tags
˜œÌ iÀÊVœ““œ˜ template tag is the type that displays some data by rendering another template. For example, Django’s admin interface uses custom template tags to display the buttons
along the bottom of the “add/change” form pages. Those buttons always look the same, but
the link targets change depending on the object being edited. They’re a perfect case for using a
small template that is filled with details from the current object.
These sorts of tags are called inclusion tags. Writing inclusion tags is probably best demonstrated by example. Let’s write a tag that produces a list of books for a given =qpdkn object.
We’ll use the tag like this:
w!^kkgo[bkn[]qpdkn]qpdkn!y
The result will be something like this:
8qh:
8he:Pda?]pEjPdaD]p8+he:
8he:DklKjLkl8+he:
8he:CnaajAcco=j`D]i8+he:
8+qh:
First, we define the function that takes the argument and produces a dictionary of data for
the result. Notice that we need to return only a dictionary, not anything more complex. This
will be used as the context for the template fragment:

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

`ab^kkgo[bkn[]qpdkn$]qpdkn%6
^kkgo9>kkg*k^fa_po*behpan$]qpdkno[[e`9]qpdkn*e`%
napqnjw#^kkgo#6^kkgoy
Next, we create the template used to render the tag’s output. Following our example, the
template is very simple:
8qh:
w!bkn^kkgej^kkgo!y
8he:ww^kkg*pephayy8+he:
w!aj`bkn!y
8+qh:
Finally, we create and register the inclusion tag by calling the ej_hqoekj[p]c$% method on
a He^n]nu object.
Following our example, if the preceding template is in a file called ^kkg[ojellap*dpih, we
register the tag like this:
naceopan*ej_hqoekj[p]c$#^kkg[ojellap*dpih#%$^kkgo[bkn[]qpdkn%
Python 2.4 decorator syntax works as well, so we could have written this instead:
Ìiʏœ>`iÀpÌ >ÌʈÃ]Êi>V Êi˜ÌÀÞʈ˜ÊÌ iÊPAILH=PA[HK=@ANO setting—is expected to be a
callable object with this interface:
hk]`[pailh]pa[okqn_a$pailh]pa[j]ia(pailh]pa[`eno9Jkja%
The pailh]pa[j]ia argument is the name of the template to load (as passed to hk]`an*
cap[pailh]pa$% or hk]`an*oaha_p[pailh]pa$%), and pailh]pa[`eno is an optional list of directories to search instead of PAILH=PA[@ENO.
If a loader is able to successfully load a template, it should return a tuple: $pailh]pa[
okqn_a(pailh]pa[l]pd%. Here, pailh]pa[okqn_a is the template string that will be compiled by
the template engine, and pailh]pa[l]pd is the path the template was loaded from. That path
might be shown to the user for debugging purposes, so it should quickly identify where the
template was loaded from.
If the loader is unable to load a template, it should raise `f]jck*pailh]pa*
Pailh]pa@kaoJkpAteop.
Each loader function should also have an eo[qo]^ha function attribute. This is a Boolean
that informs the template engine whether this loader is available in the current Python installation. For example, the eggs loader (which is capable of loading templates from Python eggs)
sets eo[qo]^ha to B]hoa if the lgc[naokqn_ao module isn’t installed, because lgc[naokqn_ao is
necessary to read data from eggs.
˜ÊiÝ>“«iÊà œÕ`Ê i«ÊV>ÀˆvÞÊ>ÊœvÊÌ ˆÃ°ÊiÀi½ÃÊ>ÊÌi“«>Ìiʏœ>`iÀÊv՘V̈œ˜ÊÌ >ÌÊV>˜Ê
load templates from a ZIP file. It uses a custom setting, PAILH=PA[VEL[BEHAO, as a search path
instead of PAILH=PA[@ENO, and it expects each item on that path to be a ZIP file containing
templates:
bnki`f]jck*_kjbeilknpoappejco
bnki`f]jck*pailh]paeilknpPailh]pa@kaoJkpAteop
eilknpvelbeha
`abhk]`[pailh]pa[okqn_a$pailh]pa[j]ia(pailh]pa[`eno9Jkja%6
Pailh]pahk]`anpd]phk]`opailh]paobnki]VELbeha*
pailh]pa[velbehao9cap]ppn$oappejco(PAILH=PA[VEL[BEHAO(WY%

C H A P T E R 9 N A D V A N C E D T E M P LA T E S

Pnua]_dVELbehaejPAILH=PA[VEL[BEHAO*
bknbj]iaejpailh]pa[velbehao6
pnu6
v9velbeha*VelBeha$bj]ia%
okqn_a9v*na]`$pailh]pa[j]ia%
at_alp$EKAnnkn(GauAnnkn%6
_kjpejqa
v*_hkoa$%
Sabkqj`]pailh]pa(oknapqnjpdaokqn_a*
pailh]pa[l]pd9!o6!o!$bj]ia(pailh]pa[j]ia%
napqnj$okqn_a(pailh]pa[l]pd%
Ebsana]_ddana(pdapailh]pa_kqh`j#p^ahk]`a`
n]eoaPailh]pa@kaoJkpAteop$pailh]pa[j]ia%
Pdeohk]`aneo]hs]uoqo]^ha$oej_avelbehaeoej_hq`a`sepdLupdkj%
hk]`[pailh]pa[okqn_a*eo[qo]^ha9Pnqa
The only step left if we want to use this loader is to add it to the PAILH=PA[HK=@ANO setting.
If we put this code in a package called iuoepa*vel[hk]`an, then we add iuoepa*vel[hk]`an*
hk]`[pailh]pa[okqn_a to PAILH=PA[HK=@ANO.

Configuring the Template System in
Standalone Mode
NNote This section is only of interest to people trying to use the template system as an output component
in another application. If you are using the template system as part of a Django application, the information
presented here doesn’t apply to you.

Normally, Django loads all the configuration information it needs from its own default
configuration file, combined with the settings in the module given in the @F=JCK[OAPPEJCO[
IK@QHA environment variable°Ê­/ ˆÃÊÜ>ÃÊiÝ«>ˆ˜i`ʈ˜ÊºÊ-«iVˆ>Ê*ÞÌ œ˜Ê*Àœ“«Ì»Êˆ˜Ê >«ÌiÀÊ{°®Ê
But if you’re using the template system independent of the rest of Django, the environment
variable approach isn’t very convenient, because you probably want to configure the template system in line with the rest of your application rather than dealing with settings files and
pointing to them via environment variables.
To solve this problem, you need to use the manual configuration option described fully in
««i˜`ˆÝÊ °Ê˜Ê>ʘÕÌà i]ÊޜÕʘii`Ê̜ʈ“«œÀÌÊÌ iÊ>««Àœ«Àˆ>ÌiÊ«ˆiViÃʜvÊÌ iÊÌi“«>ÌiÊÃÞÃÌi“Ê
and then, before you call any of the template functions, call `f]jck*_kjb*oappejco*_kjbecqna$%
with any settings you wish to specify.

189

190

C HAPTER 9 N ADV A NC ED TEMP L A TES

You might want to consider setting at least PAILH=PA[@ENO (if you are going to use template
loaders), @AB=QHP[?D=NOAP (although the default of qpb)4 is probably fine), and PAILH=PA[@A>QC.
Ê>Û>ˆ>LiÊÃiÌ̈˜}ÃÊ>ÀiÊ`iÃVÀˆLi`ʈ˜Ê««i˜`ˆÝÊ ]Ê>˜`Ê>˜ÞÊÃiÌ̈˜}ÊÃÌ>À̈˜}ÊÜˆÌ ÊPAILH=PA[ is of
obvious interest.

What’s Next?
Continuing this section’s theme of advanced topics, the next chapter covers the advanced
usage of Django models.

C HAPTER

10

Advanced Models
I

n Chapter 5 we presented an introduction to Django’s database layer—how to define models
and how to use the database API to create, retrieve, update, and delete records. In this chapter,
we’ll introduce you to some more advanced features of this part of Django.

Related Objects
Recall our book models from Chapter 5:
bnki`f]jck*`^eilknpik`aho
_h]ooLq^heodan$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
]``naoo9ik`aho*?d]nBeah`$i]t[hajcpd91,%
_epu9ik`aho*?d]nBeah`$i]t[hajcpd92,%
op]pa[lnkrej_a9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
_kqjpnu9ik`aho*?d]nBeah`$i]t[hajcpd91,%
sa^oepa9ik`aho*QNHBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*j]ia
_h]oo=qpdkn$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd90,%
a)i]eh9ik`aho*A)i]ehBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjq#!o!o#!$oahb*benop[j]ia(oahb*h]op[j]ia%

191

192

C HAPTER 10 N ADVA NC ED MODEL S

_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
lq^heodan9ik`aho*BknaecjGau$Lq^heodan%
lq^he_]pekj[`]pa9ik`aho*@]paBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*pepha
As we explained in Chapter 5, accessing the value for a particular field on a database
object is as straightforward as using an attribute. For example, to determine the title of the
book with ID 50, we’d do the following:
:::bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg
:::^9>kkg*k^fa_po*cap$e`91,%
:::^*pepha
q#Pda@f]jck>kkg#
But one thing we didn’t mention previously is that related objects—fields expressed as
either a BknaecjGau or I]juPkI]juBeah`—act slightly differently.

Accessing Foreign Key Values
When you access a field that’s a BknaecjGau, you’ll get the related model object. Consider this
example:
:::^9>kkg*k^fa_po*cap$e`91,%
:::^*lq^heodan
8Lq^heodan6=lnaooLq^heodejc:
:::^*lq^heodan*sa^oepa
q#dppl6++sss*]lnaoo*_ki+#
With BknaecjGau fields, API access works in reverse, too, but it’s slightly different due to
the nonsymmetrical nature of the relationship. To get a list of books for a given publisher, use
lq^heodan*^kkg[oap*]hh$%, like this:
:::l9Lq^heodan*k^fa_po*cap$j]ia9#=lnaooLq^heodejc#%
:::l*^kkg[oap*]hh$%
W8>kkg6Pda@f]jck>kkg:(8>kkg6@eraEjpkLupdkj:(***Y
Behind the scenes, ^kkg[oap is just a MqanuOap (as covered in Chapter 5), and it can be filtered and sliced like any other MqanuOap. Consider this example:
:::l9Lq^heodan*k^fa_po*cap$j]ia9#=lnaooLq^heodejc#%
:::l*^kkg[oap*behpan$j]ia[[e_kjp]ejo9#`f]jck#%
W8>kkg6Pda@f]jck>kkg:(8>kkg6Lnk@f]jck:Y
The attribute name ^kkg[oap is generated by appending the lowercase model name to [oap.

C H A P T E R 1 0 N A D V A N C E D M O D E LS

Accessing Many-to-Many Values
Many-to-many values work like foreign-key values, except we deal with MqanuOap values
instead of model instances. For example, here’s how to view the authors for a book:
:::^9>kkg*k^fa_po*cap$e`91,%
:::^*]qpdkno*]hh$%
W8=qpdkn6=`ne]jDkhkr]pu:(8=qpdkn6F]_k^G]lh]j)Ikoo:Y
:::^*]qpdkno*behpan$benop[j]ia9#=`ne]j#%
W8=qpdkn6=`ne]jDkhkr]pu:Y
:::^*]qpdkno*behpan$benop[j]ia9#=`]i#%
WY
It works in reverse, too. To view all of the books for an author, use ]qpdkn*^kkg[oap,
like this:
:::]9=qpdkn*k^fa_po*cap$benop[j]ia9#=`ne]j#(h]op[j]ia9#Dkhkr]pu#%
:::]*^kkg[oap*]hh$%
W8>kkg6Pda@f]jck>kkg:(8>kkg6=`ne]j#oKpdan>kkg:Y
Here, as with BknaecjGau fields, the attribute name ^kkg[oap is generated by appending
the lowercase model name to [oap.

Making Changes to a Database Schema
When we introduced the ouj_`^ command in Chapter 5, we noted that ouj_`^ merely creates
tables that don’t yet exist in your database—it does not sync changes in models or perform
deletions of models. If you add or change a model’s field or if you delete a model, you’ll need
to make the change in your database manually. This section explains how to do that.
When dealing with schema changes, it’s important to keep a few things in mind about
how Django’s database layer works:
Ê

UÊ

>˜}œÊ܈ÊVœ“«>ˆ˜ÊœÕ`ÞʈvÊ>ʓœ`iÊVœ˜Ì>ˆ˜ÃÊ>Êvˆi`ÊÌ >ÌÊ >ÃʘœÌÊÞiÌÊLii˜ÊVÀi>Ìi`ʈ˜Ê
the database table. This will cause an error the first time you use the Django database
API to query the given table (i.e., it will happen at code-execution time, not at compilation time).

Ê

UÊ

>˜}œÊ`œiÃÊnot care if a database table contains columns that are not defined in the
model.

Ê

UÊ

>˜}œÊ`œiÃÊnot care if a database contains a table that is not represented by a model.

Making schema changes is a matter of changing the various pieces—the Python code and
the database itself—in the right order, as outlined in the following sections.

Adding Fields
When adding a field to a table/model in a production setting, the trick is to take advantage of
the fact that Django doesn’t care if a table contains columns that aren’t defined in the model.
The strategy is to add the column in the database, and then update the Django model to
include the new field.

193

194

C HAPTER 10 N ADVA NC ED MODEL S

However, there’s a bit of a chicken-and-egg problem here, because in order to know how
the new database column should be expressed in SQL, you need to look at the output of Django’s i]j]ca*luomh]hh command, which requires that the field exist in the model. (Note that
you’re not required to create your column with exactly the same SQL that Django would, but
it’s a good idea to do so, just to be sure everything’s in sync.)
The solution to the chicken-and-egg problem is to use a development environment
instead of making the changes on a production server. (You are using a testing/development
environment, right?) The following are the detailed steps to take.
First, take these steps in the development environment (i.e., not on the production server):
1. Add the field to your model.
2. Run i]j]ca*luomh]hhWukqn]llY to see the new ?NA=PAP=>HA statement for the model.
Note the column definition for the new field.
3. Start your database’s interactive shell (e.g., lomh or iuomh, or you can use i]j]ca*lu
`^odahh). Execute an =HPANP=>HA statement that adds your new column.
4. Launch the Python interactive shell with i]j]ca*luodahh and verify that the new field
was added properly by importing the model and selecting from the table (e.g., IuIk`ah*
k^fa_po*]hh$%W61Y). If you updated the database correctly, the statement should work
without errors.
Then, on the production server perform these steps:
1. Start your database’s interactive shell.
2. Execute the =HPANP=>HA statement you used in step 3 of the development-environment
steps.
3. Add the field to your model. If you’re using source-code revision control and you
checked in your change in step 1 of the development-environment part of this process,
now is the time to update the code (e.g., orjql`]pa, with Subversion) on the production server.
4. Restart the Web server for the code changes to take effect.
For example, let’s walk through what we’d do if we added a jqi[l]cao field to the >kkg
model from Chapter 5. First we’d alter the model in our development environment to look
like this:
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
lq^heodan9ik`aho*BknaecjGau$Lq^heodan%
lq^he_]pekj[`]pa9ik`aho*@]paBeah`$%
jqi[l]cao9ik`aho*EjpacanBeah`$^h]jg9Pnqa(jqhh9Pnqa%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*pepha

C H A P T E R 1 0 N A D V A N C E D M O D E LS

NNote Read the section “Making Fields Optional” in Chapter 6, plus the sidebar “Adding NOT NULL
Columns” later in this chapter for important details on why we included ^h]jg9Pnqa and jqhh9Pnqa.

Then we’d run the command i]j]ca*luomh]hh^kkgo to see the ?NA=PAP=>HA statement.
Depending on your database back-end, it would look something like this:
?NA=PAP=>HA^kkgo[^kkg$
e`oane]hJKPJQHHLNEI=NUGAU(
pephar]n_d]n$-,,%JKPJQHH(
lq^heodan[e`ejpacanJKPJQHHNABANAJ?AO^kkgo[lq^heodan$e`%(
lq^he_]pekj[`]pa`]paJKPJQHH(
jqi[l]caoejpacanJQHH
%7
The new column is represented like this:
jqi[l]caoejpacanJQHH
Next we’d start the database’s interactive shell for our development database by typing
lomh (for PostgreSQL), and we’d execute the following statement:
=HPANP=>HA^kkgo[^kkg=@@?KHQIJjqi[l]caoejpacan7

ADDING NOT NULL COLUMNS
There’s a subtlety here that deserves mention. When we added the jqi[l]cao field to our model, we
included the ^h]jg9Pnqa and jqhh9Pnqa options because a database column will contain JQHH values
when you first create it.
However, it’s also possible to add columns that cannot contain JQHH values. To do this, you have to
create the column as JQHH, then populate the column’s values using some default(s), and then alter the
column to set the JKPJQHH modifier. Here’s an example:
>ACEJ7
=HPANP=>HA^kkgo[^kkg=@@?KHQIJjqi[l]caoejpacan7
QL@=PA^kkgo[^kkgOAPjqi[l]cao9,7
=HPANP=>HA^kkgo[^kkg=HPAN?KHQIJjqi[l]caoOAPJKPJQHH7
?KIIEP7
If you go down this path, remember that you should leave off ^h]jg9Pnqa and jqhh9Pnqa in your
model.

195

196

C HAPTER 10 N ADVA NC ED MODEL S

After the =HPANP=>HA statement, we’d verify that the change worked properly by starting
the Python shell and running this code:
:::bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg
:::>kkg*k^fa_po*]hh$%W61Y
If that code didn’t cause errors, we’d switch to our production server and execute the
=HPANP=>HA statement on the production database. Then we’d update the model in the production environment and restart the Web server.

Removing Fields
Removing a field from a model is a lot easier than adding one. Just follow these steps:
1. Remove the field’s code from your model class and restart the Web server.
2. Remove the column from your database, using a command like this:
=HPANP=>HA^kkgo[^kkg@NKL?KHQIJjqi[l]cao7
Be sure to perform the steps in this order. If you remove the column from your database
first, Django will immediately begin raising errors.

Removing Many-to-Many Fields
Because many-to-many fields are different from normal fields, the removal process is
different:
1. Remove the I]juPkI]juBeah` code from your model class and restart the Web server.
2. Remove the many-to-many table from your database, using a command like this:
@NKLP=>HA^kkgo[^kkg[]qpdkno7
As in the previous section, be sure to perform the steps in this order.

Removing Models
Removing a model entirely is as easy as removing a field. Just follow these steps:
1. Remove the model class from your ik`aho*lu file and restart the Web server.
2. Remove the table from your database, using a command like this:
@NKLP=>HA^kkgo[^kkg7
Note that you might need to remove any dependent tables from your database first—for
instance, any tables that have foreign keys to ^kkgo[^kkg.
As in the previous sections, be sure to perform the steps in the order shown here.

C H A P T E R 1 0 N A D V A N C E D M O D E LS

Managers
In the statement >kkg*k^fa_po*]hh$%, k^fa_po is a special attribute through which you query
your database. In Chapter 5 we briefly identified this as the model’s manager. Now it’s time to
dive a bit deeper into what managers are and how you can use them.
In short, a model’s manager is an object through which Django models perform database
queries. Each Django model has at least one manager, and you can create custom managers to
customize database access.
There are two reasons you might want to create a custom manager: to add extra manager
methods, and/or to modify the initial MqanuOap the manager returns.

Adding Extra Manager Methods
Adding extra manager methods is the preferred way to add table-level functionality to your
models. A table-level function is one that acts on multiple instances of models, as opposed to
single instances. (For row-level functionality—i.e., functions that act on a single instance of a
model object—use model methods, which are explained later in this chapter.)
For example, let’s give our >kkg model a manager method pepha[_kqjp$% that takes a
keyword and returns the number of books that have a title containing that keyword. (This
example is slightly contrived, but it demonstrates how managers work.)
ik`aho*lu
bnki`f]jck*`^eilknpik`aho
***=qpdkn]j`Lq^heodanik`ahodana***
_h]oo>kkgI]j]can$ik`aho*I]j]can%6
`abpepha[_kqjp$oahb(gauskn`%6
napqnjoahb*behpan$pepha[[e_kjp]ejo9gauskn`%*_kqjp$%
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
lq^heodan9ik`aho*BknaecjGau$Lq^heodan%
lq^he_]pekj[`]pa9ik`aho*@]paBeah`$%
jqi[l]cao9ik`aho*EjpacanBeah`$^h]jg9Pnqa(jqhh9Pnqa%
k^fa_po9>kkgI]j]can$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*pepha
With this manager in place, we can now use the new methods:
:::>kkg*k^fa_po*pepha[_kqjp$#`f]jck#%
0
:::>kkg*k^fa_po*pepha[_kqjp$#lupdkj#%
-4

197

198

C HAPTER 10 N ADVA NC ED MODEL S

Here are some notes about the code:
Ê

UÊ 7i½ÛiÊVÀi>Ìi`Ê>Ê>kkgI]j]can class that extends `f]jck*`^*ik`aho*I]j]can. This has a
single method, pepha[_kqjp$%, which does the calculation. Note that the method uses
oahb*behpan$%, where oahb refers to the manager itself.

Ê

UÊ 7i½ÛiÊ>ÃÈ}˜i`Ê>kkgI]j]can$% to the k^fa_po attribute on the model. This replaces the
default manager for the model, which is called k^fa_po and is automatically created if
you don’t specify a custom manager. By calling our manager k^fa_po rather than something else, we’re consistent with automatically created managers.

Why would we want to add a method such as pepha[_kqjp$%? To encapsulate commonly
executed queries so that we don’t have to duplicate code.

Modifying Initial Manager QuerySets
A manager’s base MqanuOap returns all objects in the system. For example, >kkg*k^fa_po*]hh$%
returns all books in the book database.
You can override a manager’s base MqanuOap by overriding the I]j]can*cap[mqanu[oap$%
method. cap[mqanu[oap$% should return a MqanuOap with the properties you require.
For example, the following model has two managers—one that returns all objects, and
one that returns only the books by Roald Dahl.
bnki`f]jck*`^eilknpik`aho
Benop(`abejapdaI]j]canoq^_h]oo*
_h]oo@]dhI]j]can$ik`aho*I]j]can%6
`abcap[mqanu[oap$oahb%6
napqnjoqlan$@]dhI]j]can(oahb%*cap[mqanu[oap$%*behpan$]qpdkn9#Nk]h`@]dh#%
Pdajdkkgepejpkpda>kkgik`ahatlhe_ephu*
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
]qpdkn9ik`aho*?d]nBeah`$i]t[hajcpd91,%
***
k^fa_po9ik`aho*I]j]can$%Pda`ab]qhpi]j]can*
`]dh[k^fa_po9@]dhI]j]can$%Pda@]dh)ola_ebe_i]j]can*
With this sample model, >kkg*k^fa_po*]hh$% will return all books in the database, but
>kkg*`]dh[k^fa_po*]hh$% will return only the ones written by Roald Dahl. Note that we explicitly set k^fa_po to a vanilla I]j]can instance because if we hadn’t, the only available manager
would be `]dh[k^fa_po.
Of course, because cap[mqanu[oap$% returns a MqanuOap object, you can use behpan$%,
at_hq`a$%, and all the other MqanuOap methods on it. So these statements are all legal:
>kkg*`]dh[k^fa_po*]hh$%
>kkg*`]dh[k^fa_po*behpan$pepha9#I]peh`]#%
>kkg*`]dh[k^fa_po*_kqjp$%

C H A P T E R 1 0 N A D V A N C E D M O D E LS

This example points out another interesting technique: using multiple managers on the
same model. You can attach as many I]j]can$% instances to a model as you’d like. This is an
easy way to define common filters for your models.
Consider this example:
_h]ooI]haI]j]can$ik`aho*I]j]can%6
`abcap[mqanu[oap$oahb%6
napqnjoqlan$I]haI]j]can(oahb%*cap[mqanu[oap$%*behpan$oat9#I#%
_h]ooBai]haI]j]can$ik`aho*I]j]can%6
`abcap[mqanu[oap$oahb%6
napqnjoqlan$Bai]haI]j]can(oahb%*cap[mqanu[oap$%*behpan$oat9#B#%
_h]ooLanokj$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
oat9ik`aho*?d]nBeah`$i]t[hajcpd9-(_dke_ao9$$#I#(#I]ha#%($#B#(#Bai]ha#%%%
laklha9ik`aho*I]j]can$%
iaj9I]haI]j]can$%
skiaj9Bai]haI]j]can$%
This example allows you to request Lanokj*iaj*]hh$%, Lanokj*skiaj*]hh$%, and Lanokj*
laklha*]hh$%, yielding predictable results.
If you use custom I]j]can objects, take note that the first I]j]can Django encounters (in
the order in which they’re defined in the model) has a special status. Django interprets this
first I]j]can defined in a class as the default I]j]can, and several parts of Django (though not
the admin application) will use that default I]j]can exclusively for that model. As a result, it’s
a good idea to be careful in your choice of default manager, in order to avoid a situation where
overriding cap[mqanu[oap$% results in an inability to retrieve objects you’d like to work with.

Model Methods
Model methods allow you to define custom methods on a model to add custom row-level
functionality to your objects. Whereas managers are intended to do table-wide things, model
methods should act on a particular model instance.
Model methods are valuable for keeping business logic in one place—the model. An
example is the easiest way to explain this. Here’s a model with a few custom methods:
bnki`f]jck*_kjpne^*hk_]hbh]rkn*qo*ik`ahoeilknpQOOp]paBeah`
bnki`f]jck*`^eilknpik`aho
_h]ooLanokj$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
^enpd[`]pa9ik`aho*@]paBeah`$%
]``naoo9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
_epu9ik`aho*?d]nBeah`$i]t[hajcpd91,%
op]pa9QOOp]paBeah`$%Uao(pdeoeoQO)_ajpne_***

199

200

C HAPTER 10 N ADVA NC ED MODEL S

`ab^]^u[^kkian[op]pqo$oahb%6
Napqnjopdalanokj#o^]^u)^kkianop]pqo*
eilknp`]papeia
eb`]papeia*`]pa$-501(4(-%89oahb*^enpd[`]paX
]j`oahb*^enpd[`]pa89`]papeia*`]pa$-520(-.(/-%6
napqnj>]^u^kkian
eboahb*^enpd[`]pa8`]papeia*`]pa$-501(4(-%6
napqnjLna)^kkian
napqnjLkop)^kkian
`abeo[ie`saopanj$oahb%6
NapqnjoPnqaebpdeolanokjeobnkipdaIe`saop*
napqnjoahb*op]paej$#EH#(#SE#(#IE#(#EJ#(#KD#(#E=#(#IK#%
`ab[cap[bqhh[j]ia$oahb%6
Napqnjopdalanokj#obqhhj]ia*
napqnjq#!o!o#!$oahb*benop[j]ia(oahb*h]op[j]ia%
bqhh[j]ia9lnklanpu$[cap[bqhh[j]ia%
The last method in this example is a property. (You can read more about properties at dppl6++
sss*lupdkj*knc+`ksjhk]`+naha]oao+.*.+`ao_nejpnk+lnklanpu.) Here’s an example usage:
:::l9Lanokj*k^fa_po*cap$benop[j]ia9#>]n]_g#(h]op[j]ia9#K^]i]#%
:::l*^enpd[`]pa
`]papeia*`]pa$-52-(4(0%
:::l*^]^u[^kkian[op]pqo$%
#>]^u^kkian#
:::l*eo[ie`saopanj$%
Pnqa
:::l*bqhh[j]iaJkpapdeoeoj#p]iapdk`Íep#opna]pa`]o]j]ppne^qpa
q#>]n]_gK^]i]#

Executing Raw SQL Queries
The Django database API can take you only so far, so sometimes you’ll want to write custom
SQL queries against your database. You can do this very easily by accessing the object `f]jck*
`^*_kjja_pekj, which represents the current database connection. To use it, call _kjja_pekj*
_qnokn$% to get a cursor object. Then call _qnokn*ata_qpa$omh(Wl]n]ioY% to execute the SQL
and _qnokn*bap_dkja$% or _qnokn*bap_d]hh$% to return the resulting rows. Here’s an example:
:::bnki`f]jck*`^eilknp_kjja_pekj
:::_qnokn9_kjja_pekj*_qnokn$%
:::_qnokn*ata_qpa$
***OAHA?P@EOPEJ?Pbenop[j]ia
***BNKIlaklha[lanokj
***SDANAh]op[j]ia9!o(W#Hajjkj#Y%
:::nks9_qnokn*bap_dkja$%
:::lnejpnks
W#Fkdj#Y

C H A P T E R 1 0 N A D V A N C E D M O D E LS

_kjja_pekj and _qnokn mostly implement the standard Python Database API, which you
can read about at dppl6++sss*lupdkj*knc+lalo+lal),.05*dpih. If you’re not familiar with
the Python Database API, note that the SQL statement in _qnokn*ata_qpa$% uses placeholders, !o, rather than adding parameters directly within the SQL. If you use this technique,
the underlying database library will automatically add quotes and escape characters to your
parameter(s) as necessary.
Rather than littering your view code with `f]jck*`^*_kjja_pekj statements, it’s a good
idea to put them in custom model methods or manager methods. For instance, the preceding
example could be integrated into a custom manager method like this:
bnki`f]jck*`^eilknp_kjja_pekj(ik`aho
_h]ooLanokjI]j]can$ik`aho*I]j]can%6
`abbenop[j]iao$oahb(h]op[j]ia%6
_qnokn9_kjja_pekj*_qnokn$%
_qnokn*ata_qpa$
OAHA?P@EOPEJ?Pbenop[j]ia
BNKIlaklha[lanokj
SDANAh]op[j]ia9!o(Wh]op[j]iaY%
napqnjWnksW,Ybknnksej_qnokn*bap_dkja$%Y
_h]ooLanokj$ik`aho*Ik`ah%6
benop[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
h]op[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
k^fa_po9LanokjI]j]can$%
Here’s a sample usage:
:::Lanokj*k^fa_po*benop[j]iao$#Hajjkj#%
W#Fkdj#(#?ujpde]#Y

What’s Next?
In the next chapter we’ll show you Django’s “generic views” framework, which lets you save
time building Web sites that follow common patterns.

201

C HAPTER

11

Generic Views
H

ere again is a recurring theme of this book: at its worst, Web development is boring and
monotonous. So far, we’ve covered how Django tries to take away some of that monotony
at the model and template layers, but Web developers also experience this boredom at the
view level.
Django’s generic views were developed to ease that pain. They take certain common
idioms and patterns found in view development and abstract them so that you can quickly
write common views of data without having to write too much code. In fact, nearly every view
example in the preceding chapters could be rewritten with the help of generic views.
Chapter 8 touched briefly on how you’d go about making a view generic. To review, we
can recognize certain common tasks, like displaying a list of objects, and write code that displays a list of any object. Then the model in question can be passed as an extra argument to
the URLconf.
Django ships with generic views to do the following:
Ê

UÊ *iÀvœÀ“ÊVœ““œ˜ÊºÃˆ“«i»ÊÌ>ÎÃ\ÊÀi`ˆÀiVÌÊ̜Ê>Ê`ˆvviÀi˜ÌÊ«>}iʜÀÊÀi˜`iÀÊ>Ê}ˆÛi˜Ê
template.

Ê

UÊ

Ê

UÊ *ÀiÃi˜ÌÊ`>Ìi‡L>Ãi`ʜLiVÌÃʈ˜ÊÞi>Àɓœ˜Ì É`>ÞÊ>ÀV ˆÛiÊ«>}iÃ]Ê>ÃÜVˆ>Ìi`Ê`iÌ>ˆ]Ê>˜`Ê
º>ÌiÃ̻ʫ>}iðÊ/ iÊ >˜}œÊÜiLœ}½ÃÊ­dppl6++sss*`f]jcklnkfa_p*_ki+sa^hkc+) year,
month, and day archives are built with these, as would be a typical newspaper’s
archives.

ˆÃ«>ÞʏˆÃÌÊ>˜`Ê`iÌ>ˆÊ«>}iÃÊvœÀÊ>ÊȘ}iʜLiVÌ°Ê/ iÊarajp[heop and ajpnu[heop views
from Chapter 8 are examples of list views. A single event page is an example of what we
call a detail view.

Taken together, these views provide easy interfaces to perform the most common tasks
developers encounter.

203

204

C HAPTER 11 N GENER IC VIEW S

Using Generic Views
All of these views are used by creating configuration dictionaries in your URLconf files and
«>ÃȘ}ÊÌ œÃiÊ`ˆV̈œ˜>ÀˆiÃÊ>ÃÊÌ iÊÌ ˆÀ`ʓi“LiÀʜvÊÌ iÊ1,Vœ˜vÊÌÕ«iÊvœÀÊ>Ê}ˆÛi˜Ê«>ÌÌiÀ˜°Ê­-iiÊ
º*>ÃȘ}Ê ÝÌÀ>Ê"«Ìˆœ˜ÃÊ̜Ê6ˆiÜÊ՘V̈œ˜Ã»Êˆ˜Ê >«ÌiÀÊnÊvœÀÊ>˜ÊœÛiÀۈiÜʜvÊÌ ˆÃÊÌiV ˜ˆµÕi°®
œÀÊiÝ>“«i]Ê iÀi½ÃÊ>Êȓ«iÊ1,Vœ˜vÊޜÕÊVœÕ`ÊÕÃiÊ̜ʫÀiÃi˜ÌÊ>ÊÃÌ>̈Vʺ>LœÕ̻ʫ>}i\
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_*oeilhaeilknp`ena_p[pk[pailh]pa
qnhl]ppanjo9l]ppanjo$##(
$n#Z]^kqp+ #(`ena_p[pk[pailh]pa(w
#pailh]pa#6#]^kqp*dpih#
y%
%
/ œÕ} ÊÌ ˆÃʓˆ} ÌÊÃii“Ê>ÊLˆÌʺ“>}ˆV>»Ê>ÌÊvˆÀÃÌÊ}>˜VipœœŽ]Ê>ÊۈiÜÊÜˆÌ Ê˜œÊVœ`itpˆÌ½ÃÊ
actually exactly the same as the examples in Chapter 8. The `ena_p[pk[pailh]pa view simply
grabs information from the extra-parameters dictionary and uses that information when rendering the view.
iV>ÕÃiÊÌ ˆÃÊ}i˜iÀˆVÊۈiÜp>˜`Ê>ÊÌ iÊœÌ iÀÃpˆÃÊ>ÊÀi}Տ>ÀÊۈiÜÊv՘V̈œ˜ÊˆŽiÊ>˜ÞÊœÌ iÀ]Ê
ÜiÊV>˜ÊÀiÕÃiʈÌʈ˜Ãˆ`iʜÕÀʜܘÊۈiÜðÊÃÊ>˜ÊiÝ>“«i]ʏi̽ÃÊiÝÌi˜`ʜÕÀʺ>LœÕÌ»ÊiÝ>“«iÊ̜ʓ>«Ê
URLs of the form +]^kqp+8sd]paran:+ to statically rendered ]^kqp+8sd]paran:*dpih. We’ll do
this by first modifying the URLconf to point to a view function:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_*oeilhaeilknp`ena_p[pk[pailh]pa
bnkiiuoepa*^kkgo*reasoeilknp]^kqp[l]cao
qnhl]ppanjo9l]ppanjo$##(
$n#Z]^kqp+ #(`ena_p[pk[pailh]pa(w
#pailh]pa#6#]^kqp*dpih#
y%(
$n#Z]^kqp+$Xs'%+ #(]^kqp[l]cao%(
%
Next, we’ll write the ]^kqp[l]cao view:
bnki`f]jck*dppleilknpDppl0,0
bnki`f]jck*pailh]paeilknpPailh]pa@kaoJkpAteop
bnki`f]jck*reaso*cajane_*oeilhaeilknp`ena_p[pk[pailh]pa
`ab]^kqp[l]cao$namqaop(l]ca%6
pnu6
napqnj`ena_p[pk[pailh]pa$namqaop(pailh]pa9]^kqp+!o*dpih!l]ca%
at_alpPailh]pa@kaoJkpAteop6
n]eoaDppl0,0$%

CHAPTER 11 N GENERIC VIEWS

Here we’re treating `ena_p[pk[pailh]pa like any other function. Since it returns an
DpplNaolkjoa, we can simply return it as is. The only slightly tricky business here is dealing
with missing templates. We don’t want a nonexistent template to cause a server error, so we
catch Pailh]pa@kaoJkpAteop exceptions and return 404 errors instead.

IS THERE A SECURITY VULNERABILITY HERE?
Sharp-eyed readers may have noticed a possible security hole: we’re constructing the template name using
interpolated content from the browser (pailh]pa9]^kqp+!o*dpih!l]ca). At first glance, this looks
like a classic directory-traversal vulnerability (discussed in detail in Chapter 20). But is it really?
Not exactly. Yes, a maliciously crafted value of l]ca could cause directory traversal, but although l]ca
is taken from the request URL, not every value will be accepted. The key is in the URLconf: we’re using the
regular expression Xs' to match the l]ca part of the URL, and Xs accepts only letters and numbers. Thus,
any malicious characters (such as dots and slashes) will be rejected by the URL resolver before they reach the
view itself.

Generic Views of Objects
The `ena_p[pk[pailh]pa view certainly is useful, but Django’s generic views really shine when
it comes to presenting views on your database content. Because it’s such a common task,
Django comes with a handful of built-in generic views that make generating list and detail
views of objects incredibly easy.
i̽ÃÊÌ>ŽiÊ>ʏœœŽÊ>Ìʜ˜iʜvÊÌ iÃiÊ}i˜iÀˆVÊۈiÜÃ\ÊÌ iʺœLiVÌʏˆÃÌ»ÊۈiÜ. We’ll be using this
Lq^heodan object from Chapter 5:
_h]ooLq^heodan$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
]``naoo9ik`aho*?d]nBeah`$i]t[hajcpd91,%
_epu9ik`aho*?d]nBeah`$i]t[hajcpd92,%
op]pa[lnkrej_a9ik`aho*?d]nBeah`$i]t[hajcpd9/,%
_kqjpnu9ik`aho*?d]nBeah`$i]t[hajcpd91,%
sa^oepa9ik`aho*QNHBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*j]ia
_h]ooIap]6
kn`anejc9W#j]ia#Y

205

206

C HAPTER 11 N GENER IC VIEW S

To build a list page of all publishers, we’d use a URLconf along these lines:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_eilknpheop[`ap]eh
bnkiiuoepa*^kkgo*ik`ahoeilknpLq^heodan
lq^heodan[ejbk9w
#mqanuoap#6Lq^heodan*k^fa_po*]hh$%(
y
qnhl]ppanjo9l]ppanjo$##(
$n#Zlq^heodano+ #(heop[`ap]eh*k^fa_p[heop(lq^heodan[ejbk%
%
/ >̽ÃÊ>ÊÌ iÊ*ÞÌ œ˜ÊVœ`iÊÜiʘii`Ê̜ÊÜÀˆÌi°Ê7iÊÃ̈Ê˜ii`Ê̜ÊÜÀˆÌiÊ>ÊÌi“«>Ìi]Ê œÜiÛiÀ°Ê
We can explicitly tell the k^fa_p[heop view which template to use by including a pailh]pa[j]ia
key in the extra-arguments dictionary:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_eilknpheop[`ap]eh
bnkiiuoepa*^kkgo*ik`ahoeilknpLq^heodan
lq^heodan[ejbk9w
#mqanuoap#6Lq^heodan*k^fa_po*]hh$%(
#pailh]pa[j]ia#6#lq^heodan[heop[l]ca*dpih#(
y
qnhl]ppanjo9l]ppanjo$##(
$n#Zlq^heodano+ #(heop[`ap]eh*k^fa_p[heop(lq^heodan[ejbk%
%
In the absence of pailh]pa[j]ia, though, the k^fa_p[heop generic view will infer one from
the object’s name. In this case, the inferred template will be ^kkgo+lq^heodan[heop*dpihpÌ iÊ
^kkgo part comes from the name of the app that defines the model, while the lq^heodan bit is
just the lowercased version of the model’s name.
This template will be rendered against a context containing a variable called k^fa_p[heop
that contains all the lq^heodan objects. A very simple template might look like the following:
w!atpaj`o^]oa*dpih!y
w!^hk_g_kjpajp!y
8d.:Lq^heodano8+d.:
8qh:
w!bknlq^heodanejk^fa_p[heop!y
8he:wwlq^heodan*j]iayy8+he:
w!aj`bkn!y
8+qh:
w!aj`^hk_g!y

CHAPTER 11 N GENERIC VIEWS

­ œÌiÊÌ >ÌÊÌ ˆÃÊ>ÃÃՓiÃÊÌ iÊi݈ÃÌi˜ViʜvÊ>Ê^]oa*dpih template, as we provided in an example in Chapter 4.)
That’s really all there is to it. All the cool features of generic views come from changing the
ºˆ˜vœ»Ê`ˆV̈œ˜>ÀÞÊ«>ÃÃi`Ê̜ÊÌ iÊ}i˜iÀˆVÊۈiÜ°Ê««i˜`ˆÝÊ Ê`œVՓi˜ÌÃÊ>ÊÌ iÊ}i˜iÀˆVÊۈiÜÃÊ>˜`Ê
all their options in detail; the rest of this chapter will consider some of the common ways you
might customize and extend generic views.

Extending Generic Views
There’s no question that using generic views can speed up development substantially. In most
projects, however, there comes a moment when the generic views no longer suffice. Indeed,
one of the most common questions asked by new Django developers is how to make generic
views handle a wider array of situations.
Luckily, in nearly every one of these cases there are ways to simply extend generic views
to handle a larger array of use cases. These situations usually fall into the handful of patterns
dealt with in the following sections.

Making “Friendly” Template Contexts
You might have noticed that the sample publisher list template stores all the books in a variable named k^fa_p[heop. While this works just fine, it isn’t all that friendly to template authors:
Ì iÞÊ >ÛiÊ̜ʺÕÃÌʎ˜œÜ»ÊÌ >ÌÊÌ iÞ½ÀiÊ`i>ˆ˜}ÊÜˆÌ ÊLœœŽÃÊ iÀi°ÊÊLiÌÌiÀʘ>“iÊvœÀÊÌ >ÌÊÛ>Àˆ>LiÊ
would be lq^heodan[heop; that variable’s content is pretty obvious.
We can change the name of that variable easily with the pailh]pa[k^fa_p[j]ia argument:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_eilknpheop[`ap]eh
bnkiiuoepa*^kkgo*ik`ahoeilknpLq^heodan
lq^heodan[ejbk9w
#mqanuoap#6Lq^heodan*k^fa_po*]hh$%(
#pailh]pa[j]ia#6#lq^heodan[heop[l]ca*dpih#(
#pailh]pa[k^fa_p[j]ia#6#lq^heodan#(
y
qnhl]ppanjo9l]ppanjo$##(
$n#Zlq^heodano+ #(heop[`ap]eh*k^fa_p[heop(lq^heodan[ejbk%
%
In the template, the generic view will append [heop to the pailh]pa[k^fa_p[j]ia to create
the variable name representing the list of items.
*ÀœÛˆ`ˆ˜}Ê>ÊÕÃivՏÊpailh]pa[k^fa_p[j]ia is always a good idea. Your coworkers who
design templates will thank you.

207

208

C HAPTER 11 N GENER IC VIEW S

Adding Extra Context
Sometimes you might need to present information beyond that provided in the generic view.
œÀÊiÝ>“«i]ÊÌ ˆ˜ŽÊœvÊà œÜˆ˜}Ê>ʏˆÃÌʜvÊ>ÊÌ iÊœÌ iÀÊ«ÕLˆÃ iÀÃʜ˜Êi>V Ê«ÕLˆÃ iÀÊ`iÌ>ˆÊ«>}i°Ê
The k^fa_p[`ap]eh generic view provides the publisher to the context, but it seems there’s no
way to get a list of all publishers in that template.
But there is: all generic views take an extra optional parameter, atpn][_kjpatp. This is a
dictionary of extra objects that will be added to the template’s context. So, to provide the list of
all publishers on the detail view, we’d use an info dictionary like this:
lq^heodan[ejbk9w
#mqanuoap#6Lq^heodan*k^fa_po*]hh$%(
#pailh]pa[k^fa_p[j]ia#6#lq^heodan#(
#atpn][_kjpatp#6w#^kkg[heop#6>kkg*k^fa_po*]hh$%y
y
This would populate a ww^kkg[heopyy variable in the template context. This pattern can
be used to pass any information down into the template for the generic view. It’s very handy.
œÜiÛiÀ]ÊÌ iÀi½ÃÊ>VÌÕ>ÞÊ>ÊÃÕL̏iÊLÕ}Ê iÀipV>˜ÊޜÕÊëœÌʈ̶
The problem has to do with when the queries in atpn][_kjpatp are evaluated. Because
this example puts >kkg*k^fa_po*]hh$%ʈ˜ÊÌ iÊ1,Vœ˜v]ʈÌÊ܈ÊLiÊiÛ>Õ>Ìi`ʜ˜Þʜ˜ViÊ­Ü i˜ÊÌ iÊ
1,Vœ˜vʈÃÊvˆÀÃÌʏœ>`i`®°Ê"˜ViÊޜÕÊ>``ʜÀÊÀi“œÛiÊ«ÕLˆÃ iÀÃ]ÊޜսÊ˜œÌˆViÊÌ >ÌÊÌ iÊ}i˜iÀˆVÊۈiÜÊ
`œiؽÌÊÀiviVÌÊÌ œÃiÊV >˜}iÃÊ՘̈ÊޜÕÊÀiœ>`ÊÌ iÊ7iLÊÃiÀÛiÀÊ­Ãiiʺ >V ˆ˜}Ê>˜`Ê+ÕiÀÞ-iÌûʈ˜Ê
Appendix B for more information about when MqanuOap objects are cached and evaluated).

NNote This problem doesn’t apply to the mqanuoap generic view argument. Since Django knows that particular MqanuOap should never be cached, the generic view takes care of clearing the cache when each view
is rendered.

The solution is to use a callback in atpn][_kjpatpʈ˜ÃÌi>`ʜvÊ>ÊÛ>Õi°Ê˜ÞÊV>>LiÊ­ˆ°i°]Ê>Ê
function) that’s passed to atpn][_kjpatpÊ܈ÊLiÊiÛ>Õ>Ìi`ÊÜ i˜ÊÌ iÊۈiÜʈÃÊÀi˜`iÀi`Ê­ˆ˜ÃÌi>`Ê
of only once). You could do this with an explicitly defined function:
`abcap[^kkgo$%6
napqnj>kkg*k^fa_po*]hh$%
lq^heodan[ejbk9w
#mqanuoap#6Lq^heodan*k^fa_po*]hh$%(
#pailh]pa[k^fa_p[j]ia#6#lq^heodan#(
#atpn][_kjpatp#6w#^kkg[heop#6cap[^kkgoy
y

CHAPTER 11 N GENERIC VIEWS

"ÀÊޜÕÊVœÕ`ÊÕÃiÊ>ʏiÃÃʜLۈœÕÃÊLÕÌÊà œÀÌiÀÊÛiÀȜ˜ÊÌ >ÌÊÀiˆiÃʜ˜ÊÌ iÊv>VÌÊÌ >ÌÊ>kkg*k^fa_po*]hh is
itself a callable:
lq^heodan[ejbk9w
#mqanuoap#6Lq^heodan*k^fa_po*]hh$%(
#pailh]pa[k^fa_p[j]ia#6#lq^heodan#(
#atpn][_kjpatp#6w#^kkg[heop#6>kkg*k^fa_po*]hhy
y
Notice the lack of parentheses after >kkg*k^fa_po*]hh. This references the function withœÕÌÊ>VÌÕ>ÞÊV>ˆ˜}ʈÌÊ­Ü ˆV ÊÌ iÊ}i˜iÀˆV view will do later).

Viewing Subsets of Objects
Now let’s take a closer look at this mqanuoap key we’ve been using all along. Most generic
views take one of these mqanuoapÊ>À}Փi˜ÌÃpˆÌ½ÃÊ œÜÊÌ iÊۈiÜʎ˜œÜÃÊÜ ˆV ÊÃiÌʜvʜLiVÌÃÊ
̜Ê`ˆÃ«>ÞÊ­Ãiiʺ-iiV̈˜}Ê"LiVÌûʈ˜Ê >«ÌiÀÊxÊvœÀÊ>˜Êˆ˜ÌÀœ`ÕV̈œ˜Ê̜ÊMqanuOap objects, and
see Appendix B for the complete details).
Suppose, for example, that you want to order a list of books by publication date, with the
most recent first:
^kkg[ejbk9w
#mqanuoap#6>kkg*k^fa_po*kn`an[^u$#)lq^he_]pekj[`]pa#%(
y
qnhl]ppanjo9l]ppanjo$##(
$n#Zlq^heodano+ #(heop[`ap]eh*k^fa_p[heop(lq^heodan[ejbk%(
$n#Z^kkgo+ #(heop[`ap]eh*k^fa_p[heop(^kkg[ejbk%(
%
/ >̽ÃÊ>Ê«ÀiÌÌÞÊȓ«iÊiÝ>“«i]ÊLÕÌʈÌʈÕÃÌÀ>ÌiÃÊÌ iʈ`i>ʘˆViÞ°Ê"vÊVœÕÀÃi]ÊޜսÊÕÃÕ>ÞÊ
want to do more than just reorder objects. If you want to present a list of books by a particular
publisher, you can use the same technique:
]lnaoo[^kkgo9w
#mqanuoap#6>kkg*k^fa_po*behpan$lq^heodan[[j]ia9#=lnaooLq^heodejc#%(
#pailh]pa[j]ia#6#^kkgo+]lnaoo[heop*dpih#
y
qnhl]ppanjo9l]ppanjo$##(
$n#Zlq^heodano+ #(heop[`ap]eh*k^fa_p[heop(lq^heodan[ejbk%(
$n#Z^kkgo+]lnaoo+ #(heop[`ap]eh*k^fa_p[heop(]lnaoo[^kkgo%(
%
Notice that along with a filtered mqanuoap, we’re also using a custom template name. If we
`ˆ`˜½Ì]ÊÌ iÊ}i˜iÀˆVÊۈiÜÊܜՏ`ÊÕÃiÊÌ iÊÃ>“iÊÌi“«>ÌiÊ>ÃÊÌ iʺÛ>˜ˆ>»ÊœLiVÌʏˆÃÌ]ÊÜ ˆV ʓˆ} ÌÊ
not be what we want.

209

210

C HAPTER 11 N GENER IC VIEW S

Also notice that this isn’t a very elegant way of doing publisher-specific books. If we want
to add another publisher page, we’d need another handful of lines in the URLconf, and more
than a few publishers would get unreasonable. We’ll deal with this problem in the next section.

Complex Filtering with Wrapper Functions
Another common need is to filter the objects given in a list page by some key in the URL.
>ÀˆiÀÊÜiÊ >À`‡Vœ`i`ÊÌ iÊ«ÕLˆÃ iÀ½Ãʘ>“iʈ˜ÊÌ iÊ1,Vœ˜v]ÊLÕÌÊÜ >ÌʈvÊÜiÊÜ>˜Ìi`Ê̜ÊÜÀˆÌiÊ
>ÊۈiÜÊÌ >ÌÊ`ˆÃ«>Þi`Ê>ÊÌ iÊLœœŽÃÊLÞÊܓiÊ>ÀLˆÌÀ>ÀÞÊ«ÕLˆÃ iÀ¶Ê/ iÊ܏Ṏœ˜ÊˆÃÊ̜ʺÜÀ>«»ÊÌ iÊ
k^fa_p[heop generic view to avoid writing a lot of code by hand. As usual, we’ll start by writing
a URLconf:
qnhl]ppanjo9l]ppanjo$##(
$n#Zlq^heodano+ #(heop[`ap]eh*k^fa_p[heop(lq^heodan[ejbk%(
$n#Z^kkgo+$Xs'%+ #(^kkgo[^u[lq^heodan%(
%
Next we’ll write the ^kkgo[^u[lq^heodan view itself:
bnki`f]jck*odknp_qpoeilknpcap[k^fa_p[kn[0,0
bnki`f]jck*reaso*cajane_eilknpheop[`ap]eh
bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg(Lq^heodan
`ab^kkgo[^u[lq^heodan$namqaop(j]ia%6
Hkkgqlpdalq^heodan$]j`n]eoa]0,0ebep_]j#p^abkqj`%*
lq^heodan9cap[k^fa_p[kn[0,0$Lq^heodan(j]ia[[eat]_p9j]ia%
Qoapdak^fa_p[heopreasbknpdada]ruhebpejc*
napqnjheop[`ap]eh*k^fa_p[heop$
namqaop(
mqanuoap9>kkg*k^fa_po*behpan$lq^heodan9lq^heodan%(
pailh]pa[j]ia9#^kkgo+^kkgo[^u[lq^heodan*dpih#(
pailh]pa[k^fa_p[j]ia9#^kkg#(
atpn][_kjpatp9w#lq^heodan#6lq^heodany
%
/ ˆÃÊܜÀŽÃÊLiV>ÕÃiÊÌ iÀi½ÃÊÀi>ÞʘœÌ ˆ˜}ÊëiVˆ>Ê>LœÕÌÊ}i˜iÀˆVÊۈiÜÃpÌ iÞ½ÀiʍÕÃÌÊ*ÞÌ œ˜Ê
functions. Like any view function, generic views expect a certain set of arguments and return
DpplNaolkjoa objects. Thus, it’s incredibly easy to wrap a small function around a generic
ۈiÜÊÌ >ÌÊ`œiÃÊ>``ˆÌˆœ˜>ÊܜÀŽÊLivœÀiÊ­œÀÊ>vÌiÀÆÊÃiiÊÌ iʘiÝÌÊÃiV̈œ˜®Ê >˜`ˆ˜}ÊÌ ˆ˜}ÃʜvvÊ̜ the
generic view.

NNote Notice that in the preceding example we passed the current publisher being displayed in the
atpn][_kjpatp. This is usually a good idea in wrappers of this nature; it lets the template know which
“parent” object is currently being browsed.

CHAPTER 11 N GENERIC VIEWS

Performing Extra Work
The last common pattern we’ll look at involves doing some extra work before or after calling
the generic view.
Imagine we had a h]op[]__aooa` field on our =qpdkn object that we were using to keep
track of the last time anybody looked at that author. The generic k^fa_p[`ap]eh view, of
course, wouldn’t know anything about this field, but once again we could easily write a custom
view to keep that field updated.
ˆÀÃÌ]ÊÜi½`ʘii`Ê̜Ê>``Ê>˜Ê]qpdkn[`ap]eh bit in the URLconf to point to a custom view:
bnkiiuoepa*^kkgo*reasoeilknp]qpdkn[`ap]eh
qnhl]ppanjo9l]ppanjo$##(
***
$n#Z]qpdkno+$;L8]qpdkn[e`:X`'%+ #(]qpdkn[`ap]eh%(
***
%
Then we’d write our wrapper function:
eilknp`]papeia
bnki`f]jck*odknp_qpoeilknpcap[k^fa_p[kn[0,0
bnki`f]jck*reaso*cajane_eilknpheop[`ap]eh
bnkiiuoepa*^kkgo*ik`ahoeilknp=qpdkn
`ab]qpdkn[`ap]eh$namqaop(]qpdkn[e`%6
@ahac]papkpdacajane_reas]j`cap]jDpplNaolkjoa*
naolkjoa9heop[`ap]eh*k^fa_p[`ap]eh$
namqaop(
mqanuoap9=qpdkn*k^fa_po*]hh$%(
k^fa_p[e`9]qpdkn[e`(
%
Na_kn`pdah]op]__aooa``]pa*Sa`kpdeo&]bpan&pda_]hh
pkk^fa_p[`ap]eh$%(jkp^abknaep(okpd]ppdeoskj#p^a_]hha`
qjhaoopda=qpdkn]_pq]hhuateopo*$Ebpda]qpdkn`kaoj#pateop(
k^fa_p[`ap]eh$%sehhn]eoaDppl0,0(]j`saskj#pna]_dpdeolkejp*%
jks9`]papeia*`]papeia*jks$%
=qpdkn*k^fa_po*behpan$e`9]qpdkn[e`%*ql`]pa$h]op[]__aooa`9jks%
napqnjnaolkjoa

NNote This code won’t work unless you add a h]op[]__aooa` field to your =qpdkn model and create a
^kkgo+]qpdkn[`ap]eh*dpih template.

211

212

C HAPTER 11 N GENER IC VIEW S

We can use a similar idiom to alter the response returned by the generic view. If we
wanted to provide a downloadable plain-text version of the list of authors, we could use a
view like this:
`ab]qpdkn[heop[lh]ejpatp$namqaop%6
naolkjoa9heop[`ap]eh*k^fa_p[heop$
namqaop(
mqanuoap9=qpdkn*k^fa_po*]hh$%(
ieiapula9#patp+lh]ej#(
pailh]pa[j]ia9#^kkgo+]qpdkn[heop*ptp#
%
naolkjoaW?kjpajp)@eolkoepekjY9]pp]_diajp7behaj]ia9]qpdkno*ptp
napqnjnaolkjoa
This works because the generic views return simple DpplNaolkjoa objects that can be
ÌÀi>Ìi`ʏˆŽiÊ`ˆV̈œ˜>ÀˆiÃÊ̜ÊÃiÌÊ//*Ê i>`iÀðÊ/ ˆÃÊ?kjpajp)@eolkoepekj business, by the way,
instructs the browser to download and save the page instead of displaying it in the browser.

What’s Next?
In this chapter we looked at only a couple of the generic views Django ships with, but the general ideas presented here should apply pretty closely to any generic view. Appendix C covers
all the available views in detail, and it’s recommended reading if you want to get the most out
of this powerful feature.
/ ˆÃÊVœ˜VÕ`iÃÊÌ iÊÃiV̈œ˜ÊœvÊÌ ˆÃÊLœœŽÊ`iۜÌi`Ê̜ʺ>`Û>˜Vi`ÊÕÃ>}i°»Ê˜ÊÌ iʘiÝÌÊV >«ÌiÀÊ
we cover deployment of Django applications.

C HAPTER

12

Deploying Django
T

his chapter covers the last essential step of building a Django application: deploying it to
a production server.
If you’ve been following along with our ongoing examples, you probably used the
nqjoanran, which makes things very easy (you don’t have to worry about Web server setup).
But nqjoanran is intended only for development on your local machine, not for exposure on
the public Web. To deploy your Django application, you’ll need to hook it into an industrialstrength Web server such as Apache. In this chapter, we’ll show you how to do that, but first
we’ll give you a checklist of things to do in your codebase before you go live.

Preparing Your Codebase for Production
Fortunately, the nqjoanran approximates a “real” Web server closely enough that not very
many changes need to be made to a Django application in order to make it production-ready.
But there are a few essential things you should do before you turn the switch.

Turning Off Debug Mode
When we created a project in Chapter 2, the command `f]jck)]`iej*luop]nplnkfa_p created
a oappejco*lu file with @A>QC set to Pnqa. Many internal parts of Django check this setting and
change their behavior if @A>QC mode is on. For example, if @A>QC is set to Pnqa, then:
Ê

UÊ Ê`>Ì>L>ÃiʵÕiÀˆiÃÊ܈ÊLiÊÃ>Ûi`ʈ˜Ê“i“œÀÞÊ>ÃÊÌ iʜLiVÌÊ`f]jck*`^*_kjja_pekj*
mqaneao. As you can imagine, this eats up memory!

Ê

UÊ ˜ÞÊ{ä{ÊiÀÀœÀÊ܈ÊLiÊÀi˜`iÀi`ÊLÞÊ >˜}œ½ÃÊëiVˆ>Ê{ä{ÊiÀÀœÀÊ«>}iÊ­VœÛiÀi`ʈ˜Ê >«ÌiÀÊήÊ
ˆ˜ÃÌi>`ʜvÊÀiÌÕÀ˜ˆ˜}Ê>Ê«Àœ«iÀÊ{ä{ÊÀi뜘Ãi°Ê/ ˆÃÊ«>}iÊVœ˜Ì>ˆ˜ÃÊ«œÌi˜Ìˆ>ÞÊÃi˜ÃˆÌˆÛiÊ
information and should not be exposed to the public Internet.

Ê

UÊ ˜ÞÊ՘V>Õ} ÌÊiÝVi«Ìˆœ˜Êˆ˜ÊޜÕÀÊ >˜}œÊ>««ˆV>̈œ˜pvÀœ“ÊL>ÈVÊ*ÞÌ œ˜ÊÃޘÌ>ÝÊiÀÀœÀÃÊ
̜Ê`>Ì>L>ÃiÊiÀÀœÀÃÊ̜ÊÌi“«>ÌiÊÃޘÌ>ÝÊiÀÀœÀÃp܈ÊLiÊÀi˜`iÀi`ÊLÞÊÌ iÊ >˜}œÊ«ÀiÌÌÞÊ
error page that you’ve likely come to know and love. This page contains even more senÈ̈Ûiʈ˜vœÀ“>̈œ˜ÊÌ >˜ÊÌ iÊ{ä{Ê«>}iÊ>˜`Êà œÕ`Ênever be exposed to the public.

213

214

C HAPTER 12 N DE P L OYING DJ A NG O

In short, setting @A>QC to Pnqa tells Django to assume that only trusted developers are
using your site. The Internet is full of untrustworthy hooligans, and the first thing you should
do when you’re preparing your application for deployment is set @A>QC to B]hoa.

Turning Off Template Debug Mode
Similarly, you should set PAILH=PA[@A>QC to B]hoa in production. If Pnqa, this setting tells
Django’s template system to save some extra information about every template for use on the
pretty error pages.

Implementing a 404 Template
If @A>QC is Pnqa, DjangoÊ`ˆÃ«>ÞÃÊÌ iÊÕÃivՏÊ{ä{ÊiÀÀœÀÊ«>}i°Ê ÕÌʈvÊ@A>QC is B]hoa, it does something different: it renders a template called 0,0*dpih in your root template directory. So, when
ޜսÀiÊÀi>`ÞÊ̜Ê`i«œÞ]ÊޜսÊ˜ii`Ê̜ÊVÀi>ÌiÊÌ ˆÃÊÌi“«>ÌiÊ>˜`Ê«ÕÌÊ>ÊÕÃivՏʺ*>}iʘœÌÊvœÕ˜`»Ê
message in it.
Here’s a sample 0,0*dpih you can use as a starting point. It assumes that you’re using
template inheritance and have defined a ^]oa*dpih with blocks called pepha and _kjpajp:
w!atpaj`o^]oa*dpih!y
w!^hk_gpepha!yL]cajkpbkqj`w!aj`^hk_g!y
w!^hk_g_kjpajp!y
8d-:L]cajkpbkqj`8+d-:
8l:Oknnu(^qppdanamqaopa`l]ca_kqh`jkp^abkqj`*8+l:
w!aj`^hk_g!y
To test that your 0,0*dpih is working, just change @A>QC to B]hoa and visit a nonexistent
URL. (This works on the nqjoanran just as well as it works on a production server.)

Implementing a 500 Template
Similarly, if @A>QC is B]hoa, then Django no longer displays its useful error/traceback pages in
V>ÃiʜvÊ>˜Ê՘ >˜`i`Ê*ÞÌ œ˜ÊiÝVi«Ìˆœ˜°Ê˜ÃÌi>`]ʈÌʏœœŽÃÊvœÀÊ>ÊÌi“«>ÌiÊV>i`Ê1,,*dpih and
renders it. Like 0,0*dpih, this template should live in your root template directory.
There’s one slightly tricky thing about 1,,*dpih. You can never be sure why this template
ˆÃÊLiˆ˜}ÊÀi˜`iÀi`]ÊÜʈÌÊà œÕ`˜½ÌÊ`œÊ>˜ÞÌ ˆ˜}ÊÌ >ÌÊÀiµÕˆÀiÃÊ>Ê`>Ì>L>ÃiÊVœ˜˜iV̈œ˜ÊœÀÊÀiˆiÃÊ
on any potentially broken part of your infrastructure. (For example, it should not use custom
template tags.) If it uses template inheritance, then the parent template(s) shouldn’t rely on
potentially broken infrastructure, either. Therefore, the best approach is to avoid template
inheritance and use something very simple. Here’s an example 1,,*dpih as a starting point:
8@K?PULAdpihLQ>HE?)++S/?++@P@DPIH0*,-++AJ
dppl6++sss*s/*knc+PN+dpih0+opne_p*`p`:
8dpihh]jc9aj:
8da]`:
8pepha:L]caqj]r]eh]^ha8+pepha:
8+da]`:

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

8^k`u:
8d-:L]caqj]r]eh]^ha8+d-:
8l:Oknnu(^qppdanamqaopa`l]caeoqj]r]eh]^ha`qapk]
oanrande__ql*8+l:
8l:Kqnajcejaanod]ra^aajjkpebea`(ok_da_g^]_gh]pan*8+l:
8+^k`u:
8+dpih:

Setting Up Error Alerts
When your Django-powered site is running and an exception is raised, you’ll want to know
about it, so you can fix it. By default, Django is configured to send an e-mail to the site developers
Ü i˜iÛiÀÊޜÕÀÊVœ`iÊÀ>ˆÃiÃÊ>˜Ê՘ >˜`i`ÊiÝVi«Ìˆœ˜pLÕÌÊޜÕʘii`Ê̜Ê`œÊÌܜÊÌ ˆ˜}ÃÊ̜ÊÃiÌʈÌÊÕ«°
First, change your =@IEJO setting to include your e-mail address, along with the e-mail
addresses of any other people who need to be notified. This setting takes $j]ia(ai]eh% tuples,
like this:
=@IEJO9$
$#FkdjHajjkj#(#fhajjkjFA?P[LNABET to control the prefix Django uses in front of its
error e-mail. It is set to #W@f]jckY# by default.

Setting Up Broken Link Alerts
If you have the ?kiikjIe``has]na installed (e.g., if your IE@@HAS=NA[?H=OOAO setting includes
#`f]jck*ie``has]na*_kiikj*?kiikjIe``has]na#, which it does by default), you have the option
of receiving an e-mail any time somebody visits a page on your Django-powered site that
À>ˆÃiÃÊ{ä{ÊÜˆÌ Ê>ʘœ˜‡i“«ÌÞÊÀiviÀÀiÀpÌ >ÌʈÃ]ÊiÛiÀÞÊLÀœŽi˜Êˆ˜Ž°ÊvÊޜÕÊÜ>˜ÌÊ̜Ê>V̈Û>ÌiÊÌ ˆÃÊ
feature, set OAJ@[>NKGAJ[HEJG[AI=EHO to Pnqa (it’s B]hoa by default) and set your I=J=CANO setting to a person or people who will receive this broken-link e-mail. I=J=CANO uses the same
syntax as =@IEJO. For example:
I=J=CANO9$
$#CakncaD]nneokj#(#cd]nneokjQC from B]hoa to
Pnqa whenever you want to test code changes on your local machine.) Django makes this very
easy by allowing you to use multiple settings files.
If you want to organize your settings files into “production” and “development” settings,
you can accomplish it in three ways:
Ê

UÊ -iÌÊÕ«ÊÌܜÊvՏ‡LœÜ˜]ʈ˜`i«i˜`i˜ÌÊÃiÌ̈˜}ÃÊvˆið

Ê

UÊ -iÌÊÕ«Ê>ʺL>Ãi»ÊÃiÌ̈˜}ÃÊvˆiÊ­Ã>Þ]ÊvœÀÊ`iÛiœ«“i˜Ì®Ê>˜`Ê>ÊÃiVœ˜`Ê­Ã>Þ]Ê«Àœ`ÕV̈œ˜®ÊÃiÌtings file that merely imports from the first one and defines whatever overrides it needs
to define.

Ê

UÊ 1Ãiʜ˜ÞÊ>ÊȘ}iÊÃiÌ̈˜}ÃÊvˆiÊÌ >ÌÊ >ÃÊ*ÞÌ œ˜Êœ}ˆVÊ̜ÊV >˜}iÊÌ iÊÃiÌ̈˜}ÃÊL>Ãi`ʜ˜Ê
context.

We’ll take these one at a time.
First, the most basic approach is to define two separate settings files. If you’re following
along, you’ve already got oappejco*lu. Now, just make a copy of it called oappejco[lnk`q_pekj*lu.
(We made this name up; you can call it whatever you want.) In this new file, change @A>QC, and
so on.
The second approach is similar, but cuts down on redundancy. Instead of having two settings files whose contents are mostly similar, you can treat one as the “base” file and create
another file that imports from it. For example:
oappejco*lu
@A>QC9Pnqa
PAILH=PA[@A>QC9@A>QC
@=P=>=OA[AJCEJA9#lkopcnaomh[lou_klc.#
@=P=>=OA[J=IA9#`ar`^#
@=P=>=OA[QOAN9##
@=P=>=OA[L=OOSKN@9##
@=P=>=OA[LKNP9##
***
oappejco[lnk`q_pekj*lu
bnkioappejcoeilknp&
@A>QC9PAILH=PA[@A>QC9B]hoa
@=P=>=OA[J=IA9#lnk`q_pekj#
@=P=>=OA[QOAN9#]ll#
@=P=>=OA[L=OOSKN@9#hapiaej#

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

Here, oappejco[lnk`q_pekj*lu imports everything from oappejco*lu and just redefines the
settings that are particular to production. In this case, @A>QC is set to B]hoa, but we also set different database access parameters for the production setting. (The latter goes to show that you
can redefine any setting, not just the basic ones such as @A>QC.)
Finally, the most concise way of accomplishing two settings environments is to use a
single settings file that branches based on the environment. One way to do this is to check the
current hostname. For example:
oappejco*lu
eilknpok_gap
ebok_gap*capdkopj]ia$%99#iu)h]lpkl#6
@A>QC9PAILH=PA[@A>QC9Pnqa
ahoa6
@A>QC9PAILH=PA[@A>QC9B]hoa
***
Here, we import the ok_gap moduleÊvÀœ“Ê*ÞÌ œ˜½ÃÊÃÌ>˜`>À`ʏˆLÀ>ÀÞÊ>˜`ÊÕÃiʈÌÊ̜ÊV iVŽÊ
the current system’s hostname. We can check the hostname to determine whether the code is
being run on the production server.
A core lesson here is that settings files are just Python code. They can import from other
files, they can execute arbitrary logic, and so on. Just make sure that if you go down this road,
Ì iÊ*ÞÌ œ˜ÊVœ`iʈ˜ÊޜÕÀÊÃiÌ̈˜}ÃÊvˆiÃʈÃÊLՏiÌ«Àœœv°ÊvʈÌÊÀ>ˆÃiÃÊ>˜ÞÊiÝVi«Ìˆœ˜Ã]Ê >˜}œÊ܈Ê
likely crash badly.

RENAMING SETTINGS.PY
Feel free to rename your oappejco*lu to oappejco[`ar*lu, or oappejco+`ar*lu, or bkk^]n*lu—
Django doesn’t care, as long as you tell it what settings file you’re using.
But if you do rename the oappejco*lu file that is generated by `f]jck)]`iej*luop]nplnkfa_p,
you’ll find that i]j]ca*lu will give you an error message saying that it can’t find the settings. That’s
because it tries to import a module called oappejco. You can fix this either by editing i]j]ca*lu to change
oappejco to the name of your module, or by using `f]jck)]`iej*lu instead of i]j]ca*lu. In the latter
case, you’ll need to set the @F=JCK[OAPPEJCO[IK@QHA environment variable to the Python path to your settings file (e.g., #iuoepa*oappejco#).

DJANGO_SETTINGS_MODULE
With those code changes out of the way, the next part of this chapter will focus on deployment instructions for specific environments, such as Apache. The instructions are different
for each environment, but one thing remains the same: in each case, you have to tell the Web
server your @F=JCK[OAPPEJCO[IK@QHA. This is the entry point into your Django application. The
@F=JCK[OAPPEJCO[IK@QHA points to your settings file, which points to your NKKP[QNH?KJB, which
points to your views, and so on.

217

218

C HAPTER 12 N DE P L OYING DJ A NG O

@F=JCK[OAPPEJCO[IK@QHAʈÃÊÌ iÊ*ÞÌ œ˜Ê«>Ì Ê̜ÊޜÕÀÊÃiÌ̈˜}ÃÊvˆi°ÊœÀÊiÝ>“«i]Ê>ÃÃՓˆ˜}Ê
that the iuoepa directoryʈÃʜ˜ÊޜÕÀÊ*ÞÌ œ˜Ê«>Ì ]ÊÌ iÊ@F=JCK[OAPPEJCO[IK@QHA for our ongoing
example is #iuoepa*oappejco#.

Using Django with Apache and mod_python
Apache with mod_python historically has been the suggested setup for using Django on a production server.
mod_python (dppl6++sss*`f]jcklnkfa_p*_ki+n+ik`[lupdkj+) is an Apache plug-in that
i“Li`ÃÊ*ÞÌ œ˜ÊÜˆÌ ˆ˜Ê«>V iÊ>˜`ʏœ>`ÃÊ*ÞÌ œ˜ÊVœ`iʈ˜ÌœÊ“i“œÀÞÊÜ i˜ÊÌ iÊÃiÀÛiÀÊÃÌ>ÀÌðÊ
Code stays in memory throughout the life of an Apache process, which leads to significant performance gains over other server arrangements.
>˜}œÊÀiµÕˆÀiÃÊ«>V iÊÓ°ÝÊ>˜`ʓœ`Ú«ÞÌ œ˜Êΰݰ

NNote Configuring Apache is well beyond the scope of this book, so we’ll simply mention details as
needed. Luckily, many great resources are available if you need to learn more about Apache. A few of them
we like are the following.

Ê

UÊ / iÊvÀiiʜ˜ˆ˜iÊ«>V iÊ`œVՓi˜Ì>̈œ˜]Ê>Û>ˆ>LiÊۈ>Êdppl6++sss*`f]jcklnkfa_p*
_ki+n+]l]_da+`k_o+

Ê

UÊ Pro Apache, Third EditionÊLÞÊ*iÌiÀÊ7>ˆ˜ÜÀˆ} ÌÊ­«ÀiÃÃ]ÊÓää{®]Ê>Û>ˆ>LiÊۈ>Êdppl6++
sss*`f]jcklnkfa_p*_ki+n+^kkgo+lnk)]l]_da+

Ê

UÊ Apache: The Definitive Guide, Third EditionÊLÞÊ i˜Ê>ÕÀˆiÊ>˜`Ê*iÌiÀÊ>ÕÀˆiÊ­"½,iˆÞ]Ê
ÓääÓ®]Ê>Û>ˆ>LiÊۈ>Êdppl6++sss*`f]jcklnkfa_p*_ki+n+^kkgo+lnk)]l]_da+

Basic Configuration
To configure Django with mod_python, first make sure you have Apache installed with the
mod_python module activated. This usually means having a Hk]`Ik`qha directive in your
Apache configuration file. It will look something like this:
Hk]`Ik`qhalupdkj[ik`qha+qon+he^+]l]_da.+ik`qhao+ik`[lupdkj*ok
Then, edit your Apache configuration file and add a 8Hk_]pekj: directive that ties a specific URL path to a specific Django installation. For example:
8Hk_]pekj+:
OapD]j`hanlupdkj)lnkcn]i
LupdkjD]j`han`f]jck*_kna*d]j`hano*ik`lupdkj
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*oappejco
Lupdkj@a^qcKbb
8+Hk_]pekj:

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

Make sure to replace iuoepa*oappejco with the appropriate @F=JCK[OAPPEJCO[IK@QHA for
your site.
This tells Apache, “Use mod_python for any URL at or under ‘/’, using the Django mod_
python handler.” It passes the value of @F=JCK[OAPPEJCO[IK@QHA so mod_python knows which
settings to use.
Note that we’re using the 8Hk_]pekj: directive, not the 8@ena_pknu: directive. The latter is
used for pointing at places on your filesystem, whereas 8Hk_]pekj: points at places in the URL
structure of a Web site. 8@ena_pknu: would be meaningless here.
Apache likely runs as a different user than your normal login and may have a different
path and ouo*l]pd. You may need to tell mod_python how to find your project and Django
itself.
LupdkjL]pdW#+l]pd+pk+lnkfa_p#(#+l]pd+pk+`f]jck#Y'ouo*l]pd
You can also add directives such as Lupdkj=qpkNahk]`Kbb for performance. See the mod_
python documentation for a full list of options.
Note that you should set Lupdkj@a^qcKbb on a production server. If you leave Lupdkj@a^qc
Kj]ÊޜÕÀÊÕÃiÀÃÊ܈ÊÃiiÊÕ}ÞÊ­>˜`ÊÀiÛi>ˆ˜}®Ê*ÞÌ œ˜ÊÌÀ>ViL>VŽÃʈvÊܓiÌ ˆ˜}Ê}œiÃÊÜÀœ˜}ÊÜˆÌ ˆ˜Ê
mod_python.
,iÃÌ>ÀÌÊ«>V i]Ê>˜`Ê>˜ÞÊÀiµÕiÃÌÊ̜ÊޜÕÀÊÈÌiÊ­œÀÊۈÀÌÕ>Ê œÃÌʈvÊޜսÛiÊ«ÕÌÊÌ ˆÃÊ`ˆÀiV̈ÛiÊ
inside a 8Renpq]hDkop: block) will be served by Django.

Running Multiple Django Installations on the
Same Apache Instance
It’s entirely possible to run multiple Django installations on the same Apache instance. You
might want to do this if you’re an independent Web developer with multiple clients but only a
single server.
To accomplish this, just use Renpq]hDkop like so:
J]iaRenpq]hDkop&
8Renpq]hDkop&:
OanranJ]iasss*at]ilha*_ki
***
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*oappejco
8+Renpq]hDkop:
8Renpq]hDkop&:
OanranJ]iasss.*at]ilha*_ki
***
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*kpdan[oappejco
8+Renpq]hDkop:
If you need to put two Django installations within the same Renpq]hDkop, you’ll need to
take a special precaution to ensure mod_python’s code cache doesn’t mess things up. Use the
LupdkjEjpanlnapan directive to give different 8Hk_]pekj: directives separate interpreters:

219

220

C HAPTER 12 N DE P L OYING DJ A NG O

8Renpq]hDkop&:
OanranJ]iasss*at]ilha*_ki
***
8Hk_]pekj+okiapdejc:
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*oappejco
LupdkjEjpanlnapaniuoepa
8+Hk_]pekj:
8Hk_]pekj+kpdanpdejc:
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*kpdan[oappejco
LupdkjEjpanlnapaniuoepa[kpdan
8+Hk_]pekj:
8+Renpq]hDkop:
The values of LupdkjEjpanlnapan don’t really matter, as long as they’re different between
the two Hk_]pekj blocks.

Running a Development Server with mod_python
Because mod_python cachesʏœ>`i`Ê*ÞÌ œ˜ÊVœ`i]ÊÜ i˜Ê`i«œÞˆ˜}Ê >˜}œÊÈÌiÃʜ˜Ê“œ`Ú
python you’ll need to restart Apache each time you make changes to your code. This can be a
>ÃÏi]ÊÃœÊ iÀi½ÃÊ>ʵՈVŽÊÌÀˆVŽÊ̜Ê>ۜˆ`ʈÌ\ʍÕÃÌÊ>``ÊI]tNamqaopoLan?deh`- to your config file to
vœÀViÊ«>V iÊ̜ÊÀiœ>`ÊiÛiÀÞÌ ˆ˜}ÊvœÀÊi>V ÊÀiµÕiÃÌ°Ê ÕÌÊ`œ˜½ÌÊ`œÊÌ >Ìʜ˜Ê>Ê«Àœ`ÕV̈œ˜ÊÃiÀÛiÀ]Ê
or we’ll revoke your Django privileges.
If you’re the type of programmer who debugs using scattered lnejp statements (we are),
note that lnejp statements have no effect in mod_python; they don’t appear in the Apache log,
as you might expect. If you have the need to print debugging information in a mod_python
ÃiÌÕ«]ÊޜսÊ«ÀœL>LÞÊÜ>˜ÌÊ̜ÊÕÃiÊ*ÞÌ œ˜½ÃÊÃÌ>˜`>À`ʏœ}}ˆ˜}Ê«>VŽ>}i°ÊœÀi information is
available at dppl6++`k_o*lupdkj*knc+he^+ik`qha)hkccejc*dpih.

Serving Django and Media Files from the Same Apache Instance
Django should not be used to serve media files itself; leave that job to whichever Web server
you choose. We recommend using a separate Web server (i.e., one that’s not also running
Django) for serving media. For more information, see the “Scaling” section.
If, however, you have no option but to serve media files on the same Apache Renpq]hDkop
as Django, here’s how you can turn off mod_python for a particular part of the site:
8Hk_]pekj+ia`e]+:
OapD]j`hanJkja
8+Hk_]pekj:
Change Hk_]pekj to the root URL of your media files.
You can also use 8Hk_]pekjI]p_d: to match a regular expression. For example, this sets up
Django at the site root but explicitly disables Django for the ia`e] subdirectory and any URL
that ends with *flc, *ceb, or *ljc:

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

8Hk_]pekj+:
OapD]j`hanlupdkj)lnkcn]i
LupdkjD]j`han`f]jck*_kna*d]j`hano*ik`lupdkj
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*oappejco
8+Hk_]pekj:
8Hk_]pekj+ia`e]+:
OapD]j`hanJkja
8+Hk_]pekj:
8Hk_]pekjI]p_dX*$flcxcebxljc% :
OapD]j`hanJkja
8+Hk_]pekjI]p_d:
In all of these cases, you’ll need to set the @k_qiajpNkkp directive so Apache knows where
to find your static files.

Error Handling
When youÊÕÃiÊ«>V iɓœ`Ú«ÞÌ œ˜]ÊiÀÀœÀÃÊ܈ÊLiÊV>Õ} ÌÊLÞÊ >˜}œpˆ˜ÊœÌ iÀÊܜÀ`Ã]ÊÌ iÞÊ
won’t propagate to the Apache level and won’t appear in the Apache annkn[hkc.
The exception to this is if something is really messed up in your Django setup. In that
V>Ãi]ÊޜսÊÃiiÊ>˜Êœ“ˆ˜œÕÃʺ˜ÌiÀ˜>Ê-iÀÛiÀÊ ÀÀœÀ»Ê«>}iʈ˜ÊޜÕÀÊLÀœÜÃiÀÊ>˜`ÊÌ iÊvՏÊ*ÞÌ œ˜Ê
traceback in your Apache annkn[hkc file. The annkn[hkc traceback is spread over multiple lines.
(Yes, this is ugly and rather hard to read, but it’s how mod_python does things.)

Handling a Segmentation Fault
Sometimes, Apache segfaults when you install Django. When this happens, it’s almost always
one of two causes mostly unrelated to Django itself:
Ê

UÊ Ìʓ>ÞÊLiÊÌ >ÌÊޜÕÀÊ*ÞÌ œ˜ÊVœ`iʈÃʈ“«œÀ̈˜}ÊÌ iÊluatl]p module (used for XML parsing), which may conflict with the version embedded in Apache. For full information,
see “Expat Causing Apache Crash” at dppl6++sss*`f]jcklnkfa_p*_ki+n+]npe_hao+
atl]p)]l]_da)_n]od+.

Ê

UÊ Ìʓ>ÞÊLiÊLiV>ÕÃiÊޜսÀiÊÀ՘˜ˆ˜}ʓœ`Ú«ÞÌ œ˜Ê>˜`ʓœ`Ú« «Êˆ˜ÊÌ iÊÃ>“iÊ«>V iÊ
instance, with MySQL as your database back-end. In some cases, this causes a known
“œ`Ú«ÞÌ œ˜ÊˆÃÃÕiÊ`ÕiÊ̜ÊÛiÀȜ˜ÊVœ˜vˆVÌÃʈ˜Ê**Ê>˜`ÊÌ iÊ*ÞÌ œ˜ÊÞ-+ÊL>VŽ‡i˜`°Ê
There’s full information in a mod_python FAQ entry, accessible via dppl6++sss*
`f]jcklnkfa_p*_ki+n+]npe_hao+ldl)ik`lupdkj)b]m+.

If you continue to have problems setting up mod_python, a good thing to do is get a barebones mod_python site working, without the Django framework. This is an easy way to isolate
mod_python-specific problems. The article “Getting mod_python Working” details this procedure: dppl6++sss*`f]jcklnkfa_p*_ki+n+]npe_hao+cappejc)ik`lupdkj)skngejc+.

221

222

C HAPTER 12 N DE P L OYING DJ A NG O

The next step should be to edit your test code and add an import of any Django-specific
Vœ`iÊޜսÀiÊÕȘ}pޜÕÀÊۈiÜÃ]ÊޜÕÀʓœ`iÃ]ÊޜÕÀÊ1,Vœ˜v]ÊޜÕÀÊ,--ÊVœ˜vˆ}ÕÀ>̈œ˜]Ê>˜`ÊÜÊ
vœÀÌ °Ê*ÕÌÊÌ iÃiʈ“«œÀÌÃʈ˜ÊޜÕÀÊÌiÃÌÊ >˜`iÀÊv՘V̈œ˜Ê>˜`Ê>VViÃÃÊޜÕÀÊÌiÃÌÊ1,ʈ˜Ê>ÊLÀœÜÃiÀ°Ê
If this causes a crash, you’ve confirmed it’s the importing of Django code that causes the
problem. Gradually reduce the set of imports until it stops crashing, so as to find the specific
module that causes the problem. Drop down further into modules and look into their imports
as necessary. For more help, system tools like h`_kjbec on Linux, kpkkh on Mac OS, and
Heop@HHo (from SysInternals) on Windows can help you identify shared dependencies and
possible version conflicts.

An Alternative: mod_wsgi
As an alternative to mod_python, you might consider using mod_wsgi (dppl6++_k`a*ckkcha*
_ki+l+ik`soce+), which has been developed more recently than mod_python and is getting
some traction in the Django community. A full overview is outside the scope of this book, but
see the official Django documentation for more information.

Using Django with FastCGI
Although Django under Apache and mod_python is the most robust deployment setup, many
people use shared hosting, on which FastCGI is the only available deployment option.
Additionally, in some situations, FastCGI allows better security and possibly better performance than mod_python. For small sites, FastCGI can also be more lightweight than Apache.

FastCGI Overview
FastCGI is an efficient way of letting an external application serve pages to a Web server. The
7iLÊÃiÀÛiÀÊ`ii}>ÌiÃÊÌ iʈ˜Vœ“ˆ˜}Ê7iLÊÀiµÕiÃÌÃʭۈ>Ê>ÊÜVŽiÌ®Ê̜Ê>ÃÌ ]ÊÜ ˆV ÊiÝiVÕÌiÃÊÌ iÊ
code and passes the response back to the Web server, which, in turn, passes it back to the client’s Web browser.
ˆŽiʓœ`Ú«ÞÌ œ˜]Ê>ÃÌ Ê>œÜÃÊVœ`iÊ̜ÊÃÌ>Þʈ˜Ê“i“œÀÞ]Ê>œÜˆ˜}ÊÀiµÕiÃÌÃÊ̜ÊLiÊÃiÀÛi`Ê
with no startup time. Unlike mod_python, a FastCGI process doesn’t run inside the Web
server process, but in a separate, persistent process.

WHY RUN CODE IN A SEPARATE PROCESS?
The traditional ik`[& arrangements in Apache embed various scripting languages (most notably PHP, Python/
mod_python, and Perl/mod_perl) inside the process space of your Web server. Although this lowers startup
time (because code doesn’t have to be read off disk for every request), it comes at the cost of memory use.
Each Apache process gets a copy of the Apache engine, complete with all the features of Apache that
Django simply doesn’t take advantage of. FastCGI processes, on the other hand, only have the memory overhead of Python and Django.
Due to the nature of FastCGI, it’s also possible to have processes that run under a different user account
than the Web server process. That’s a nice security benefit on shared systems, because it means you can
secure your code from other users.

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

Before you can start using FastCGI with Django, you’ll need to install bhql]Ê>Ê*ÞÌ œ˜Ê
library for dealing with FastCGI. Some users have reported stalled pages with older bhql versions, so you may want to use the latest SVN version. Get bhql at dppl6++sss*`f]jcklnkfa_p*
_ki+n+bhql+.

Running Your FastCGI Server
FastCGI operates on a client/server model, and in most cases you’ll be starting the FastCGI
server process on your own. Your Web server (be it Apache, lighttpd, or otherwise) contacts
your Django-FastCGI process only when the server needs a dynamic page to be loaded.
Because the daemon is already running with the code in memory, it’s able to serve the
Ài뜘ÃiÊÛiÀÞʵՈVŽÞ°

NNote If you’re on a shared hosting system, you’ll probably be forced to use Web server-managed FastCGI
processes. If you’re in this situation, you should read the section titled “Running Django on a Shared-Hosting
Provider with Apache,” later in this chapter.

A Web server can connect to a FastCGI server in one of two ways: it can use either a Unix
domain socket (a named pipeʜ˜Ê7ˆ˜ÎÓÊÃÞÃÌi“îʜÀÊ>Ê/ *ÊÜVŽiÌ°Ê7 >ÌÊޜÕÊV œœÃiʈÃÊ>ʓ>ÌÌiÀÊ
œvÊ«ÀiviÀi˜ViÆÊ>Ê/ *ÊÜVŽiÌʈÃÊÕÃÕ>ÞÊi>ÈiÀÊ`ÕiÊ̜ʫiÀ“ˆÃȜ˜ÃʈÃÃÕið
To start your server, first change into the directory of your project (wherever your i]j]ca*
lu is), and then run i]j]ca*lu with the nqjb_ce command:
*+i]j]ca*lunqjb_ceWklpekjoY
If you specify dahl as the only option after nqjb_ce, a list of all the available options will
display.
You’ll need to specify either a ok_gap or both dkop and lknp. Then, when you set up your
Web server, you’ll just need to point it at the socket or host/port you specified when starting
the FastCGI server.
A few examples should help explain this:
Ê

UÊ ,՘˜ˆ˜}Ê>ÊÌ Ài>`i`ÊÃiÀÛiÀʜ˜Ê>Ê/ *Ê«œÀÌ\
*+i]j]ca*lunqjb_ceiapdk`9pdna]`a`dkop9-.3*,*,*-lknp9/,//

Ê

UÊ ,՘˜ˆ˜}Ê>Ê«ÀivœÀŽi`ÊÃiÀÛiÀʜ˜Ê>Ê1˜ˆÝÊ`œ“>ˆ˜ÊÜVŽiÌ\
*+i]j]ca*lunqjb_ceiapdk`9lnabkng£
ok_gap9+dkia+qoan+iuoepa*ok_gle`beha9`f]jck*le`

Ê

UÊ ,՘˜ˆ˜}ÊÜˆÌ œÕÌÊ`>i“œ˜ˆâˆ˜}Ê­L>VŽ}ÀœÕ˜`ˆ˜}®ÊÌ iÊ«ÀœViÃÃÊ­}œœ`ÊvœÀÊ`iLÕ}}ˆ˜}®\
*+i]j]ca*lunqjb_ce`]aikjeva9b]hoaok_gap9+pil+iuoepa*ok_g

223

224

C HAPTER 12 N DE P L OYING DJ A NG O

Stopping the FastCGI Daemon
If you have the process running in the foreground, it’s easy enough to stop it: simply press
ÌÀ³ Ê̜ÊÃ̜«Ê>˜`ʵՈÌÊÌ iÊ>ÃÌ ÊÃiÀÛiÀ°ÊœÜiÛiÀ]ÊÜ i˜ÊޜսÀiÊ`i>ˆ˜}ÊÜˆÌ ÊL>VŽ}ÀœÕ˜`Ê
processes, you’ll need to resort to the Unix gehh command.
If you specify the le`beha option to your i]j]ca*lunqjb_ce, you can kill the running
FastCGI daemon like this:
gehh#_]p LE@BEHA#
where LE@BEHA is the le`beha you specified.
To easily restart your FastCGI daemon on Unix, you can use this small shell script:
+^ej+^]od
Nalh]_apdaoapdnaaoappejco*
LNKF@EN9+dkia+qoan+iulnkfa_p
LE@BEHA9 LNKF@EN+iuoepa*le`
OK?GAP9 LNKF@EN+iuoepa*ok_g
_` LNKF@EN
ebW)b LE@BEHAY7pdaj
gehh#_]pÍ LE@BEHA#
ni)bÍ LE@BEHA
be
ata_+qon+^ej+ajr)X
LUPDKJL=PD9**+lupdkj6**X
*+i]j]ca*lunqjb_ceok_gap9 OK?GAPle`beha9 LE@BEHA

Using Django with Apache and FastCGI
To use Django with Apache and FastCGI, you’ll need Apache installed and configured, with
mod_fastcgi installed and enabled. Consult the Apache and mod_fastcgi documentation for
instructions: dppl6++sss*`f]jcklnkfa_p*_ki+n+ik`[b]op_ce+.
Once you’ve completed the setup, point Apache at your Django FastCGI instance by editing the dppl`*_kjb (Apache configuration) file. You’ll need to do two things:
Ê

UÊ 1ÃiÊÌ iÊB]op?CEAtpanj]hOanran directive to specify the location of your FastCGI server.

Ê

UÊ 1ÃiÊik`[nasnepa to point URLs at FastCGI as appropriate.

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

Specifying the Location of the FastCGI Server
The B]op?CEAtpanj]hOanran directive tells Apache how to find your FastCGI server. As
the FastCGIExternalServer docs (dppl6++sss*`f]jcklnkfa_p*_ki+n+ik`[b]op_ce+
B]op?CEAtpanj]hOanran+) explain, you can specify either a ok_gap or a dkop. Here are
examples of both:
?kjja_ppkB]op?CEre]]ok_gap+j]ia`lela6
B]op?CEAtpanj]hOanran+dkia+qoan+lq^he_[dpih+iuoepa*b_ce£
)ok_gap+dkia+qoan+iuoepa*ok_g
?kjja_ppkB]op?CEre]]P?Ldkop+lknp6
B]op?CEAtpanj]hOanran+dkia+qoan+lq^he_[dpih+iuoepa*b_ce)dkop-.3*,*,*-6/,//
In either case, the directory +dkia+qoan+lq^he_[dpih+ should exist, though the file
+dkia+qoan+lq^he_[dpih+iuoepa*b_ce doesn’t actually have to exist. It’s just a URL used by the
7iLÊÃiÀÛiÀʈ˜ÌiÀ˜>Þp>Ê œœŽÊvœÀÊÈ}˜ˆvވ˜}ÊÜ ˆV ÊÀiµÕiÃÌÃÊ>ÌÊ>Ê1,Êà œÕ`ÊLiÊ >˜`i`ÊLÞÊ
FastCGI. (More on this in the next section.)

Using mod_rewrite to Point URLs at FastCGI
The second step is telling Apache to use FastCGI for URLs that match a certain pattern. To do
this, use the ik`[nasnepa module and rewrite URLs to iuoepa*b_ce (or whatever you specified
in the B]op?CEAtpanj]hOanran directive, as explained in the previous section).
˜ÊÌ ˆÃÊiÝ>“«i]ÊÜiÊÌiÊ«>V iÊ̜ÊÕÃiÊ>ÃÌ ÊÌœÊ >˜`iÊ>˜ÞÊÀiµÕiÃÌÊÌ >ÌÊ`œiؽÌÊÀi«Àisent a file on the filesystem and doesn’t start with +ia`e]+. This is probably the most common
case, if you’re using Django’s admin site:
8Renpq]hDkop-.*/0*12*34:
OanranJ]iaat]ilha*_ki
@k_qiajpNkkp+dkia+qoan+lq^he_[dpih
=he]o+ia`e]+dkia+qoan+lupdkj+`f]jck+_kjpne^+]`iej+ia`e]
NasnepaAjcejaKj
NasnepaNqhaZ+$ia`e]*&% + -WMO=(HY
Nasnepa?kj`!wNAMQAOP[BEHAJ=IAy)b
NasnepaNqhaZ+$*&% +iuoepa*b_ce+ -WMO=(HY
8+Renpq]hDkop:

FastCGI and lighttpd
lighttpd (dppl6++sss*`f]jcklnkfa_p*_ki+n+hecdppl`+) is a lightweight Web server commonly
used for serving static files. It supports FastCGI natively and thus is also an ideal choice for
serving both static and dynamic pages, if your site doesn’t have any Apache-specific needs.
Make sure ik`[b]op_ce is in your modules list, somewhere after ik`[nasnepa and ik`[
]__aoo, but not after ik`[]__aoohkc. You’ll probably want ik`[]he]o as well, for serving admin
media.

225

226

C HAPTER 12 N DE P L OYING DJ A NG O

Add the following to your lighttpd config file:
oanran*`k_qiajp)nkkp9+dkia+qoan+lq^he_[dpih
b]op_ce*oanran9$
+iuoepa*b_ce9:$
i]ej9:$
Qoadkop+lknpejopa]`kbok_gapbknP?Lb]op_ce
dkop9:-.3*,*,*-(
lknp9:/,//(
ok_gap9:+dkia+qoan+iuoepa*ok_g(
_da_g)hk_]h9:`eo]^ha(
%
%(
%
]he]o*qnh9$
+ia`e]+9:+dkia+qoan+`f]jck+_kjpne^+]`iej+ia`e]+(
%
qnh*nasnepa)kj_a9$
Z$+ia`e]*&% 9: -(
Z+b]re_kjX*e_k 9:+ia`e]+b]re_kj*e_k(
Z$+*&% 9:+iuoepa*b_ce -(
%

Running Multiple Django Sites on One lighttpd Instance
lighttpd lets you use “conditional configuration” to allow configuration to be customized per
host. To specify multiple FastCGI sites, just add a conditional block around your FastCGI config for each site:
Ebpdadkopj]iaeo#sss*at]ilha-*_ki#***
DPPLWdkopY99sss*at]ilha-*_kiw
oanran*`k_qiajp)nkkp9+bkk+oepa-
b]op_ce*oanran9$
***
%
***
y
Ebpdadkopj]iaeo#sss*at]ilha.*_ki#***
DPPLWdkopY99sss*at]ilha.*_kiw
oanran*`k_qiajp)nkkp9+bkk+oepa.
b]op_ce*oanran9$
***
%
***
y

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

You can also run multiple Django installations on the same site simply by specifying multiple entries in the b]op_ce*oanran directive. Add one FastCGI host for each.

Running Django on a Shared-Hosting Provider with Apache
Many shared-hosting providers don’t allow you to run your own server daemons or edit the dppl`*
_kjb file. In these cases, it’s still possible to run Django using Web server-spawned processes.

NNote If you’re using Web server-spawned processes, as explained in this section, there’s no need for you
to start the FastCGI server on your own. Apache will spawn a number of processes, scaling as it needs to.

In your Web root directory, add this to a file named *dp]__aoo:
=``D]j`hanb]op_ce)o_nelp*b_ce
NasnepaAjcejaKj
Nasnepa?kj`!wNAMQAOP[BEHAJ=IAy)b
NasnepaNqhaZ$*&% iuoepa*b_ce+ -WMO=(HY
Then, create a small script that tells Apache how to spawn your FastCGI program. Create a
file, iuoepa*b_ce, and place it in your Web directory, and be sure to make it executable:
+qon+^ej+lupdkj
eilknpouo(ko
=``]_qopkiLupdkjl]pd*
ouo*l]pd*ejoanp$,(+dkia+qoan+lupdkj%
Osep_dpkpda`ena_pknukbukqnlnkfa_p*$Klpekj]h*%
ko*_d`en$+dkia+qoan+iulnkfa_p%
Oappda@F=JCK[OAPPEJCO[IK@QHAajrenkjiajpr]ne]^ha*
ko*ajrenkjW#@F=JCK[OAPPEJCO[IK@QHA#Y9iulnkfa_p*oappejco
bnki`f]jck*_kna*oanrano*b]op_ceeilknpnqjb]op_ce
nqjb]op_ce$iapdk`9pdna]`a`(`]aikjeva9b]hoa%

Restarting the Spawned Server
If youÊV >˜}iÊ>˜ÞÊ*ÞÌ œ˜ÊVœ`iʜ˜ÊޜÕÀÊÈÌi]ÊޜսÊ˜ii`Ê̜ÊÌiÊ>ÃÌ ÊÌ iÊVœ`iÊ >ÃÊV >˜}i`°Ê
But there’s no need to restart Apache in this case. Rather, just reupload iuoepa*b_cepœÀÊ
i`ˆÌÊÌ iÊvˆipÜÊÌ >ÌÊÌ iÊ̈“iÃÌ>“«Êœ˜ÊÌ iÊvˆiÊV >˜}iðÊ7 i˜Ê«>V iÊÃiiÃÊÌ iÊvˆiÊ >ÃÊLii˜Ê
updated, it will restart your Django application for you.
If you have access to a command shell on a Unix system, you can accomplish this easily by
using the pkq_d command:
pkq_diuoepa*b_ce

227

228

C HAPTER 12 N DE P L OYING DJ A NG O

Scaling
Now that you know how to get Django running on a single server, let’s look at how you can
scale out a Django installation. This section walks through how a site might scale from a single
server to a large-scale cluster that could serve millions of hits an hour.
It’s important to note, however, that nearly every large site is large in different ways, so
scaling is anything but a one-size-fits-all operation. The following coverage should suffice
to show the general principle, and whenever possible we’ll try to point out where different
choices could be made.
First off, we’ll make a pretty big assumption and exclusively talk about scaling under
Apache and mod_python. Though we know of a number of successful medium- to large-scale
FastCGI deployments, we’re much more familiar with Apache.

Running on a Single Server
Most sites start out running on a single server, with an architecture that looks something like
Figure 12-1.

Django

Database

Media
Server
Figure 12-1. A single-server Django setup
/ ˆÃÊܜÀŽÃʍÕÃÌÊvˆ˜iÊvœÀÊÓ>‡Ê̜ʓi`ˆÕ“‡Ãˆâi`ÊÈÌiÃ]Ê>˜`ʈ̽ÃÊÀi>̈ÛiÞÊV i>«pޜÕÊV>˜Ê
«ÕÌÊ̜}iÌ iÀÊ>ÊȘ}i‡ÃiÀÛiÀÊÈÌiÊ`iÈ}˜i`ÊvœÀÊ >˜}œÊvœÀÊÜiÊ՘`iÀÊfÎ]äää°
œÜiÛiÀ]Ê>ÃÊÌÀ>vvˆVʈ˜VÀi>ÃiÃÊޜսÊµÕˆVŽÞÊÀ՘ʈ˜ÌœÊresource contention between the different pieces of software. Database servers and Web servers love to have the entire server
to themselves, so when run on the same server they often end up “fighting” over the same
ÀiÜÕÀViÃÊ­,]Ê *1®ÊÌ >ÌÊÌ iÞ½`Ê«ÀiviÀÊ̜ʓœ˜œ«œˆâi°
This is solved easily by moving the database server to a second machine, as explained in
the following section.

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

Separating Out the Database Server
As far as Django is concerned, the process of separating out the database server is extremely
easy: you’ll simply need to change the @=P=>=OA[DKOP settingÊ̜ÊÌ iÊ*ʜÀÊ
-ʘ>“iʜvÊޜÕÀÊ
`>Ì>L>ÃiÊÃiÀÛiÀ°Ê̽ÃÊ«ÀœL>LÞÊ>Ê}œœ`ʈ`i>Ê̜ÊÕÃiÊÌ iÊ*ʈvÊ>ÌÊ>Ê«œÃÈLi]Ê>ÃÊÀiÞˆ˜}ʜ˜Ê
-ÊvœÀÊ
the connection between your Web server and database server isn’t recommended.
With a separate database server, our architecture now looks like Figure 12-2.

Django

Media
Web Server

Database
Database Server
Figure 12-2. Moving the database onto a dedicated server
Here we’re starting to move into what’s usually called n-tier architecture. Don’t be scared
LÞÊÌ iÊLÕââܜÀ`pˆÌʍÕÃÌÊÀiviÀÃÊ̜ÊÌ iÊv>VÌÊÌ >ÌÊ`ˆvviÀi˜Ìʺ̈iÀûʜvÊÌ iÊ7iLÊÃÌ>VŽÊ}iÌÊÃi«>À>Ìi`Ê
out onto different physical machines.
At this point, if you anticipate ever needing to grow beyond a single database server, it’s
probably a good idea to start thinking about connection pooling and/or database replication.
Unfortunately, there’s not nearly enough space to do those topics justice in this book, so you’ll
need to consult your database’s documentation and/or community for more information.

Running a Separate Media Server
We still have a big problem left over from the single-server setup: the serving of media from
the same box that handles dynamic content.
Those two activities perform best under different circumstances, and by smashing them
together on the same box you end up with neither performing particularly well. So the next
ÃÌi«ÊˆÃÊ̜ÊÃi«>À>ÌiʜÕÌÊÌ iʓi`ˆ>pÌ >ÌʈÃ]Ê>˜ÞÌ ˆ˜}ÊnotÊ}i˜iÀ>Ìi`ÊLÞÊ>Ê >˜}œÊۈiÜpœ˜ÌœÊ>Ê
`i`ˆV>Ìi`ÊÃiÀÛiÀÊ­Ãiiʈ}ÕÀiʣӇή°

229

230

C HAPTER 12 N DE P L OYING DJ A NG O

Django

Media

Web Server

Media Server

Database
Database Server
Figure 12-3. Separating out the media server
Ideally, this media server should run a stripped-down Web server optimized for static
media delivery. lighttpd and tux (dppl6++sss*`f]jcklnkfa_p*_ki+n+pqt+) are both excellent
choices here, but a heavily stripped down Apache could work, too.
For sites heavy in static content (photos, videos, etc.), moving to a separate media server
is doubly important and should likely be the first step in scaling up.
This step can be slightly tricky, however. If your application involves file uploads, Django
needs to be able to write uploaded media to the media server. If media lives on another server,
you’ll need to arrange a way for that write to happen across the network.

Implementing Load Balancing and Redundancy
At this point, we’ve broken things down as much as possible. This three-server setup should
>˜`iÊ>ÊÛiÀÞʏ>À}iÊ>“œÕ˜ÌʜvÊÌÀ>vvˆVpÜiÊÃiÀÛi`Ê>ÀœÕ˜`Ê£äʓˆˆœ˜Ê ˆÌÃÊ>Ê`>ÞÊvÀœ“Ê>˜Ê>ÀV ˆÌiVÌÕÀiʜvÊÌ ˆÃÊÜÀÌpÜʈvÊޜÕÊ}ÀœÜÊvÕÀÌ iÀ]ÊޜսÊ˜ii`Ê̜ÊÃÌ>ÀÌÊ>``ˆ˜}ÊÀi`՘`>˜VÞ°
/ ˆÃʈÃÊ>Ê}œœ`ÊÌ ˆ˜}]Ê>VÌÕ>Þ°Ê"˜iÊ}>˜ViÊ>Ìʈ}ÕÀiʣӇÎÊà œÜÃÊޜÕÊÌ >ÌʈvÊiÛi˜Ê>ÊȘ}iʜ˜iÊ
of your three servers fails, you’ll bring down your entire site. So as you add redundant servers,
not only do you increase capacity, but you also increase reliability.
For the sake of this example, let’s assume that the Web server hits capacity first. It’s reläÛiÞÊi>ÃÞÊ̜Ê}iÌʓՏ̈«iÊVœ«ˆiÃʜvÊ>Ê >˜}œÊÈÌiÊÀ՘˜ˆ˜}ʜ˜Ê`ˆvviÀi˜ÌÊ >À`Ü>ÀipÕÃÌÊVœ«ÞÊ>Ê
the code onto multiple machines, and start Apache on all of them.
However, you’ll need another piece of software to distribute traffic over your multiple
servers: a load balancer. You can buy expensive and proprietary hardware load balancers, but
Ì iÀiÊ>ÀiÊ>ÊviÜÊ ˆ} ‡µÕ>ˆÌÞʜ«i˜ÊÜÕÀViÊÜvÌÜ>Àiʏœ>`ÊL>>˜ViÀÃʜÕÌÊÌ iÀi°

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

Apache’s ik`[lnktuʈÃʜ˜iʜ«Ìˆœ˜]ÊLÕÌÊÜi½ÛiÊvœÕ˜`Ê*iÀL>Ê­dppl6++sss*`f]jcklnkfa_p*
_ki+n+lanh^]h+) to be fantastic. It’s a load balancer and reverse proxy written by the same
folks who wrote Memcached (see Chapter 15).

NNote If you’re using FastCGI, you can accomplish this same distribution/load-balancing step by separating your front-end Web servers and back-end FastCGI processes onto different machines. The front-end
server essentially becomes the load balancer, and the back-end FastCGI processes replace the Apache/
mod_python/Django servers.

With the Web servers now clustered, our evolving architecture starts to look more com«iÝ]Ê>ÃÊà œÜ˜Êˆ˜Êˆ}ÕÀiʣӇ{°

Django

Perlbal

Media

Load Balancer

Media Server

Django

Django

Web Server Cluster

Database
Database Server
Figure 12-4. A load-balanced, redundant server setup
Notice that in the diagram the Web servers are referred to as a “cluster” to indicate that
the number of servers is basically variable. Once you have a load balancer out front, you can
easily add and remove back-end Web servers without a second of downtime.

231

232

C HAPTER 12 N DE P L OYING DJ A NG O

Going Big
At this point, the next few steps are pretty much derivatives of the last one:
Ê

UÊ ÃÊޜÕʘii`ʓœÀiÊ`>Ì>L>ÃiÊ«iÀvœÀ“>˜Vi]ÊޜÕʓˆ} ÌÊÜ>˜ÌÊ̜Ê>``ÊÀi«ˆV>Ìi`Ê`>Ì>L>ÃiÊ
servers. MySQLʈ˜VÕ`iÃÊLՈÌ‡ˆ˜ÊÀi«ˆV>̈œ˜ÆÊ*œÃÌ}Ài-+ users should look into Slony
(dppl6++sss*`f]jcklnkfa_p*_ki+n+ohkju+) and pgpool (dppl6++sss*`f]jcklnkfa_p*
_ki+n+lclkkh+) for replication and connection pooling, respectively.

Ê

UÊ vÊÌ iÊȘ}iʏœ>`ÊL>>˜ViÀʈؽÌÊi˜œÕ} ]ÊޜÕÊV>˜Ê>``ʓœÀiʏœ>`ÊL>>˜ViÀʓ>V ˆ˜iÃʜÕÌÊ
front and distribute among them using round-robin DNS.

Ê

UÊ vÊ>ÊȘ}iʓi`ˆ>ÊÃiÀÛiÀÊ`œiؽÌÊÃÕvvˆVi]ÊޜÕÊV>˜Ê>``ʓœÀiʓi`ˆ>ÊÃiÀÛiÀÃÊ>˜`Ê`ˆÃÌÀˆLÕÌiÊ
the load with your load-balancing cluster.

Ê

UÊ vÊޜÕʘii`ʓœÀiÊV>V iÊÃ̜À>}i]ÊޜÕÊV>˜Ê>``Ê`i`ˆV>Ìi`ÊV>V iÊÃiÀÛiÀð

Ê

UÊ ÌÊ>˜ÞÊÃÌ>}i]ʈvÊ>ÊVÕÃÌiÀʈؽÌÊ«iÀvœÀ“ˆ˜}ÊÜi]ÊޜÕÊV>˜Ê>``ʓœÀiÊÃiÀÛiÀÃÊ̜ÊÌ iÊVÕÃÌiÀ°
After a few of these iterations, a large-scale architecture might look like Figure 12-5.

Perlbal

Perlbal

Perlbal

Load Balancing Cluster

Django

Django

Database

Media

Media Server Cluster

Django

Memcached

Memcached

Cache Cluster

Web Server Cluster

Database

Media

Database

Database Server Cluster

Figure 12-5. An example large-scale Django setup
Though we’ve shown only two or three servers at each level, there’s no fundamental limit
to how many you can add.

Performance Tuning
If you have a huge amount of money, you can just keep throwing hardware at scaling problems. For the rest of us, though, performance tuning is a must.

C H A P T E R 1 2 N D E P LO Y I N G D JA N G O

NNote Incidentally, if anyone with monstrous gobs of cash is actually reading this book, please consider a
substantial donation to the Django Foundation. We accept uncut diamonds and gold ingots, too.

Unfortunately, performance tuning is much more of an art than a science, and it is even
more difficult to write about than scaling. If you’re serious about deploying a large-scale
Django application, you should spend a great deal of time learning how to tune each piece of
your stack.
The following sections, though, present a few Django-specific tuning tips we’ve discovered over the years.

There’s No Such Thing As Too Much RAM
Even the really expensive RAM is relatively affordable these days. Buy as much RAM as you can
possibly afford, and then buy a little bit more.
Faster processors won’t improve performance all that much; most Web servers spend up
̜ʙä¯ÊœvÊÌ iˆÀÊ̈“iÊÜ>ˆÌˆ˜}ʜ˜Ê`ˆÃŽÊÉ"°ÊÃÊܜ˜Ê>ÃÊޜÕÊÃÌ>ÀÌÊÃÜ>««ˆ˜}]Ê«iÀvœÀ“>˜ViÊ܈ÊÕÃÌÊ
die. Faster disks might help slightly, but they’re much more expensive than RAM, such that it
doesn’t really matter.
If you have multiple servers, the first place to put your RAM is in the database server. If
you can afford it, get enough RAM to get fit your entire database into memory. This shouldn’t
be too hard; we’ve developed a site with more than half a million newspaper articles, and it
took under 2GB of space.
Next, max out the RAM on your Web server. The ideal situation is one where neither server
ÃÜ>«ÃpiÛiÀ°ÊvÊޜÕÊ}iÌÊ̜ÊÌ >ÌÊ«œˆ˜Ì]ÊޜÕÊà œÕ`ÊLiÊ>LiÊ̜ withstand most normal traffic.

Turn Off Keep-Alive
Gaal)=hera is aÊvi>ÌÕÀiʜvÊ//*ÊÌ >ÌÊ>œÜÃʓՏ̈«iÊ//*ÊÀiµÕiÃÌÃÊ̜ÊLiÊÃiÀÛi`ʜÛiÀÊ>ÊȘ}iÊ
/ *ÊVœ˜˜iV̈œ˜]Ê>ۜˆ`ˆ˜}ÊÌ iÊ/ *ÊÃiÌÕ«ÉÌi>À`œÜ˜ÊœÛiÀ i>`°
This looks good at first glance, but it can kill the performance of a Django site. If you’re
«Àœ«iÀÞÊÃiÀۈ˜}ʓi`ˆ>ÊvÀœ“Ê>ÊÃi«>À>ÌiÊÃiÀÛiÀ]Êi>V ÊÕÃiÀÊLÀœÜȘ}ÊޜÕÀÊÈÌiÊ܈Êœ˜ÞÊÀiµÕiÃÌÊ
>Ê«>}iÊvÀœ“ÊޜÕÀÊ >˜}œÊÃiÀÛiÀÊiÛiÀÞÊÌi˜ÊÃiVœ˜`ÃʜÀÊÜ°Ê/ ˆÃʏi>ÛiÃÊ//*ÊÃiÀÛiÀÃÊÜ>ˆÌˆ˜}Ê
>ÀœÕ˜`ÊvœÀÊÌ iʘiÝÌʎii«‡>ˆÛiÊÀiµÕiÃÌ]Ê>˜`Ê>˜Êˆ`iÊ//*ÊÃiÀÛiÀʍÕÃÌÊVœ˜ÃՓiÃÊ,ÊÌ >ÌÊ>˜Ê
active one should be using.

Use Memcached
Although Django supports a number of different cache back-ends, none of them even come
close to being as fast as Memcached. If you have a high-traffic site, don’t even bother with the
œÌ iÀÊL>VŽ‡i˜`Ãp}œÊÃÌÀ>ˆ} ÌÊ̜Êi“V>V i`°

233

234

C HAPTER 12 N DE P L OYING DJ A NG O

Use Memcached Often
Of course, selecting Memcached does you no good if you don’t actually use it. Chapter 15 is
your best friend here: learn how to use Django’s cache framework, and use it everywhere possible. Aggressive, preemptive caching is usually the only thing that will keep a site up under
major traffic.

Join the Conversation
Each pieceʜvÊÌ iÊ >˜}œÊÃÌ>VŽpvÀœ“ʈ˜ÕÝÊ̜Ê«>V iÊ̜Ê*œÃÌ}Ài-+ʜÀÊÞ-+p >ÃÊ>˜Ê>ÜiܓiÊVœ““Õ˜ˆÌÞÊLi ˆ˜`ʈ̰ÊvÊޜÕÊÀi>ÞÊÜ>˜ÌÊ̜Ê}iÌÊÌ >Ìʏ>ÃÌÊ£¯ÊœÕÌʜvÊޜÕÀÊÃiÀÛiÀÃ]ʍœˆ˜ÊÌ iÊ
open source communities behind your software and ask for help. Most free-software community members will be happy to help.
And also be sure to join the Django community. Your humble authors are only two members of an incredibly active, growing group of Django developers. Our community has a huge
amount of collective experience to offer.

What’s Next?
The remaining chapters focus on other Django features that you might or might not need,
depending on your application. Feel free to read them in any order you choose.

P A R T

3

Other Django Features

CHAPTER

13

Generating Non-HTML Content
U

sually when we talk about developing Web sites, we’re talking about producing HTML. Of
course, there’s a lot more to the Web than HTML; we use the Web to distribute data in all sorts
of formats: RSS, PDFs, images, and so forth.
So far, we’ve focused on the common case of HTML production, but in this chapter we’ll
take a detour and look at using Django to produce other types of content.
Django has convenient built-in tools that you can use to produce some common nonHTML content:
Ê

UÊ ,--É̜“ÊÃޘ`ˆV>̈œ˜Êvii`Ã

Ê

UÊ -ˆÌi“>«ÃÊ­>˜Ê8ÊvœÀ“>ÌʜÀˆ}ˆ˜>ÞÊ`iÛiœ«i`ÊLÞÊœœ}iÊÌ >ÌÊ}ˆÛiÃÊ ˆ˜ÌÃÊ̜ÊÃi>ÀV Ê
engines)
We’ll examine each of those tools a little later, but first we’ll cover the basic principles.

The Basics: Views and MIME Types
Recall from Chapter 3 that a view function is simply a Python function that takes a Web
request and returns a Web response. This response can be the HTML contents of a Web page,
œÀÊ>ÊÀi`ˆÀiVÌ]ʜÀÊ>Ê{ä{ÊiÀÀœÀ]ʜÀÊ>˜Ê8Ê`œVՓi˜Ì]ʜÀÊ>˜Êˆ“>}iʰʰʰʜÀÊ>˜ÞÌ ˆ˜}]ÊÀi>Þ°
More formally, a Django view function must
Ê

UÊ VVi«ÌÊ>˜ÊDpplNamqaop instance as its first argument

Ê

UÊ ,iÌÕÀ˜Ê>˜ÊDpplNaolkjoa instance

The key to returning non-HTML content from a view lies in the DpplNaolkjoa class, specifically the ieiapula argument. By tweaking the MIME type, we can indicate to the browser
that we’ve returned a response of a different format.
œÀÊiÝ>“«i]ʏi̽ÃʏœœŽÊ>ÌÊ>ÊۈiÜÊÌ >ÌÊÀiÌÕÀ˜ÃÊ>Ê* ʈ“>}i°Ê/œÊŽii«ÊÌ ˆ˜}ÃÊȓ«i]ÊÜi½Ê
just read the file off the disk:
bnki`f]jck*dppleilknpDpplNaolkjoa
`abiu[ei]ca$namqaop%6
ei]ca[`]p]9klaj$+l]pd+pk+iu+ei]ca*ljc(n^%*na]`$%
napqnjDpplNaolkjoa$ei]ca[`]p](ieiapula9ei]ca+ljc%
237

238

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

That’s it! If you replace the image path in the klaj$% call with a path to a real image, you
can use this very simple view to serve an image, and the browser will display it correctly.
The other important thing to keep in mind is that DpplNaolkjoa objects implement
*ÞÌ œ˜½ÃÊÃÌ>˜`>À`ʺvˆiˆŽiʜLiVÌ»Ê*. This means that you can use an DpplNaolkjoa instance
ˆ˜Ê>˜ÞÊ«>ViÊ*ÞÌ œ˜Ê­œÀÊ>ÊÌ ˆÀ`‡«>ÀÌÞʏˆLÀ>ÀÞ®ÊiÝ«iVÌÃÊ>Êvˆi°
For an example of how that works, let’s take a look at producing CSV with Django.

Producing CSV
CSV is a simple data format usually used by spreadsheet software. It’s basically a series of table
ÀœÜÃ]ÊÜˆÌ Êi>V ÊViÊˆ˜ÊÌ iÊÀœÜÊÃi«>À>Ìi`ÊLÞÊ>ÊVœ““>Ê­CSV stands for comma-separated values). For example, here’s some data on “unruly” airline passengers in CSV format:
Ua]n(Qjnqhu=enhejaL]ooajcano
-551(-02
-552(-40
-553(./1
-554(.,,
-555(..2
.,,,(.1.,,-(.55
.,,.(.3/
.,,/(.4.,,0(/,0
.,,1(.,/
.,,2(-/0
.,,3(-03

NNote The preceding listing contains real numbers! They come from the US Federal Aviation Administration.

Though CSV looks simple, its formatting details haven’t been universally agreed upon.
Different pieces of software produce and consume different variants of CSV, making it a bit
tricky to use. Luckily, Python comes with a standard CSV library, _or, that is pretty much bulletproof.
Because the _or module operates on filelike objects, it’s a snap to use an DpplNaolkjoa
instead:
eilknp_or
bnki`f]jck*dppleilknpDpplNaolkjoa
Jqi^ankbqjnqhul]ooajcanoa]_dua]n-551).,,3*Ej]na]h]llhe_]pekj
pdeoskqh`hegahu_kiabnki]`]p]^]oaknokiakpdan^]_g)aj``]p]opkna*
QJNQHU[L=OOAJCANO9W-02(-40(./1(.,,(..2(.1-(.55(.3/(
.4-(/,0(.,/(-/0(-03Y

CHAPTER 13 N GENERATING NON-HTML CONTENT

`abqjnqhu[l]ooajcano[_or$namqaop%6
?na]papdaDpplNaolkjoak^fa_psepdpda]llnklne]pa?ORda]`an*
naolkjoa9DpplNaolkjoa$ieiapula9#patp+_or#%
naolkjoaW#?kjpajp)@eolkoepekj#Y9#]pp]_diajp7behaj]ia9qjnqhu*_or#
?na]papda?ORsnepanqoejcpdaDpplNaolkjoa]opdabeha*
snepan9_or*snepan$naolkjoa%
snepan*snepanks$W#Ua]n#(#Qjnqhu=enhejaL]ooajcano#Y%
bkn$ua]n(jqi%ejvel$n]jca$-551(.,,2%(QJNQHU[L=OOAJCANO%6
snepan*snepanks$Wua]n(jqiY%
napqnjnaolkjoa
The code and comments should be pretty clear, but a few things deserve special mention:
Ê

UÊ / iÊÀi뜘ÃiʈÃÊ}ˆÛi˜ÊÌ iÊpatp+_orÊ ÊÌÞ«iÊ­ˆ˜ÃÌi>`ʜvÊÌ iÊ`iv>ՏÌÊpatp+dpih). This
tells browsers that the document is a CSV file.

Ê

UÊ / iÊÀi뜘ÃiÊ}iÌÃÊ>˜Ê>``ˆÌˆœ˜>Ê?kjpajp)@eolkoepekj header, which contains the name
œvÊÌ iÊ -6Êvˆi°Ê/ ˆÃÊ i>`iÀÊ­Üi]ÊÌ iʺ>ÌÌ>V “i˜Ì»Ê«>ÀÌ®Ê܈Êˆ˜ÃÌÀÕVÌÊÌ iÊLÀœÜÃiÀÊ̜Ê
prompt for a location to save the file instead of just displaying it. This file name is arbiÌÀ>ÀÞÆÊV>ÊˆÌÊÜ >ÌiÛiÀÊޜÕÊÜ>˜Ì°Ê ÀœÜÃiÀÃÊ܈ÊÕÃiʈÌʈ˜ÊÌ iÊ->ÛiÊÃÊ`ˆ>œ}°

Ê

UÊ /œÊ>ÃÈ}˜Ê>Ê i>`iÀʜ˜Ê>˜ÊDpplNaolkjoa, just treat the DpplNaolkjoa as a dictionary and
ÃiÌÊ>ʎiÞÉÛ>Õi°

Ê

UÊ œœŽˆ˜}ʈ˜ÌœÊÌ iÊ -6‡}i˜iÀ>̈œ˜Ê*ʈÃÊi>ÃÞ\ʍÕÃÌÊ«>ÃÃÊnaolkjoa as the first argument to
_or*snepan. The _or*snepan function expects a filelike object, and DpplNaolkjoa objects
fit the bill.

Ê

UÊ œÀÊi>V ÊÀœÜʈ˜ÊޜÕÀÊ -6Êvˆi]ÊV>Êsnepan*snepanks, passing it an iterable object such as
a list or a tuple.

Ê

UÊ / iÊ -6ʓœ`ՏiÊÌ>ŽiÃÊV>Àiʜvʵ՜̈˜}ÊvœÀÊޜÕ]ÊÜÊޜÕÊ`œ˜½ÌÊ >ÛiÊ̜ÊܜÀÀÞÊ>LœÕÌÊiÃV>«ing strings with quotes or commas in them. Just pass information to snepanks$%, and it
will do the right thing.

This is the general pattern you’ll use any time you need to return non-HTML content:
create an DpplNaolkjoa response objectÊ­ÜˆÌ Ê>ÊëiVˆ>Ê ÊÌÞ«i®]Ê«>ÃÃʈÌÊ̜ÊܓiÌ ˆ˜}Ê
expecting a file, and then return the response.
Let’s look at a few more examples.

Generating PDFs
*œÀÌ>LiÊ œVՓi˜ÌÊœÀ“>ÌÊ­* ® isÊ>ÊvœÀ“>ÌÊ`iÛiœ«i`ÊLÞÊ`œLiÊÌ >̽à used to represent
printable documents, complete with pixel-perfect formatting, embedded fonts, and 2D vector
graphics. You can think of a PDF document as the digital equivalent of a printed document;
indeed, PDFs are often used to distribute documents for printing.
You can easily generate PDFs with Python and Django thanks to the excellent open source
ReportLab libraryÊ­dppl6++sss*nalknph]^*knc+nh[pkkhgep*dpih). The advantage of generating
PDF files dynamically is that you can create customized PDFs for different purposes—say, for
different users or different pieces of content.

239

240

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

For example, your humble authors used Django and ReportLab at KUsports.com to generate customized, printer-readyÊ Ê̜ÕÀ˜>“i˜ÌÊLÀ>VŽiÌð

Installing ReportLab
Before you do any PDF generation, however, you’ll need to install ReportLab. It’s usually simple: just download and install the library from dppl6++sss*nalknph]^*knc+`ksjhk]`o*dpih.

NNote If you’re using a modern Linux distribution, you might want to check your package-management
utility before installing ReportLab. Most package repositories have added ReportLab. For example, if you’re
using Ubuntu, a simple ]lp)capejop]hhlupdkj)nalknph]^ will do the trick nicely.

/ iÊÕÃiÀÊ}Ո`iÊ­˜>ÌÕÀ>ÞÊ>Û>ˆ>Liʜ˜ÞÊ>ÃÊ>Ê* Êvˆi®Ê>ÌÊdppl6++sss*nalknph]^*knc+non_+
qoancqe`a*l`b has additional installation instructions.
Test your installation by importing it in the Python interactive interpreter:
:::eilknpnalknph]^
If that command doesn’t raise any errors, the installation worked.

Writing Your View
Like CSV, generatingÊ* ÃÊ`ޘ>“ˆV>ÞÊÜˆÌ Ê >˜}œÊˆÃÊi>ÃÞÊLiV>ÕÃiÊÌ iÊ,i«œÀÌ>LÊ*Ê>VÌÃʜ˜Ê
filelike objects.
Here’s a “Hello World” example:
bnkinalknph]^*l`bcajeilknp_]jr]o
bnki`f]jck*dppleilknpDpplNaolkjoa
`abdahhk[l`b$namqaop%6
?na]papdaDpplNaolkjoak^fa_psepdpda]llnklne]paL@Bda]`ano*
naolkjoa9DpplNaolkjoa$ieiapula9#]llhe_]pekj+l`b#%
naolkjoaW#?kjpajp)@eolkoepekj#Y9#]pp]_diajp7behaj]ia9dahhk*l`b#
?na]papdaL@Bk^fa_p(qoejcpdanaolkjoak^fa_p]oepobeha*
l9_]jr]o*?]jr]o$naolkjoa%
@n]spdejcokjpdaL@B*Dana#osdanapdaL@Bcajan]pekjd]llajo*
OaapdaNalknpH]^`k_qiajp]pekjbknpdabqhhheopkbbqj_pekj]hepu*
l*`n]sOpnejc$-,,(-,,(Dahhksknh`*%
?hkoapdaL@Bk^fa_p_ha]jhu(]j`sa#na`kja*
l*odksL]ca$%
l*o]ra$%
napqnjnaolkjoa

CHAPTER 13 N GENERATING NON-HTML CONTENT

ÊviÜʘœÌiÃÊ>Àiʈ˜ÊœÀ`iÀ\
Ê

UÊ iÀiÊÜiÊÕÃiÊÌ iÊ]llhe_]pekj+l`b MIME type. This tells browsers that the document
is a PDF file, rather than an HTML file. If you leave off this information, browsers will
probably interpret the response as HTML, which will result in scary gobbledygook in
the browser window.

Ê

UÊ œœŽˆ˜}ʈ˜ÌœÊÌ iÊ,i«œÀÌ>LÊ* is easy: just pass naolkjoa as the first argument to
_]jr]o*?]jr]o. The ?]jr]o class expects a filelike object, and DpplNaolkjoa objects fit
the bill.

Ê

UÊ ÊÃÕLÃiµÕi˜ÌÊ* ‡}i˜iÀ>̈œ˜Ê“iÌ œ`ÃÊ>ÀiÊV>i`ʜ˜ÊÌ iÊ* ʜLiVÌÊ­ˆ˜ÊÌ ˆÃÊV>Ãi]Êl),
not on naolkjoa.

Ê

UÊ ˆ˜>Þ]ʈ̽Ãʈ“«œÀÌ>˜Ì to call odksL]ca$% and o]ra$% on the PDF file—or else you’ll end
up with a corrupted PDF file.

Complex PDFs
If you’reÊVÀi>̈˜}Ê>ÊVœ“«iÝÊ* Ê`œVՓi˜ÌÊ­œÀÊ>˜Þʏ>À}iÊ`>Ì>ÊLœL®]ÊVœ˜Ãˆ`iÀÊÕȘ}ÊÌ iÊ
_OpnejcEK library as a temporary holding place for your PDF file. The _OpnejcEK library provides a filelike object interface that is written in C for maximum efficiency.
Here’s the previous “Hello World” example rewritten to use _OpnejcEK:
bnki_OpnejcEKeilknpOpnejcEK
bnkinalknph]^*l`bcajeilknp_]jr]o
bnki`f]jck*dppleilknpDpplNaolkjoa
`abdahhk[l`b$namqaop%6
?na]papdaDpplNaolkjoak^fa_psepdpda]llnklne]paL@Bda]`ano*
naolkjoa9DpplNaolkjoa$ieiapula9#]llhe_]pekj+l`b#%
naolkjoaW#?kjpajp)@eolkoepekj#Y9#]pp]_diajp7behaj]ia9dahhk*l`b#
pail9OpnejcEK$%
?na]papdaL@Bk^fa_p(qoejcpdaOpnejcEKk^fa_p]oepobeha*
l9_]jr]o*?]jr]o$pail%
@n]spdejcokjpdaL@B*Dana#osdanapdaL@Bcajan]pekjd]llajo*
OaapdaNalknpH]^`k_qiajp]pekjbknpdabqhhheopkbbqj_pekj]hepu*
l*`n]sOpnejc$-,,(-,,(Dahhksknh`*%
?hkoapdaL@Bk^fa_p_ha]jhu*
l*odksL]ca$%
l*o]ra$%
Cappdar]hqakbpdaOpnejcEK^qbban]j`snepaeppkpdanaolkjoa*
naolkjoa*snepa$pail*capr]hqa$%%
napqnjnaolkjoa

241

242

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

Other Possibilities
There’s a whole host of other types of content you can generate in Python. Here are a few more
ideas and some pointers to libraries you could use to implement them:
Ê

UÊ ZIP files: Python’s standard library ships with the velbeha module, which can both read
and write compressed ZIP files. You could use it to provide on-demand archives of a
bunch of files, or perhaps compress large documents when requested. You could simi>ÀÞÊ«Àœ`ÕViÊ/,ÊvˆiÃÊÕȘ}ÊÌ iÊÃÌ>˜`>À`ʏˆLÀ>ÀÞ½ÃÊp]nbeha module.

Ê

UÊ Dynamic images\Ê/ iÊ*ÞÌ œ˜Ê“>}ˆ˜}ʈLÀ>ÀÞÊ­*ÆÊdppl6++sss*lupdkjs]na*_ki+
lnk`q_po+leh+) is a fantastic toolkit for producing images Ê­* ]Ê* ]Ê]Ê>˜`Ê>ÊÜ œiÊ
lot more). You could use it to automatically scale down images into thumbnails, composite multiple images into a single frame, or even do Web-based image processing.

Ê

UÊ Plots and charts: There is a number of powerful Python plotting and charting libraries
you could use to produce on-demand maps, charts, plots, and graphs. We can’t possibly list them all, so here are two of the highlights:
Ê UÊ i]plhkphe^Ê­dppl6++i]plhkphe^*okqn_abknca*jap+) can be used to produce the type
of high-quality plots usually generated with MatLab or Mathematica.
Ê UÊ lucn]ldrevÊ­dppl6++japskngt*h]jh*ckr+lucn]ldrev+®]Ê>˜Êˆ˜ÌiÀv>ViÊ̜ÊÌ iÊÀ>« ۈâÊ
}À>« ʏ>ޜÕÌÊ̜œŽˆÌÊ­dppl6++cn]ldrev*knc+), can be used for generating structured
diagrams of graphs and networks.

In general, any Python library capable of writing to a file can be hooked into Django. The
possibilities are immense.
Now that we’ve looked at the basics of generating non-HTML content, let’s step up a level
of abstraction. Django ships with some pretty nifty built-in tools for generating some common
types of non-HTML content.

The Syndication-Feed Framework
Django comes with a high-level syndication-feed-generating framework that makes creating
,--Ê>˜`Ê̜“Êvii`ÃÊi>ÃÞ°

WHAT'S RSS? WHAT'S ATOM?
RSS and Atom are both XML-based formats you can use to provide automatically updating “feeds” of your
site’s content. Read more about RSS at dppl6++sss*sd]peonoo*_ki+, and get information on Atom at
dppl6++sss*]pkiaj]^ha`*knc+.

To create any syndication feed, all you have to do is write a short Python class. You can
create as many feeds as you want.

CHAPTER 13 N GENERATING NON-HTML CONTENT

The high-level syndication-feed-generating framework is a view that’s hooked to +baa`o+
LÞÊVœ˜Ûi˜Ìˆœ˜°Ê >˜}œÊÕÃiÃÊÌ iÊÀi“>ˆ˜`iÀʜvÊÌ iÊ1,Ê­iÛiÀÞÌ ˆ˜}Ê>vÌiÀÊ+baa`o+) to determine
which feed to return.
To create a feed, you’ll write a Baa` class and point to it in your URLconf.

Initialization
To activate syndication feeds on your Django site, add this URLconf:
$n#Zbaa`o+$;L8qnh:*&%+ #(#`f]jck*_kjpne^*ouj`e_]pekj*reaso*baa`#(
w#baa`[`e_p#6baa`oy
%(
This line tells Django to use the RSS framework to handle all URLs starting with baa`o+.
­9œÕÊV>˜ÊV >˜}iÊÌ >ÌÊbaa`o+prefix to fit your own needs.)
This URLconf line has an extra argument: w#baa`[`e_p#6baa`oy. Use this extra argument
to pass the syndication framework the feeds that should be published under that URL.
Specifically, baa`[`e_pÊà œÕ`ÊLiÊ>Ê`ˆV̈œ˜>ÀÞÊÌ >Ìʓ>«ÃÊ>Êvii`½ÃÊÏÕ}Ê­Ã œÀÌÊ1,ʏ>Li®Ê̜ʈÌÃÊ
Baa` class. You can define the baa`[`e_p in the URLconf itself. Here’s a full example URLconf:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiuoepa*baa`oeilknpH]paopAjpneao(H]paopAjpneao>u?]packnu
baa`o9w
#h]paop#6H]paopAjpneao(
#_]packneao#6H]paopAjpneao>u?]packnu(
y
qnhl]ppanjo9l]ppanjo$##(
***
$n#Zbaa`o+$;L8qnh:*&%+ #(#`f]jck*_kjpne^*ouj`e_]pekj*reaso*baa`#(
w#baa`[`e_p#6baa`oy%(
***
%
The preceding example registers two feeds:
Ê

UÊ / iÊvii`ÊÀi«ÀiÃi˜Ìi`ÊLÞÊH]paopAjpneao will live at baa`o+h]paop+.

Ê

UÊ / iÊvii`ÊÀi«ÀiÃi˜Ìi`ÊLÞÊH]paopAjpneao>u?]packnu will live at baa`o+_]packneao+.

Once that’s set up, you’ll need to define the Baa` classes themselves.
ÊBaa` classʈÃÊ>Êȓ«iÊ*ÞÌ œ˜ÊV>ÃÃÊÌ >ÌÊÀi«ÀiÃi˜ÌÃÊ>ÊÃޘ`ˆV>̈œ˜Êvii`°ÊÊvii`ÊV>˜ÊLiÊȓ«iÊ­i°}°]Ê>ʺÈÌiʘiÜûÊvii`]ÊÜ ˆV ʈÃÊ>ÊL>ÈVÊvii`Ê`ˆÃ«>ވ˜}ÊÌ iʏ>ÌiÃÌÊi˜ÌÀˆiÃʜvÊ>ÊLœ}®ÊœÀʓœÀiÊ
Vœ“«iÝÊ­i°}°]Ê>Êvii`Ê`ˆÃ«>ވ˜}Ê>ÊÌ iÊLœ}Êi˜ÌÀˆiÃʈ˜Ê>Ê«>À̈VՏ>ÀÊV>Ìi}œÀÞ]ÊÜ iÀiÊÌ iÊV>Ìi}œÀÞÊ
is variable).
Baa` classes must subclass `f]jck*_kjpne^*ouj`e_]pekj*baa`o*Baa`. They can live anywhere in your code tree.

243

244

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

A Simple Feed
This simple example describes a feed of the latest five blog entries for a given blog:
bnki`f]jck*_kjpne^*ouj`e_]pekj*baa`oeilknpBaa`
bnkiiuoepa*^hkc*ik`ahoeilknpAjpnu
_h]ooH]paopAjpneao$Baa`%6
pepha9Iu>hkc
hejg9+]n_dera+
`ao_nelpekj9Pdah]paopjaso]^kqpopqbb*
`abepaio$oahb%6
napqnjAjpnu*k^fa_po*kn`an[^u$#)lq^[`]pa#%W61Y
The important things to notice here are as follows:
Ê

UÊ / iÊV>ÃÃÊÃÕLV>ÃÃiÃÊ`f]jck*_kjpne^*ouj`e_]pekj*baa`o*Baa`.

Ê

UÊ pepha, hejg, and `ao_nelpekj correspond to the standard RSS 8pepha:, 8hejg:, and
8`ao_nelpekj: elements, respectively.

Ê

UÊ epaio$% is simply a method that returns a list of objects that should be included in the
feed as 8epai:Êii“i˜ÌðÊÌ œÕ} ÊÌ ˆÃÊiÝ>“«iÊÀiÌÕÀ˜ÃÊAjpnu objects using Django’s
`>Ì>L>ÃiÊ*]Êepaio$% doesn’t have to return model instances.

There’s just one more step. In an RSS feed, each 8epai: has a 8pepha:, 8hejg:, and
8`ao_nelpekj:. We need to tell the framework what data to put into those elements.
Ê

UÊ /œÊëiVˆvÞÊÌ iÊVœ˜Ìi˜ÌÃʜvÊ8pepha: and 8`ao_nelpekj:, create Django templates called
baa`o+h]paop[pepha*dpih and baa`o+h]paop[`ao_nelpekj*dpih, where h]paop is the
ohqc specified in the URLconf for the given feed. Note that the *dpih extension is
required.
The RSS system renders that template for each item, passing it two template context
variables:
Ê UÊ k^f\Ê/ iÊVÕÀÀi˜ÌʜLiVÌÊ­œ˜iʜvÊÜ ˆV iÛiÀʜLiVÌÃÊޜÕÊÀiÌÕÀ˜i`ʈ˜Êepaio$%).
Ê UÊ oepa\ÊÊ`f]jck*ik`aho*_kna*oepao*Oepa object representing the current site. This is
useful for wwoepa*`ki]ejyy or wwoepa*j]iayy.
If you don’t create a template for either the title or description, the framework will use
the template wwk^fyy by default—that is, the normal string representation of the
œLiVÌ°Ê­œÀʓœ`iÊœLiVÌÃ]ÊÌ ˆÃÊ܈ÊLiÊÌ iÊ[[qje_k`a[[$% method.)
You can also change the names of these two templates by specifying pepha[pailh]pa
and `ao_nelpekj[pailh]pa as attributes of your Baa` class.

CHAPTER 13 N GENERATING NON-HTML CONTENT

Ê

UÊ /œÊëiVˆvÞÊÌ iÊVœ˜Ìi˜ÌÃʜvÊ8hejg:, you have two options. For each item in epaio$%,
Django first tries executing a cap[]^okhqpa[qnh$% method on that object. If that method
doesn’t exist, it tries calling a method epai[hejg$% in the Baa` class, passing it a single
parameter, epai, which is the object itself.
Both cap[]^okhqpa[qnh$% and epai[hejg$% should return the item’s URL as a normal
Python string.

Ê

UÊ œÀÊÌ iÊ«ÀiۈœÕÃÊH]paopAjpneao example, we could have very simple feed templates.
h]paop[pepha*dpih contains
wwk^f*pephayy
and h]paop[`ao_nelpekj*dpih contains
wwk^f*`ao_nelpekjyy
It’s almost too easy. . . .

A More Complex Feed
The framework also supports more-complex feeds, via parameters.
For example, say your blog offers an RSS feed for every distinct “tag” you’ve used to categorize your entries. It would be silly to create a separate Baa` class for each tag; that would violate
Ì iÊ œ˜½ÌÊ,i«i>ÌÊ9œÕÀÃivÊ­ ,9®Ê«Àˆ˜Vˆ«i and would couple data to programming logic.
Instead, the syndication framework lets you make generic feeds that return items based
on information in the feed’s URL.
Your tag-specific feeds could use URLs like this:
Ê

UÊ dppl6++at]ilha*_ki+baa`o+p]co+lupdkj+: Returns recent entries tagged with “python”

Ê

UÊ dppl6++at]ilha*_ki+baa`o+p]co+_]po+: Returns recent entries tagged with “cats”

The slug here is p]co. The syndication framework sees the extra URL bits after the slug—
lupdkj and _]po and gives you a hook to tell it what those URL bits mean and how they should
influence which items get published in the feed.
˜ÊiÝ>“«iʓ>ŽiÃÊÌ ˆÃÊVi>À°ÊiÀi½ÃÊÌ iÊVœ`iÊvœÀÊÌ iÃiÊÌ>}‡Ã«iVˆvˆVÊvii`Ã\
bnki`f]jck*_kna*at_alpekjoeilknpK^fa_p@kaoJkpAteop
bnkiiuoepa*^hkc*ik`ahoeilknpAjpnu(P]c
_h]ooP]cBaa`$Baa`%6
`abcap[k^fa_p$oahb(^epo%6
Ej_]oakb+baa`o+p]co+_]po+`kco+ie_a+(knkpdanoq_d
_hqppan(_da_gpd]p^epod]okjhukjaiai^an*
ebhaj$^epo%9-6
n]eoaK^fa_p@kaoJkpAteop
napqnjP]c*k^fa_po*cap$p]c9^epoW,Y%

245

246

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

`abpepha$oahb(k^f%6
napqnjIu>hkc6Ajpneaop]cca`sepd!o!k^f*p]c
`abhejg$oahb(k^f%6
napqnjk^f*cap[]^okhqpa[qnh$%
`ab`ao_nelpekj$oahb(k^f%6
napqnjAjpneaop]cca`sepd!o!k^f*p]c
`abepaio$oahb(k^f%6
ajpneao9Ajpnu*k^fa_po*behpan$p]co[[e`[[at]_p9k^f*e`%
napqnjajpneao*kn`an[^u$#)lq^[`]pa#%W6/,Y
Here’s the basic algorithm of the RSS framework, given this class and a request to the URL
+baa`o+p]co+lupdkj+:
1. The framework gets the URL +baa`o+p]co+lupdkj+ and notices there’s an extra bit of
1,Ê>vÌiÀÊÌ iÊÏÕ}°ÊÌÊ돈ÌÃÊÌ >ÌÊÀi“>ˆ˜ˆ˜}ÊÃÌÀˆ˜}ÊLÞÊÌ iÊÏ>à ÊV >À>VÌiÀÊ­+) and calls the
Baa` class’s cap[k^fa_p$% method, passing it the bits.
In this case, bits is WlupdkjY. For a request to +baa`o+p]co+lupdkj+`f]jck+, bits would
be W#lupdkj#(#`f]jck#Y.
2. cap[k^fa_p$% is responsible for retrieving the given P]c object, from the given ^epo.
˜ÊÌ ˆÃÊV>Ãi]ʈÌÊÕÃiÃÊÌ iÊ >˜}œÊ`>Ì>L>ÃiÊ*Ê̜ÊÀiÌÀˆiÛiÊÌ iÊP]c. Note that cap[k^fa_p$%
should raise `f]jck*_kna*at_alpekjo*K^fa_p@kaoJkpAteop if given invalid parameters.
There’s no pnuÉat_alp around the P]c*k^fa_po*cap$% call, because it’s not necessary.
That function raises P]c*@kaoJkpAteop on failure, and P]c*@kaoJkpAteop is a subclass of
K^fa_p@kaoJkpAteop. Raising K^fa_p@kaoJkpAteop in cap[k^fa_p$% tells Django to produce a 404 error for that request.
3. To generate the feed’s 8pepha:, 8hejg:, and 8`ao_nelpekj:, Django uses the pepha$%,
hejg$%, and `ao_nelpekj$% methods. In the previous example, they were simple string
class attributes, but this example illustrates that they can be either strings or methods.
For each of pepha, hejg, and `ao_nelpekj, Django follows this algorithm:
a. It tries to call a method, passing the k^f argument, where k^f is the object returned
by cap[k^fa_p$%.
b. Failing that, it tries to call a method with no arguments.
c. Failing that, it uses the class attribute.
4. Finally, note that epaio$% in this example also takes the k^f argument. The algorithm
for epaio is the same as described in the previous step—first, it tries epaio$k^f%, then
epaio$%, and then finally an epaioÊV>ÃÃÊ>ÌÌÀˆLÕÌiÊ­Ü ˆV Êà œÕ`ÊLiÊ>ʏˆÃÌ®°
Full documentation of all the methods and attributes of the Baa` classes is always available from theʜvvˆVˆ>Ê >˜}œÊ`œVՓi˜Ì>̈œ˜Ê­dppl6++`k_o*`f]jcklnkfa_p*_ki+aj+`ar+nab+
_kjpne^+ouj`e_]pekj+).

CHAPTER 13 N GENERATING NON-HTML CONTENT

Specifying the Type of Feed
By default, the syndication framework produces RSS 2.0. To change that, add a baa`[pula attribute to your Baa` class:
bnki`f]jck*qpeho*baa`cajan]pkneilknp=pki-Baa`
_h]ooIuBaa`$Baa`%6
baa`[pula9=pki-Baa`
Note that you set baa`[pula to a class object, not an instance. Currently available feed
types are shown in Table 13-1.
Table 13-1. Feed Types

Feed Class

Format

`f]jck*qpeho*baa`cajan]pkn*Noo.,-nar.Baa`

,--ÊÓ°ä£Ê­`iv>Տ̮

`f]jck*qpeho*baa`cajan]pkn*NooQoanh]j`,5-Baa`

RSS 0.91

`f]jck*qpeho*baa`cajan]pkn*=pki-Baa`

̜“Ê£°ä

Enclosures
To specifyÊi˜VœÃÕÀiÃÊ­ˆ°i°]ʓi`ˆ>ÊÀiÜÕÀViÃÊ>ÃÜVˆ>Ìi`ÊÜˆÌ Ê>Êvii`ʈÌi“ÊÃÕV Ê>ÃÊ*ÎÊ«œ`V>ÃÌÊ
feeds), use the epai[aj_hkoqna[qnh, epai[aj_hkoqna[hajcpd, and epai[aj_hkoqna[ieia[pula
hooks, as in this example:
bnkiiulnkfa_p*ik`ahoeilknpOkjc
_h]ooIuBaa`SepdAj_hkoqnao$Baa`%6
pepha9At]ilhabaa`sepdaj_hkoqnao
hejg9+baa`o+at]ilha)sepd)aj_hkoqnao+
`abepaio$oahb%6
napqnjOkjc*k^fa_po*]hh$%W6/,Y
`abepai[aj_hkoqna[qnh$oahb(epai%6
napqnjepai*okjc[qnh
`abepai[aj_hkoqna[hajcpd$oahb(epai%6
napqnjepai*okjc[hajcpd
epai[aj_hkoqna[ieia[pula9]q`ek+ilac
This assumes, of course, that you’ve created a Okjc object with okjc[qnh and okjc[hajcpd
­ˆ°i°]ÊÌ i size in bytes) fields.

247

248

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

Language
Feeds created by the syndication framework automatically include the appropriate 8h]jcq]ca:
Ì>}Ê­,--ÊÓ°ä®ÊœÀÊtih6h]jc attributeÊ­̜“®°Ê/ ˆÃÊVœ“iÃÊ`ˆÀiVÌÞ from your H=JCQ=CA[?K@A
setting.

URLs
The hejgʓiÌ œ`É>ÌÌÀˆLÕÌiÊV>˜ÊÀiÌÕÀ˜ÊiˆÌ iÀÊ>˜Ê>L܏ÕÌiÊ1,Ê­i°}°]Ê+^hkc+) or a URL with
Ì iÊvՏÞʵÕ>ˆvˆi`Ê`œ“>ˆ˜Ê>˜`Ê«ÀœÌœVœÊ­i°}°]Êdppl6++sss*at]ilha*_ki+^hkc+). If hejg
doesn’t return the domain, the syndication framework will insert the domain of the current
site, according to your OEPA[E@ÊÃiÌ̈˜}°Ê­-iiÊ >«ÌiÀÊ£ÈÊvœÀʓœÀiʜ˜ÊOEPA[E@ and the sites
framework.)
̜“Êvii`ÃÊÀiµÕˆÀiÊ>Ê8hejgnah9oahb: that defines the feed’s current location. The syndication framework populates this automatically.

Publishing Atom and RSS Feeds in Tandem
Some developersʏˆŽiÊ̜ʓ>ŽiÊ>Û>ˆ>LiÊLœÌ Ê̜“Êand RSS versions of their feeds. That’s easy
to do with Django: just create a subclass of your Baa` class and set the baa`[pula to something
different. Then update your URLconf to add the extra versions. Here’s a full example:
bnki`f]jck*_kjpne^*ouj`e_]pekj*baa`oeilknpBaa`
bnki`f]jck*qpeho*baa`cajan]pkneilknp=pki-Baa`
bnkiiuoepa*^hkc*ik`ahoeilknpAjpnu
_h]ooNooH]paopAjpneao$Baa`%6
pepha9Iu>hkc
hejg9+]n_dera+
`ao_nelpekj9Pdah]paopjaso]^kqpopqbb*
`abepaio$oahb%6
napqnjAjpnu*k^fa_po*kn`an[^u$#)lq^[`]pa#%W61Y
_h]oo=pkiH]paopAjpneao$NooH]paopAjpneao%6
baa`[pula9=pki-Baa`
˜`Ê iÀi½ÃÊÌ i accompanying URLconf:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnkiiulnkfa_p*baa`oeilknpNooH]paopAjpneao(=pkiH]paopAjpneao
baa`o9w
#noo#6NooH]paopAjpneao(
#]pki#6=pkiH]paopAjpneao(
y

CHAPTER 13 N GENERATING NON-HTML CONTENT

qnhl]ppanjo9l]ppanjo$##(
***
$n#Zbaa`o+$;L8qnh:*&%+ #(#`f]jck*_kjpne^*ouj`e_]pekj**reaso*baa`#(
w#baa`[`e_p#6baa`oy%(
***
%

The Sitemap Framework
Êsitemap isÊ>˜Ê8Êvˆiʜ˜ÊޜÕÀÊ7iLÊÈÌiÊÌ >ÌÊÌiÃÊÃi>ÀV ‡i˜}ˆ˜iʈ˜`iÝiÀà how frequently
your pages change and how “important” certain pages are in relation to other pages on your
site. This information helps search engines index your site.
œÀÊiÝ>“«i]Ê iÀi½ÃÊ>Ê«ˆiViʜvÊÌ iÊÈÌi“>«ÊvœÀÊ >˜}œ½ÃÊ7iLÊÈÌiÊ­dppl6++sss*`f]jcklnkfa_p*
_ki+oepai]l*tih):
8;tihranoekj9-*,aj_k`ejc9QPB)4;:
8qnhoaptihjo9dppl6++sss*oepai]lo*knc+o_dai]o+oepai]l+,*5:
8qnh:
8hk_:dppl6++sss*`f]jcklnkfa_p*_ki+`k_qiajp]pekj+8+hk_:
8_d]jcabnam:saaghu8+_d]jcabnam:
8lneknepu:,*18+lneknepu:
8+qnh:
8qnh:
8hk_:dppl6++sss*`f]jcklnkfa_p*_ki+`k_qiajp]pekj+,[5,+8+hk_:
8_d]jcabnam:jaran8+_d]jcabnam:
8lneknepu:,*-8+lneknepu:
8+qnh:
***
8+qnhoap:
For more on sitemaps, see dppl6++sss*oepai]lo*knc+.
/ iÊ >˜}œÊÈÌi“>«ÊvÀ>“iܜÀŽÊ>Õ̜“>ÌiÃÊÌ iÊVÀi>̈œ˜ÊœvÊÌ ˆÃÊ8ÊvˆiÊLÞʏiÌ̈˜}ÊޜÕÊ
express this information in Python code. To create a sitemap, you just need to write a Oepai]l
class and point to it in your URLconf.

Installation
To install the sitemap application, follow these steps:
1. ``Ê#`f]jck*_kjpne^*oepai]lo# to your EJOP=HHA@[=LLO setting.
2. Make sure #`f]jck*pailh]pa*hk]`ano*]ll[`ena_pkneao*hk]`[pailh]pa[okqn_a# is in
your PAILH=PA[HK=@ANO setting. It’s in there by default, so you’ll need to change this
only if you’ve changed that setting.
3. Make sure you’ve installed theÊÈÌiÃÊvÀ>“iܜÀŽÊ­ÃiiÊ

>«ÌiÀʣȮ°

249

250

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

NNote The sitemap application doesn’t install any database tables. The only reason it needs to go into
EJOP=HHA@[=LLO is so the hk]`[pailh]pa[okqn_a template loader can find the default templates.

Initialization
To activate sitemap generation on your Django site, add this line to your URLconf:
$n#Zoepai]lX*tih #(#`f]jck*_kjpne^*oepai]lo*reaso*oepai]l#(w#oepai]lo#6oepai]loy%
This line tells Django to build a sitemap when a client accesses +oepai]l*tih°Ê­ œÌiÊÌ >ÌÊ
the dot character in oepai]l*tih is escaped with a backslash because dots have a special
meaning in regular expressions.)
The name of the sitemap file is not important, but the location is. Search engines will
index links in your sitemap for only the current URL level and below. For instance, if oepai]l*
tih lives in your root directory, it may reference any URL in your site. However, if your sitemap
lives at +_kjpajp+oepai]l*tih, it may only reference URLs that begin with +_kjpajp+.
The sitemap view takes an extra, required argument: w#oepai]lo#6oepai]loy. oepai]lo
à œÕ`ÊLiÊ>Ê`ˆV̈œ˜>ÀÞÊÌ >Ìʓ>«ÃÊ>Êà œÀÌÊÃiV̈œ˜Ê>LiÊ­i°}°]Ê^hkc or jaso) to its Oepai]l class
­i°}°]Ê>hkcOepai]l or JasoOepai]l). It may also map to an instance of a Oepai]lÊV>ÃÃÊ­i°}°]Ê
>hkcOepai]l$okia[r]n%).

Sitemap Classes
ÊOepai]l class is a simple Python class that represents a “section” of entries in your sitemap.
For example, one Oepai]l class could represent all the entries of your weblog, while another
could represent all of the events in your events calendar.
In the simplest case, all these sections get lumped together into one oepai]l*tih, but
it’s also possible to use the framework to generate a sitemap index that references individual
ÈÌi“>«ÊvˆiÃ]ʜ˜iÊ«iÀÊÃiV̈œ˜Ê­>ÃÊ`iÃVÀˆLi`Êà œÀ̏ޮ°
Oepai]l classes must subclass `f]jck*_kjpne^*oepai]lo*Oepai]l. They can live anywhere
in your code tree. For example, let’s assume you have a blog system, with an Ajpnu model, and
you want your sitemap to include all the links to your individual blog entries. Here’s how your
Oepai]l class might look:
bnki`f]jck*_kjpne^*oepai]loeilknpOepai]l
bnkiiuoepa*^hkc*ik`ahoeilknpAjpnu
_h]oo>hkcOepai]l$Oepai]l%6
_d]jcabnam9jaran
lneknepu9,*1
`abepaio$oahb%6
napqnjAjpnu*k^fa_po*behpan$eo[`n]bp9B]hoa%
`abh]opik`$oahb(k^f%6
napqnjk^f*lq^[`]pa

CHAPTER 13 N GENERATING NON-HTML CONTENT

Declaring a Oepai]l should look very similar to declaring a Baa`. That’s by design.
Like Baa` classes, Oepai]l members can be either methods or attributes. See the steps in
Ì iÊi>ÀˆiÀʺÊœÀiÊ œ“«iÝÊii`»ÊÃiV̈œ˜ÊvœÀʓœÀiÊ>LœÕÌÊ œÜÊÌ ˆÃÊܜÀŽÃ°
ÊOepai]lÊV>ÃÃÊV>˜Ê`ivˆ˜iÊÌ iÊvœœÜˆ˜}ʓiÌ œ`ÃÉ>ÌÌÀˆLÕÌiÃ\
Ê

UÊ epaio (required): Provides a list of objects. The framework doesn’t care what type of
objects they are; all that matters is that these objects get passed to the hk_]pekj$%,
h]opik`$%, _d]jcabnam$%, and lneknepu$% methods.

Ê

UÊ hk_]pekj (optional)\ʈÛiÃÊÌ iÊ>L܏ÕÌiÊ1,ÊvœÀÊ>Ê}ˆÛi˜ÊœLiVÌ°ÊiÀi]ʺ>L܏ÕÌiÊ1,»Ê
means a URL that doesn’t include the protocol or domain. Here are some examples:
Ê UÊ Good: #+bkk+^]n+#
Ê UÊ Bad: #at]ilha*_ki+bkk+^]n+#
Ê UÊ Bad: #dppl6++at]ilha*_ki+bkk+^]n+#
If hk_]pekj isn’t provided, the framework will call the cap[]^okhqpa[qnh$% method on
each object as returned by epaio$%.

Ê

UÊ h]opik` (optional): The object’s “last modification” date, as a Python `]papeia object.

Ê

UÊ _d]jcabnam (optional)\ÊœÜʜvÌi˜ÊÌ iʜLiVÌÊV >˜}iðÊ*œÃÈLiÊÛ>ÕiÃÊ­>ÃÊ}ˆÛi˜ÊLÞÊÌ iÊ
Sitemaps specification) are as follows:
Ê UÊ #]hs]uo#
Ê UÊ #dkqnhu#
Ê UÊ #`]ehu#
Ê UÊ #saaghu#
Ê UÊ #ikjpdhu#
Ê UÊ #ua]nhu#
Ê UÊ #jaran#

Ê

UÊ lneknepu (optional)\ÊÊÃÕ}}iÃÌi`ʈ˜`i݈˜} priority between ,*, and -*,. The default
priority of a page is ,*1; see the dppl6++sss*oepai]lo*knc+ documentation for more
about how lneknepu works.

Shortcuts
The sitemap framework provides a couple of convenience classes for common cases. These
are described in the sections that follow.

FlatPageSitemap
The `f]jck*_kjpne^*oepai]lo*Bh]pL]caOepai]l class looks at all flatpages defined for the
current site and creates an entry in the sitemap. These entries include only the hk_]pekj attribute—not h]opik`, _d]jcabnam, or lneknepu.
-iiÊ >«ÌiÀÊ£ÈÊvœÀʓœÀi about flatpages.

251

252

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

GenericSitemap
The Cajane_Oepai]l classÊܜÀŽÃÊÜˆÌ Ê>˜ÞÊ}i˜iÀˆVÊۈiÜÃÊ­ÃiiÊ >«ÌiÀÊ££®ÊޜÕÊ>Ài>`ÞÊ >Ûi°
To use it, create an instance, passing in the same ejbk[`e_p you pass to the generic views.
The only requirement is that the dictionary have a mqanuoap entry. It may also have a `]pa[
beah` entry that specifies a date field for objects retrieved from the mqanuoap. This will be used
for the h]opik` attribute in the generated sitemap. You may also pass lneknepu and _d]jcabnam
keyword arguments to the Cajane_Oepai]l constructor to specify these attributes for all URLs.
Here’s an example of a URLconf using both Bh]pL]caOepai]l and Cajane_OepaI]lÊ­ÜˆÌ Ê
the hypothetical Ajpnu object from earlier):
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*_kjpne^*oepai]loeilknpBh]pL]caOepai]l(Cajane_Oepai]l
bnkiiuoepa*^hkc*ik`ahoeilknpAjpnu
ejbk[`e_p9w
#mqanuoap#6Ajpnu*k^fa_po*]hh$%(
#`]pa[beah`#6#lq^[`]pa#(
y
oepai]lo9w
#bh]pl]cao#6Bh]pL]caOepai]l(
#^hkc#6Cajane_Oepai]l$ejbk[`e_p(lneknepu9,*2%(
y
qnhl]ppanjo9l]ppanjo$##(
okiacajane_reasqoejcejbk[`e_p
***
pdaoepai]l
$n#Zoepai]lX*tih #(
#`f]jck*_kjpne^*oepai]lo*reaso*oepai]l#(
w#oepai]lo#6oepai]loy%
%

Creating a Sitemap Index
The sitemap framework also has the ability to create a sitemap index that references individual
sitemap files, one per section defined in your oepai]lo dictionary. The only differences in
usage are as follows:
Ê

UÊ 9œÕÊÕÃiÊÌܜÊۈiÜÃʈ˜ÊޜÕÀÊ1,Vœ˜v\Ê`f]jck*_kjpne^*oepai]lo*reaso*ej`at and
`f]jck*_kjpne^*oepai]lo*reaso*oepai]l.

Ê

UÊ / iÊ`f]jck*_kjpne^*oepai]lo*reaso*oepai]l view should take a oa_pekj keyword
argument.

CHAPTER 13 N GENERATING NON-HTML CONTENT

Here is what the relevant URLconf lines would look like for the previous example:
$n#Zoepai]l*tih #(
#`f]jck*_kjpne^*oepai]lo*reaso*ej`at#(
w#oepai]lo#6oepai]loy%(
$n#Zoepai]l)$;L8oa_pekj:*'%*tih #(
#`f]jck*_kjpne^*oepai]lo*reaso*oepai]l#(
w#oepai]lo#6oepai]loy%
This will automatically generate a oepai]l*tih file that references both oepai]l)bh]pl]cao*
tih and oepai]l)^hkc*tih. The Oepai]l classes and the oepai]lo dictionary don’t change at all.

Pinging Google
You mayÊÜ>˜ÌÊ̜ʺ«ˆ˜}»Êœœ}iÊÜ i˜ÊޜÕÀÊÈÌi“>«ÊV >˜}iÃ]Ê̜ʏiÌʈÌʎ˜œÜÊ̜ÊÀiˆ˜`iÝÊޜÕÀÊÈÌi°Ê
The framework provides a function to do just that: `f]jck*_kjpne^*oepai]lo*lejc[ckkcha$%.
lejc[ckkcha$% takes an optional argument, oepai]l[qnh, which should be the absolute
1,ʜvÊޜÕÀÊÈÌi½ÃÊÈÌi“>«Ê­i°}°]Ê#+oepai]l*tih#). If this argument isn’t provided, lejc[
ckkcha$% will attempt to figure out your sitemap by performing a reverse lookup on your
URLconf.
lejc[ckkcha$% raises the exception `f]jck*_kjpne^*oepai]lo*Oepai]lJkpBkqj` if it cannot
determine your sitemap URL.
One useful way to call lejc[ckkcha$% is from a model’s o]ra$% method:
bnki`f]jck*_kjpne^*oepai]loeilknplejc[ckkcha
_h]ooAjpnu$ik`aho*Ik`ah%6
***
`abo]ra$oahb(&]nco(&&gs]nco%6
oqlan$Ajpnu(oahb%*o]ra$&]nco(&&gs]nco%
pnu6
lejc[ckkcha$%
at_alpAt_alpekj6
>]na#at_alp#^a_]qoasa_kqh`cap]r]neapu
kbDPPL)nah]pa`at_alpekjo*
l]oo
ʓœÀiÊivvˆVˆi˜ÌÊ܏Ṏœ˜]Ê œÜiÛiÀ]ÊܜՏ`ÊLiÊ̜ÊV>Êlejc[ckkcha$% from a _nkj script or
ܓiÊœÌ iÀÊÃV i`Տi`ÊÌ>ΰÊ/ iÊv՘V̈œ˜Ê“>ŽiÃÊ>˜Ê//*ÊÀiµÕiÃÌÊ̜Êœœ}i½ÃÊÃiÀÛiÀÃ]ÊÜÊޜÕÊ
may not want to introduce that network overhead each time you call o]ra$%.
Finally, if #`f]jck*_kjpne^*oepai]lo# is in your EJOP=HHA@[=LLO, then your i]j]ca*lu will
include a new command, lejc[ckkcha. This is useful for command-line access to pinging.
Here’s an example:
lupdkji]j]ca*lulejc[ckkcha+oepai]l*tih

253

254

C HAPTER 13 N GENER A TING NON- HTML C ONTENT

What's Next?
Next we’ll continue to dig deeper into Django’s built-in tools. Chapter 14 looks at all the tools
you need to provide user-customized sites: sessions, users, and authentication.

C HAPTER

14

Sessions, Users,
and Registration
I

t’s time for a confession: we’ve been deliberately ignoring an important aspect of Web
development prior to this point. So far, we’ve thought of the traffic visiting our sites as some
faceless, anonymous mass hurtling itself against our carefully designed pages.
This isn’t true, of course. The browsers hitting our sites have real humans behind them
(most of the time, at least). That’s a big thing to ignore: the Internet is at its best when it serves
to connect people, not machines. If we’re going to develop truly compelling sites, eventually
we’re going to have to deal with the bodies behind the browsers.
Unfortunately, it’s not all that easy. HTTP is designed to be stateless—that is, each and
every request happens in a vacuum. There’s no persistence between one request and the next,
and we can’t count on any aspects of a request (IP address, user agent, etc.) to consistently
indicate successive requests from the same person.
In this chapter you’ll learn how to handle this lack of state. We’ll start at the lowest level
(cookies), and work up to the high-level tools for handling sessions, users, and registration.

Cookies
Browser developers long ago recognized that HTTP’s statelessness poses a huge problem for
Web developers, and thus cookies were born. A cookie is a small piece of information that
browsers store on behalf of Web servers. Every time a browser requests a page from a certain
server, it gives back the cookie that it initially received.
Let’s take a look at how this might work. When you open your browser and type in ckkcha*
_ki, your browser sends an HTTP request to Google that starts something like this:
CAP+DPPL+-*Dkop6ckkcha*_ki
***

255

256

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

When Google replies, the HTTP response looks something like the following:
DPPL+-*-.,,KG
?kjpajp)Pula6patp+dpih
Oap)?kkgea6LNAB9E@91^-0b..^`]b-a4-_6PI9--23,,,23-6HI9--23,,,23-7
atlenao9Oqj(-3)F]j).,/4-56-06,3CIP7
l]pd9+7`ki]ej9*ckkcha*_ki
Oanran6CSO+.****
Notice the Oap)?kkgea header. Your browser will store that cookie value (LNAB9E@9
1^-0b..^`]b-a4-_6PI9--23,,,23-6HI9--23,,,23-) and serve it back to Google every time you
access the site. So the next time you access Google, your browser is going to send a request
like this:
CAP+DPPL+-*Dkop6ckkcha*_ki
?kkgea6LNAB9E@91^-0b..^`]b-a4-_6PI9--23,,,23-6HI9--23,,,23***
Google then can use that ?kkgea value to know that you’re the same person who accessed
the site earlier. This value might, for example, be a key into a database that stores user information. Google could (and does) use it to display your account’s username on the page.

Getting and Setting Cookies
When dealing with persistence in Django, most of the time you’ll want to use the higher-level
session and/or user frameworks discussed a little later in this chapter. However, first look at
how to read and write cookies at a low level. This should help you understand how the rest of
the tools discussed in the chapter actually work, and it will come in handy if you ever need to
play with cookies directly.
Reading cookies that are already set is simple. Every DpplNamqaop object has a ?KKGEAO
object that acts like a dictionary; you can use it to read any cookies that the browser has sent
to the view:
`abodks[_khkn$namqaop%6
ebb]rknepa[_khknejnamqaop*?KKGEAO6
napqnjDpplNaolkjoa$Ukqnb]rknepa_khkneo!o!X
namqaop*?KKGEAOWb]rknepa[_khknY%
ahoa6
napqnjDpplNaolkjoa$Ukq`kj#pd]ra]b]rknepa_khkn*%
Writing cookies is slightly more complicated. You need to use the oap[_kkgea$% method
on an DpplNaolkjoa object. Here’s an example that sets the b]rknepa[_khkn cookie based on a
CAP parameter:

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

`aboap[_khkn$namqaop%6
ebb]rknepa[_khknejnamqaop*CAP6
?na]pa]jDpplNaolkjoak^fa_p***
naolkjoa9DpplNaolkjoa$Ukqnb]rknepa_khkneojks!o!X
namqaop*CAPWb]rknepa[_khknY%
***]j`oap]_kkgeakjpdanaolkjoa
naolkjoa*oap[_kkgea$b]rknepa[_khkn(
namqaop*CAPWb]rknepa[_khknY%
napqnjnaolkjoa
ahoa6
napqnjDpplNaolkjoa$Ukq`e`j#pcera]b]rknepa_khkn*%
You can also pass a number of optional arguments to naolkjoa*oap[_kkgea$% that control
aspects of the cookie, as shown in Table 14-1.
Table 14-1. Cookie Options

Parameter

Default

Description

i]t[]ca

Jkja

Age (in seconds) that the cookie should last. If this parameter is Jkja, the
cookie will last only until the browser is closed.

atlenao

Jkja

The actual date/time when the cookie should expire. It needs to be in the
format S`u(@@)Ipd)UUDD6II6OOCIP. If given, this parameter overrides the i]t[]ca parameter.

l]pd

+

The path prefix that this cookie is valid for. Browsers will only pass the
cookie back to pages below this path prefix, so you can use this to prevent
cookies from being sent to other sections of your site.
This is especially useful when you don’t control the top level of your site’s
domain.

`ki]ej

Jkja

The domain that this cookie is valid for. You can use this parameter to set
a cross-domain cookie. For example, `ki]ej9*at]ilha*_ki will set a
cookie that is readable by the domains sss*at]ilha*_ki, sss.*at]ilha*
_ki, and ]j*kpdan*oq^*`ki]ej*at]ilha*_ki.
If this parameter is set to Jkja, a cookie will only be readable by the
domain that set it.

oa_qna

B]hoa

If set to Pnqa, this parameter instructs the browser to only return this
cookie to pages accessed over HTTPS.

The Mixed Blessing of Cookies
You might notice a number of potential problems with the way cookies work. Let’s look at
some of the more important ones:

257

258

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

Ê

UÊ -̜À>}iʜvÊVœœŽˆiÃʈÃÊۜÕ˜Ì>ÀÞÆÊ>ÊVˆi˜ÌÊ`œiÃʘœÌÊ >ÛiÊ̜Ê>VVi«ÌʜÀÊÃ̜ÀiÊVœœŽˆiðʘÊv>VÌ]Ê
all browsers enable users to control the policy for accepting cookies. If you want to see
just how vital cookies are to the Web, try turning on your browser’s “prompt to accept
every cookie” option.
Despite their nearly universal use, cookies are still the definition of unreliability. This
means that developers should check that a user actually accepts cookies before relying
on them.

Ê

UÊ

œœŽˆiÃÊ­iëiVˆ>ÞÊÌ œÃiʘœÌÊÃi˜ÌʜÛiÀÊ//*-®Ê>ÀiʘœÌÊÃiVÕÀi°Ê iV>ÕÃiÊ//*Ê`>Ì>Ê
is sent in cleartext, cookies are extremely vulnerable to snooping attacks. That is, an
attacker snooping on the wire can intercept a cookie and read it. This means you
should never store sensitive information in a cookie.
There’s an even more insidious attack, known as a man-in-the-middle attack, wherein
>˜Ê>ÌÌ>VŽiÀʈ˜ÌiÀVi«ÌÃÊ>ÊVœœŽˆiÊ>˜`ÊÕÃiÃʈÌÊ̜ʫœÃiÊ>ÃÊ>˜œÌ iÀÊÕÃiÀ°Ê >«ÌiÀÊÓäÊ`ˆÃcusses attacks of this nature in depth, as well as ways to prevent it.

Ê

UÊ

œœŽˆiÃÊ>Ài˜½ÌÊiÛi˜ÊÃiVÕÀiÊvÀœ“ÊÌ iˆÀʈ˜Ìi˜`i`ÊÀiVˆ«ˆi˜ÌðÊœÃÌÊLÀœÜÃiÀÃÊ«ÀœÛˆ`iÊi>ÃÞÊ
ways to edit the content of individual cookies, and resourceful users can always use
tools like mechanize (dppl6++sssoa]n_d*okqn_abknca*jap+ia_d]jeva+) to construct
HTTP requests by hand.
So you can’t store data in cookies that might be sensitive to tampering. The canonical
mistake in this scenario is storing something like EoHkcca`Ej9- in a cookie when a user
logs in. You’d be amazed at the number of sites that make mistakes of this nature; it
takes only a second to fool these sites’ “security” systems.

Django’s Session Framework
With all of these limitations and potential security holes, it’s obvious that cookies and persistent sessions are examples of those “pain points” in Web development. Of course, Django’s
goal is to be an effective painkiller, so it comes with a session framework designed to smooth
over these difficulties for you.
This session framework lets you store and retrieve arbitrary data on a per-site visitor basis.
ÌÊÃ̜ÀiÃÊ`>Ì>ʜ˜ÊÌ iÊÃiÀÛiÀÊÈ`iÊ>˜`Ê>LÃÌÀ>VÌÃÊÌ iÊÃi˜`ˆ˜}Ê>˜`ÊÀiViˆÛˆ˜}ʜvÊVœœŽˆiÃ°Ê œœŽˆiÃÊ
use only a hashed session ID—not the data itself—thus protecting you from most of the common cookie problems.
Let’s look at how to enable sessions and use them in views.

Enabling Sessions
Sessions are implementedÊۈ>Ê>Ê«ˆiViʜvʓˆ``iÜ>ÀiÊ­ÃiiÊ
To enable sessions, you’ll need to follow these steps:

>«ÌiÀʣǮÊ>˜`Ê>Ê >˜}œÊ“œ`i°Ê

1. Edit your IE@@HAS=NA[?H=OOAO setting and make sure IE@@HAS=NA[?H=OOAO contains
#`f]jck*_kjpne^*oaooekjo*ie``has]na*OaooekjIe``has]na#.
2. >ŽiÊÃÕÀiÊ#`f]jck*_kjpne^*oaooekjo# is in your EJOP=HHA@[=LLO setting (and run
i]j]ca*luouj_`^ if you have to add it).

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

The default skeleton settings created by op]nplnkfa_p have both of these bits already
installed, so unless you’ve removed them, you probably don’t have to change anything to get
sessions to work.
If you don’t want to use sessions, you might want to remove the OaooekjIe``has]na line
from IE@@HAS=NA[?H=OOAO and #`f]jck*_kjpne^*oaooekjo# from your EJOP=HHA@[=LLO. It will
save you only a small amount of overhead, but every little bit counts.

Using Sessions in Views
When OaooekjIe``has]na is activated, each DpplNamqaop object—the first argument to any
Django view function—will have a oaooekj attribute, which is a dictionary-like object. You can
read it and write to it in the same way you’d use a normal dictionary. For example, in a view
you could do stuff like this:
Oap]oaooekjr]hqa6
namqaop*oaooekjWb]r[_khknY9^hqa
Cap]oaooekjr]hqaÍpdeo_kqh`^a_]hha`ej]`ebbanajpreas(
kni]junamqaopoh]pan$kn^kpd%6
b]r[_khkn9namqaop*oaooekjWb]r[_khknY
?ha]n]jepaibnkipdaoaooekj6
`ahnamqaop*oaooekjWb]r[_khknY
?da_gebpdaoaooekjd]o]cerajgau6
ebb]r[_khknejnamqaop*oaooekj6
***
You can also use other dictionary methods like gauo$% and epaio$% on namqaop*oaooekj.
There are a couple of simple rules for using Django’s sessions effectively:
Ê

UÊ 1ÃiʘœÀ“>Ê*ÞÌ œ˜ÊÃÌÀˆ˜}ÃÊ>ÃÊ`ˆV̈œ˜>ÀÞʎiÞÃʜ˜Ênamqaop*oaooekj (as opposed to
integers, objects, etc.).

Ê

UÊ -iÃȜ˜Ê`ˆV̈œ˜>ÀÞʎiÞÃÊÌ >ÌÊLi}ˆ˜ÊÜˆÌ Ê>˜Ê՘`iÀÃVœÀiÊ>ÀiÊÀiÃiÀÛi`ÊvœÀʈ˜ÌiÀ˜>ÊÕÃiÊLÞÊ
Django. In practice, the framework uses only a small number of underscore-prefixed
session variables, but unless you know what they all are (and you are willing to keep
up with any changes in Django itself), staying away from underscore prefixes will keep
Django from interfering with your application.
For example, don’t use a session key called [b]r[_khkn like this:
namqaop*oaooekjW#[b]r[_khkn#Y9#^hqa#@kj#p`kpdeo

Ê

UÊ

œ˜½ÌÊÀi«>ViÊnamqaop*oaooekj with a new object, and don’t access or set its attributes.
Use it like a Python dictionary. Here are a couple of examples:
namqaop*oaooekj9okia[kpdan[k^fa_p@kj#p`kpdeo
namqaop*oaooekj*bkk9#^]n#@kj#p`kpdeo

259

260

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

Let’s take a look at a few quick examples. This simplistic view sets a d]o[_kiiajpa` variable to Pnqa after a user posts a comment. It’s a simple (if not particularly secure) way of
preventing a user from posting more than one comment:
`ablkop[_kiiajp$namqaop%6
ebnamqaop*iapdk`9#LKOP#6
n]eoaDppl0,0$#KjhuLKOPo]na]hhksa`#%
eb#_kiiajp#jkpejnamqaop*LKOP6
n]eoaDppl0,0$#?kiiajpjkpoq^ieppa`#%
ebnamqaop*oaooekj*cap$#d]o[_kiiajpa`#(B]hoa%6
napqnjDpplNaolkjoa$Ukq#ra]hna]`u_kiiajpa`*%
_9_kiiajpo*?kiiajp$_kiiajp9namqaop*LKOPW#_kiiajp#Y%
_*o]ra$%
namqaop*oaooekjW#d]o[_kiiajpa`#Y9Pnqa
napqnjDpplNaolkjoa$#Pd]jgobknukqn_kiiajp#%
This simplistic view logs in a “member” of the site:
`abhkcej$namqaop%6
ebnamqaop*iapdk`9#LKOP#6
n]eoaDppl0,0$#KjhuLKOPo]na]hhksa`#%
pnu6
i9Iai^an*k^fa_po*cap$qoanj]ia9namqaop*LKOPW#qoanj]ia#Y%
ebi*l]ooskn`99namqaop*LKOPW#l]ooskn`#Y6
namqaop*oaooekjW#iai^an[e`#Y9i*e`
napqnjDpplNaolkjoaNa`ena_p$#+ukq)]na)hkcca`)ej+#%
at_alpIai^an*@kaoJkpAteop6
napqnjDpplNaolkjoa$Ukqnqoanj]ia]j`l]ooskn``e`j#pi]p_d*%
And this one logs out a member who has been logged in via hkcej$%:
`abhkckqp$namqaop%6
pnu6
`ahnamqaop*oaooekjW#iai^an[e`#Y
at_alpGauAnnkn6
l]oo
napqnjDpplNaolkjoa$Ukq#nahkcca`kqp*%

NNote In practice, this is a lousy way of logging users in. The authentication framework discussed shortly
handles this task for you in a much more robust and useful manner. These examples are deliberately simplistic so that you can easily see what’s going on.

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

Setting Test Cookies
As mentioned earlier, you can’t rely on every browser accepting cookies. So, as a convenience, Django provides an easy way to test whether a user’s browser accepts cookies. Just
call namqaop*oaooekj*oap[paop[_kkgea$% in a view, and check namqaop*oaooekj*paop[_kkgea[
sknga`$% in a subsequent view—not in the same view call.
This awkward split between oap[paop[_kkgea$% and paop[_kkgea[sknga`$% is necessary
due to the way cookies work. When you set a cookie, you can’t actually tell whether a browser
accepted it until the browser’s next request.
It’s good practice to use `ahapa[paop[_kkgea$% to clean up after yourself. Do this after
you’ve verified that the test cookie worked.
Here’s a typical usage example:
`abhkcej$namqaop%6
Ebsaoq^ieppa`pdabkni***
ebnamqaop*iapdk`99#LKOP#6
?da_gpd]ppdapaop_kkgeasknga`$saoapep^ahks%6
ebnamqaop*oaooekj*paop[_kkgea[sknga`$%6
Pdapaop_kkgeasknga`(ok`ahapaep*
namqaop*oaooekj*`ahapa[paop[_kkgea$%
Ejln]_pe_a(sa#`jaa`okiahkce_pk_da_gqoanj]ia+l]ooskn`
dana(^qpoej_apdeoeo]jat]ilha***
napqnjDpplNaolkjoa$Ukq#nahkcca`ej*%
Pdapaop_kkgeab]eha`(ok`eolh]u]jannkniaoo]ca*Ebpdeo
sana]na]hoepa(sa#`s]jppk`eolh]u]bneaj`heaniaoo]ca*
ahoa6
napqnjDpplNaolkjoa$Lha]oaaj]^ha_kkgeao]j`pnu]c]ej*%
Ebsa`e`j#plkop(oaj`pdapaop_kkgea]hkjcsepdpdahkcejbkni*
namqaop*oaooekj*oap[paop[_kkgea$%
napqnjnaj`an[pk[naolkjoa$#bkk+hkcej[bkni*dpih#%

NNote Again, the built-in authentication functions handle this check for you.

Using Sessions Outside of Views
Internally, each session is just a normal Django model defined in `f]jck*_kjpne^*oaooekjo*
ik`aho°Ê >V ÊÃiÃȜ˜ÊˆÃʈ`i˜Ìˆvˆi`ÊLÞÊ>ʓœÀi‡œÀ‡iÃÃÊÀ>˜`œ“ÊÎӇV >À>VÌiÀÊ >à ÊÃ̜Ài`ʈ˜Ê>Ê
cookie. Because it’s a normal model, you can access sessions using the normal Django database API:

261

262

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

:::bnki`f]jck*_kjpne^*oaooekjo*ik`ahoeilknpOaooekj
:::o9Oaooekj*k^fa_po*cap$lg9#.^--45]-44^00]`-4_/1a--/]_2_aa]`#%
:::o*atlena[`]pa
`]papeia*`]papeia$.,,1(4(.,(-/(/1(-.%
You’ll need to call cap[`a_k`a`$% to get the actual session data. This is necessary because
the dictionary is stored in an encoded format:
:::o*oaooekj[`]p]
#GCNsIMlPF-5d`TNkT/RvVTFb]SMj?j=u?ggt?jIqIPAtU.VfK@E.Uf***#
:::o*cap[`a_k`a`$%
w#qoan[e`#60.y

When Sessions Are Saved
By default, Django only saves to the database if the session has been modified—that is, if any
of its dictionary values have been assigned or deleted:
Oaooekjeoik`ebea`*
namqaop*oaooekjW#bkk#Y9#^]n#
Oaooekjeoik`ebea`*
`ahnamqaop*oaooekjW#bkk#Y
Oaooekjeoik`ebea`*
namqaop*oaooekjW#bkk#Y9wy
Ckp_d]6OaooekjeoJKPik`ebea`(^a_]qoapdeo]hpano
namqaop*oaooekjW#bkk#Yejopa]`kbnamqaop*oaooekj*
namqaop*oaooekjW#bkk#YW#^]n#Y9#^]v#
To change this default behavior, set OAOOEKJ[O=RA[ARANU[NAMQAOP to Pnqa. If OAOOEKJ[O=RA[
ARANU[NAMQAOP is Pnqa, Django will save the session to the database on every single request,
even if it wasn’t changed.
Note that the session cookie is sent only when a session has been created or modified. If
OAOOEKJ[O=RA[ARANU[NAMQAOP is Pnqa, the session cookie will be sent on every request. Similarly,
the atlenao part of a session cookie is updated each time the session cookie is sent.

Browser-Length Sessions vs. Persistent Sessions
You might have noticed that the cookie Google sent at the beginning of this chapter contained
atlenao9Oqj(-3)F]j).,/4-56-06,3CIP7°Ê œœŽˆiÃÊV>˜Êœ«Ìˆœ˜>ÞÊVœ˜Ì>ˆ˜Ê>˜ÊiÝ«ˆÀ>̈œ˜Ê`>ÌiÊ
that advises the browser on when to remove the cookie. If a cookie doesn’t contain an expiration value, the browser will expire it when the user closes his or her browser window. You can
control the session framework’s behavior in this regard with the OAOOEKJ[ATLENA[=P[>NKSOAN[
?HKOA setting.

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

By default, OAOOEKJ[ATLENA[=P[>NKSOAN[?HKOA is set to B]hoa, which means session cookies
will be stored in users’ browsers for OAOOEKJ[?KKGEA[=CA seconds (which defaults to two weeks,
œÀÊ£]Óä™]ÈääÊÃiVœ˜`î°Ê1ÃiÊÌ ˆÃʈvÊޜÕÊ`œ˜½ÌÊÜ>˜ÌÊ«iœ«iÊÌœÊ >ÛiÊ̜ʏœ}ʈ˜ÊiÛiÀÞÊ̈“iÊÌ iÞʜ«i˜Ê
a browser.
If OAOOEKJ[ATLENA[=P[>NKSOAN[?HKOA is set to Pnqa, Django will use browser-length cookies.

Other Session Settings
Besides the settings already mentioned, a few other settings influence how Django’s session
framework uses cookies, asÊà œÜ˜Êˆ˜Ê/>LiÊ£{‡Ó°
Table 14-2. Settings That Influence Cookie Behavior

Setting

Description

Default

OAOOEKJ[?KKGEA[@KI=EJ

The domain to use for session cookies. Set this to a
string such as *at]ilha*_ki for cross-domain cookies, or use Jkja for a standard cookie.

Jkja

OAOOEKJ[?KKGEA[J=IA

The name of the cookie to use for sessions. This can be
any string.

oaooekje`

OAOOEKJ[?KKGEA[OA?QNA

Whether to use a “secure” cookie for the session
cookie. If this is set to Pnqa, the cookie will be marked
as “secure,” which means that browsers will ensure
that the cookie is only sent via HTTPS.

B]hoa

TECHNICAL DETAILS
For the curious, here are a few technical notes about the inner workings of the session framework:
s 4HE SESSION DICTIONARY ACCEPTS ANY 0YTHON OBJECT CAPABLE OF BEING hPICKLEDv 3EE THE DOCUMENTATION
FOR 0YTHONS BUILT IN le_gha module for information about how this works.
s 3ESSION DATA IS STORED IN A DATABASE TABLE NAMED `f]jck[oaooekj.
s 3ESSION DATA IS FETCHED UPON DEMAND )F YOU NEVER ACCESS namqaop*oaooekj $JANGO WONT HIT THAT
database table.
s $JANGO SENDS A COOKIE ONLY IF IT NEEDS TO )F YOU DONT SET ANY SESSION DATA IT WONT SEND A SESSION
cookie (unless OAOOEKJ[O=RA[ARANU[NAMQAOP is set to Pnqa).
s 4HE $JANGO SESSIONS FRAMEWORK IS ENTIRELY AND SOLELY COOKIE BASED )T DOES NOT FALL BACK TO PUTTING
SESSION )$S IN 52,S AS A LAST RESORT AS SOME OTHER TOOLS 0(0 *30 DO
4HIS IS AN INTENTIONAL DESIGN DECISION 0UTTING SESSIONS IN 52,S DOESNgT JUST MAKE 52,S UGLY THEY ALSO
MAKE YOUR SITE VULNERABLE TO A CERTAIN FORM OF SESSION )$ THEFT VIA THE Nabanan header.
)F YOURE STILL CURIOUS THE SOURCE IS PRETTY STRAIGHTFORWARD LOOK IN `f]jck*_kjpne^*oaooekjo for
more details.

263

264

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

Users and Authentication
Sessions give us a way of persisting data through multiple browser requests; the second part of
the equation is using those sessions for user login. Of course, we can’t just trust that users are
who they say they are, so we need to authenticate them along the way.
Naturally, Django provides tools to handle this common task (and many others). Django’s
user authentication system handles user accounts, groups, permissions, and cookie-based
user sessions. This system is often referred to as an auth/auth (authentication and authorization) system. That name recognizes that dealing with users is often a two-step process. We
need to
1. Verify (authenticate) that a user is who he or she claims to be (usually by checking a
username and password against a database of users)
2. Verify that the user is authorized to perform some given operation (usually by checking
against a table of permissions)
Following these needs, Django’s auth/auth system consists of a number of parts:
Ê

UÊ Users: People registered with your site

Ê

UÊ Permissions: Binary (yes/no) flags designating whether a user may perform a certain
task

Ê

UÊ Groups: A generic way of applying labels and permissions to more than one user

Ê

UÊ Messages: A simple way to queue and display system messages to users

vÊޜսÛiÊÕÃi`ÊÌ iÊ>`“ˆ˜Ê̜œÊ­`ˆÃVÕÃÃi`ʈ˜Ê >«ÌiÀÊÈ®]ÊޜսÛiÊ>Ài>`ÞÊÃii˜Ê“>˜ÞʜvÊÌ iÃiÊ
tools, and if you’ve edited users or groups in the admin tool, you’ve actually been editing data
in the auth system’s database tables.

Enabling Authentication Support
Like the session tools, authentication support is bundled as a Django application in `f]jck*
_kjpne^ that needs to be installed. Similar to the session tools, it’s also installed by default, but
if you’ve removed it, you’ll need to follow these steps to install it:
1. >ŽiÊÃÕÀiÊÌ iÊÃiÃȜ˜ÊvÀ>“iܜÀŽÊˆÃʈ˜ÃÌ>i`Ê>ÃÊ`iÃVÀˆLi`Êi>ÀˆiÀʈ˜ÊÌ ˆÃÊV >«ÌiÀ°Ê
Keeping track of users obviously requires cookies, and thus builds on the session
framework.
2. Put #`f]jck*_kjpne^*]qpd# in your EJOP=HHA@[=LLO setting and run i]j]ca*luouj_`^
to install the appropriate database tables.
3. >ŽiÊÃÕÀiÊÌ >ÌÊ#`f]jck*_kjpne^*]qpd*ie``has]na*=qpdajpe_]pekjIe``has]na# is in
your IE@@HAS=NA[?H=OOAO setting—after OaooekjIe``has]na.
With that installation out of the way, we’re ready to deal with users in view functions.
The main interface you’ll use to access users within a view is namqaop*qoan; this is an object
that represents the currently logged-in user. If the user isn’t logged in, this will instead be an
=jkjuikqoQoan object (see the following section for more details).

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

You can easily tell if a user is logged in with the eo[]qpdajpe_]pa`$% method:
ebnamqaop*qoan*eo[]qpdajpe_]pa`$%6
@kokiapdejcbkn]qpdajpe_]pa`qoano*
ahoa6
@kokiapdejcbkn]jkjuikqoqoano*

Using Users
Once you have a Qoan—often from namqaop*qoan, but possibly through one of the other methods discussed shortly—you have a number of fields and methods available on that object.
=jkjuikqoQoan objects emulate some of this interface, but not all of it, so you should always
check qoan*eo[]qpdajpe_]pa`$% before assuming you’re dealing with a bona fide qoan object.
Tables 14-3 and 14-4 list the fields and methods, respectively, on Qoan objects.
Table 14-3. Fields on User Objects

Field

Description

qoanj]ia

,iµÕˆÀi`ÆÊÎäÊV >À>VÌiÀÃʜÀÊviÜiÀ°Ê« >˜Õ“iÀˆVÊV >À>VÌiÀÃʜ˜ÞÊ­iÌÌiÀÃ]Ê`ˆ}ˆÌÃ]Ê
and underscores).

benop[j]ia

"«Ìˆœ˜>ÆÊÎäÊV >À>VÌiÀÃʜÀÊviÜiÀ°

h]op[j]ia

"«Ìˆœ˜>ÆÊÎäÊV >À>VÌiÀÃʜÀÊviÜiÀ°

ai]eh

Optional. E-mail address.

l]ooskn`

Required. A hash of, and metadata about, the password (Django doesn’t store the
raw password). See the “Passwords” section for more about this value.

eo[op]bb

Boolean. Designates whether this user can access the admin site.

eo[]_pera

Boolean. Designates whether this account can be used to log in. Set this flag to
B]hoa instead of deleting accounts.

eo[oqlanqoan

Boolean. Designates that this user has all permissions without explicitly assigning them.

h]op[hkcej

A datetime of the user’s last login. This is set to the current date/time by default.

`]pa[fkeja`

A datetime designating when the account was created. This is set to the current
date/time by default when the account is created.

Table 14-4. Methods on User Objects

Method

Description

eo[]qpdajpe_]pa`$%

Always returns Pnqa for “real” Qoan objects. This is a way to tell
if the user has been authenticated. This does not imply any
permissions, and it doesn’t check if the user is active. It only
indicates that the user has successfully authenticated.

eo[]jkjuikqo$%

Returns Pnqa only for =jkjuikqoQoan objects (and B]hoa for
“real” Qoan objects). Generally, you should prefer using eo[
]qpdajpe_]pa`$% to this method.

cap[bqhh[j]ia$%

Returns the benop[j]ia plus the h]op[j]ia, with a space in
between.
Continued

265

266

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

Table 14-4. Continued

Method

Description

oap[l]ooskn`$l]oos`%

Sets the user’s password to the given raw string, taking care of
the password hashing. This doesn’t actually save the Qoan object.

_da_g[l]ooskn`$l]oos`%

Returns Pnqa if the given raw string is the correct password for
the user. This takes care of the password hashing in making the
comparison.

cap[cnkql[lanieooekjo$%

Returns a list of permission strings that the user has through the
groups he or she belongs to.

cap[]hh[lanieooekjo$%

Returns a list of permission strings that the user has, both
through group and user permissions.

d]o[lani$lani%

Returns Pnqa if the user has the specified permission, where
lani is in the format l]_g]ca*_k`aj]ia. If the user is inactive,
this method will always return B]hoa.

d]o[lanio$lani[heop%

Returns Pnqa if the user has all of the specified permissions.
If the user is inactive, this method will always return B]hoa.

d]o[ik`qha[lanio$]ll[h]^ah%

Returns Pnqa if the user has any permissions in the given
]ll[h]^ah. If the user is inactive, this method will always return
B]hoa.

cap[]j`[`ahapa[iaoo]cao$%

Returns a list of Iaoo]ca objects in the user’s queue and deletes
the messages from the queue.

ai]eh[qoan$oq^f(ioc%

Sends an e-mail to the user. This e-mail is sent from the @AB=QHP[
BNKI[AI=EH setting. You can also pass a third argument, bnki[
ai]eh, to override the From address on the e-mail.

Finally, Qoan objects have two many-to-many fields: cnkqlo and lanieooekjo. Qoan objects
can access their related objects in the same way as any other many-to-many field:
Oap]qoan#ocnkqlo6
iuqoan*cnkqlo9cnkql[heop
=``]qoanpkokiacnkqlo6
iuqoan*cnkqlo*]``$cnkql-(cnkql.(***%
Naikra]qoanbnkiokiacnkqlo6
iuqoan*cnkqlo*naikra$cnkql-(cnkql.(***%
Naikra]qoanbnki]hhcnkqlo6
iuqoan*cnkqlo*_ha]n$%
Lanieooekjoskngpdao]ias]u
iuqoan*lanieooekjo9lanieooekj[heop
iuqoan*lanieooekjo*]``$lanieooekj-(lanieooekj.(***%
iuqoan*lanieooekjo*naikra$lanieooekj-(lanieooekj.(***%
iuqoan*lanieooekjo*_ha]n$%

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

Logging In and Out
Django provides built-in view functions for handling logging in and out (and a few other nifty
tricks), but before we get to those, let’s take a look at how to log users in and out “by hand.”
Django provides two functions to perform these actions in `f]jck*_kjpne^*]qpd: ]qpdajpe_]pa$%
and hkcej$%.
To authenticate a given username and password, use ]qpdajpe_]pa$%. It takes two keyword arguments, qoanj]ia and l]ooskn`, and it returns a Qoan object if the password is valid
for the given username. If the password is invalid, ]qpdajpe_]pa$% returns Jkja:
:::bnki`f]jck*_kjpne^eilknp]qpd
:::qoan9]qpd*]qpdajpe_]pa$qoanj]ia9#fkdj#(l]ooskn`9#oa_nap#%
:::ebqoaneojkpJkja6
***lnejp?knna_p
***ahoa6
***lnejpEjr]he`l]ooskn`*
]qpdajpe_]pa$% only verifies a user’s credentials. To log in a user, use hkcej$%. It takes an
DpplNamqaop object and a Qoan object and saves the user’s ID in the session, using Django’s session framework.
This example shows how you might use both ]qpdajpe_]pa$% and hkcej$% within a view
function:
bnki`f]jck*_kjpne^eilknp]qpd
`abhkcej[reas$namqaop%6
qoanj]ia9namqaop*LKOP*cap$#qoanj]ia#(##%
l]ooskn`9namqaop*LKOP*cap$#l]ooskn`#(##%
qoan9]qpd*]qpdajpe_]pa$qoanj]ia9qoanj]ia(l]ooskn`9l]ooskn`%
ebqoaneojkpJkja]j`qoan*eo[]_pera6
?knna_pl]ooskn`(]j`pdaqoaneoi]nga`]_pera
]qpd*hkcej$namqaop(qoan%
Na`ena_ppk]oq__aool]ca*
napqnjDpplNaolkjoaNa`ena_p$+]__kqjp+hkcca`ej+%
ahoa6
Odks]jannknl]ca
napqnjDpplNaolkjoaNa`ena_p$+]__kqjp+ejr]he`+%
To log out a user, use `f]jck*_kjpne^*]qpd*hkckqp$% within your view. It takes an
DpplNamqaop object and has no return value:
bnki`f]jck*_kjpne^eilknp]qpd
`abhkckqp[reas$namqaop%6
]qpd*hkckqp$namqaop%
Na`ena_ppk]oq__aool]ca*
napqnjDpplNaolkjoaNa`ena_p$+]__kqjp+hkcca`kqp+%
Note that ]qpd*hkckqp$% doesn’t throw any errors if the user wasn’t logged in.

267

268

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

In practice, you usually will not need to write your own login/logout functions; the
authentication system comes with a set of views for generically handling logging in and out.
The first step in using these authentication views is to wire them up in your URLconf. You’ll
need to add this snippet:
bnki`f]jck*_kjpne^*]qpd*reasoeilknphkcej(hkckqp
qnhl]ppanjo9l]ppanjo$##(
ateopejcl]ppanjodana***
$n#Z]__kqjpo+hkcej+ #(hkcej%(
$n#Z]__kqjpo+hkckqp+ #(hkckqp%(
%
+]__kqjpo+hkcej+ and +]__kqjpo+hkckqp+ are the default URLs that Django uses for these
views.
By default, the hkcej view renders a template at naceopn]pekj+hkcej*dpih (you can change
this template name by passing an extra view argument , pailh]pa[j]ia). This form needs to
contain a qoanj]ia and a l]ooskn` field. A simple template might look like this:
w!atpaj`o^]oa*dpih!y
w!^hk_g_kjpajp!y
w!ebbkni*annkno!y
8l_h]oo9annkn:Oknnu(pd]p#ojkp]r]he`qoanj]iaknl]ooskn`8+l:
w!aj`eb!y
8bkni]_pekj9iapdk`9lkop:
8h]^ahbkn9qoanj]ia:Qoanj]ia68+h]^ah:
8ejlqppula9patpj]ia9qoanj]iar]hqa9e`9qoanj]ia:
8h]^ahbkn9l]ooskn`:L]ooskn`68+h]^ah:
8ejlqppula9l]ooskn`j]ia9l]ooskn`r]hqa9e`9l]ooskn`:
8ejlqppula9oq^iepr]hqa9hkcej+:
8ejlqppula9de``ajj]ia9jatpr]hqa9wwjatpxao_]layy+:
8+bkni:
w!aj`^hk_g!y
If the user successfully logs in, he or she will be redirected to +]__kqjpo+lnkbeha+ by
default. You can override this by providing a hidden field called jatp with the URL to redirect
to after logging in. You can also pass this value as a CAP parameter to the login view and it will
be automatically added to the context as a variable called jatp that you can insert into that
hidden field.
The logout view works a little differently. By default it renders a template at naceopn]pekj+
hkcca`[kqp*dpih (which usually contains a “You’ve successfully logged out” message). However, you can call the view with an extra argument, jatp[l]ca, which will instruct the view to
redirect after a logout.

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

Limiting Access to Logged-in Users
Of course, the reason we’re going through all this trouble is so we can limit access to parts of
our site.
The simple, raw way to limit access to pages is to check namqaop*qoan*eo[]qpdajpe_]pa`$%
and redirect to a login page:
bnki`f]jck*dppleilknpDpplNaolkjoaNa`ena_p
`abiu[reas$namqaop%6
ebjkpnamqaop*qoan*eo[]qpdajpe_]pa`$%6
napqnjDpplNaolkjoaNa`ena_p$#+]__kqjpo+hkcej+;jatp9!o#!namqaop*l]pd%
***
or perhaps display an error message:
`abiu[reas$namqaop%6
ebjkpnamqaop*qoan*eo[]qpdajpe_]pa`$%6
napqnjnaj`an[pk[naolkjoa$#iu]ll+hkcej[annkn*dpih#%
***
As a shortcut, you can use the convenient hkcej[namqena` decorator:
bnki`f]jck*_kjpne^*]qpd*`a_kn]pknoeilknphkcej[namqena`
ÈiÃÌÊÜ>ÞÊLÞÊv>ÀÊ̜ʓ>˜>}iÊÌ iÊ>ÕÌ ÊÃÞÃÌi“ʈÃÊÌ ÀœÕ} ÊÌ iÊ>`“ˆ˜Êˆ˜ÌiÀv>Vi°Ê >«ÌiÀÊÈÊ
discusses how to use Django’s admin site to edit users and control their permissions and
access, and most of the time you’ll just use that interface.
However, there are low-level APIs you can dive into when you need absolute control, and
we discuss these in the sections that follow.

Creating Users
Ài>ÌiÊÕÃiÀÃ with the _na]pa[qoan helper function:
:::bnki`f]jck*_kjpne^*]qpd*ik`ahoeilknpQoan
:::qoan9Qoan*k^fa_po*_na]pa[qoan$qoanj]ia9#fkdj#(
***ai]eh9#fhajjkj<^a]phao*_ki#(
***l]ooskn`9#ch]ookjekj#%
At this point, qoan is a Qoan instance ready to be saved to the database (_na]pa[qoan$%
doesn’t actually call o]ra$% itself). You can continue to change its attributes before saving, too:
:::qoan*eo[op]bb9Pnqa
:::qoan*o]ra$%

Changing Passwords
You can change a password with oap[l]ooskn`$%:
:::qoan9Qoan*k^fa_po*cap$qoanj]ia9#fkdj#%
:::qoan*oap[l]ooskn`$#ckkckkckkfkk^#%
:::qoan*o]ra$%
Don’t set the l]ooskn` attribute directly unless you know what you’re doing. The password is actually stored as a salted hash and thus can’t be edited directly.
œÀiÊvœÀ“>Þ]ÊÌ iÊl]ooskn` attribute of a Qoan object is a string in this format:
d]odpula o]hp d]od
That’s a hash type, the salt, and the hash itself, separated by the dollar sign ($) character.
d]odpula is either od]- (default) or i`1, the algorithm used to perform a one-way hash
of the password. o]hp is a random string used to salt the raw password to create the hash, for
example:
od]- ]-532 ]/2__4_^b4-30.]4b^1.a..-]]a]^04a`3b14]^0
The Qoan*oap[l]ooskn`$% and Qoan*_da_g[l]ooskn`$% functions handle the setting and
checking of these values behind the scenes.

271

272

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

SALTED HASHES
A hash IS A ONE WAY CRYPTOGRAPHIC FUNCTIONˆTHAT IS YOU CAN EASILY COMPUTE THE HASH OF A GIVEN VALUE BUT
ITS NEARLY IMPOSSIBLE TO TAKE A HASH AND RECONSTRUCT THE ORIGINAL VALUE
If we stored passwords as plain text, anyone who got their hands on the password database would
INSTANTLY KNOW EVERYONES PASSWORD 3TORING PASSWORDS AS HASHES REDUCES THE VALUE OF A COMPROMISED
database.
(OWEVER AN ATTACKER WITH THE PASSWORD DATABASE COULD STILL RUN A brute-force attack, hashing millions
OF PASSWORDS AND COMPARING THOSE HASHES AGAINST THE STORED VALUES 4HIS TAKES SOME TIME BUT LESS THAN YOU
might think.
7ORSE THERE ARE PUBLICLY AVAILABLE rainbow tables, or databases of pre-computed hashes of millions of
passwords. With a rainbow table, an experienced attacker could break most passwords in seconds.
Adding a saltˆBASICALLY AN INITIAL RANDOM VALUEˆTO THE STORED HASH ADDS ANOTHER LAYER OF DIFFICULTY TO
BREAKING PASSWORDS "ECAUSE SALTS DIFFER FROM PASSWORD TO PASSWORD THEY ALSO PREVENT THE USE OF A RAINbow table, thus forcing attackers to fall back on a brute-force attack, itself made more difficult by the extra
entropy added to the hash by the salt.
While salted hashes aren’t absolutely the most secure way of storing passwords, they’re a good middle
GROUND BETWEEN SECURITY AND CONVENIENCE

Handling Registration
We can use these low-level tools to create views that allow users to sign up for new accounts.
Different developers implement registration differently, so Django leaves writing a registration
view up to you. Luckily, it’s pretty easy.
At its simplest, we could provide a small view that prompts for the required user information and creates those users. Django provides a built-in form you can use for this purpose,
which we’ll use in this example:
bnki`f]jckeilknpbknio
bnki`f]jck*_kjpne^*]qpd*bknioeilknpQoan?na]pekjBkni
bnki`f]jck*dppleilknpDpplNaolkjoaNa`ena_p
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa
`abnaceopan$namqaop%6
ebnamqaop*iapdk`99#LKOP#6
bkni9Qoan?na]pekjBkni$namqaop*LKOP%
ebbkni*eo[r]he`$%6
jas[qoan9bkni*o]ra$%
napqnjDpplNaolkjoaNa`ena_p$+^kkgo+%
ahoa6
bkni9Qoan?na]pekjBkni$%
napqnjnaj`an[pk[naolkjoa$naceopn]pekj+naceopan*dpih(w
#bkni#6bkni(
y%

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

This form assumes a template named naceopn]pekj+naceopan*dpih. Here’s an example of
what that template might look like:
w!atpaj`o^]oa*dpih!y
w!^hk_gpepha!y?na]pa]j]__kqjpw!aj`^hk_g!y
w!^hk_g_kjpajp!y
8d-:?na]pa]j]__kqjp8+d-:
8bkni]_pekj9iapdk`9lkop:
wwbkni*]o[lyy
8ejlqppula9oq^iepr]hqa9?na]papda]__kqjp:
8+bkni:
w!aj`^hk_g!y

Using Authentication Data in Templates
The current logged-in user and his or her permissions are made available in the template context when you use Namqaop?kjpatpÊ­ÃiiÊ >«ÌiÀʙ®°

NNote 4ECHNICALLY THESE VARIABLES ARE ONLY MADE AVAILABLE IN THE TEMPLATE CONTEXT IF YOU USE
Namqaop?kjpatp and your PAILH=PA[?KJPATP[LNK?AOOKNO setting contains `f]jck*_kna*_kjpatp[
lnk_aookno*]qpd, which is the default. Again, see Chapter 9 for more information.

When using Namqaop?kjpatp, the current user (either a Qoan instance or an =jkjuikqoQoan
instance) is stored in the template variable wwqoanyy:
w!ebqoan*eo[]qpdajpe_]pa`!y
8l:Sah_kia(wwqoan*qoanj]iayy*Pd]jgobknhkccejcej*8+l:
w!ahoa!y
8l:Sah_kia(jasqoan*Lha]oahkcej*8+l:
w!aj`eb!y
This user’s permissions are stored in the template variable wwlanioyy. This is a templatefriendly proxy to a couple of permission methods described shortly.
There are two ways you can use this lanio object. You can use something like w!eb
lanio*lkhho!y to check whether the user has any permissions for some given application, or
you can use something like w!eblanio*lkhho*_]j[rkpa!y to check if the user has a specific
permission.

273

274

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

Thus, you can check permissions in template w!eb!y statements:
w!eblanio*lkhho!y
8l:Ukqd]ralanieooekjpk`kokiapdejcejpdalkhho]ll*8+l:
w!eblanio*lkhho*_]j[rkpa!y
8l:Ukq_]jrkpa8+l:
w!aj`eb!y
w!ahoa!y
8l:Ukq`kj#pd]ralanieooekjpk`k]jupdejcejpdalkhho]ll*8+l:
w!aj`eb!y

Permissions, Groups, and Messages
There are a few other bits of the authentication framework that we’ve only dealt with in passing. We’ll take a closer look at them in the following sections.

Permissions
Permissions are a simple way to “mark” users and groups as being able to perform some
action. They are usually used by the Django admin site, but you can easily use them in your
own code.
The Django admin site uses permissions as follows:
Ê

UÊ VViÃÃÊ̜ÊۈiÜÊÌ iʺ>``»ÊvœÀ“]Ê>˜`Ê>``Ê>˜ÊœLiVÌʈÃʏˆ“ˆÌi`Ê̜ÊÕÃiÀÃÊÜˆÌ ÊÌ iÊadd permission for that type of object.

Ê

UÊ VViÃÃÊ̜ÊۈiÜÊÌ iÊV >˜}iʏˆÃÌ]ÊۈiÜÊÌ iʺV >˜}i»ÊvœÀ“]Ê>˜`ÊV >˜}iÊ>˜ÊœLiVÌʈÃʏˆ“ˆÌi`Ê
to users with the change permission for that type of object.

Ê

UÊ VViÃÃÊ̜Ê`iiÌiÊ>˜ÊœLiVÌʈÃʏˆ“ˆÌi`Ê̜ÊÕÃiÀÃÊÜˆÌ ÊÌ iÊdelete permission for that type
of object.

Permissions are set globally per type of object, not per specific object instance. For
iÝ>“«i]ʈ̽ÃÊ«œÃÈLiÊ̜ÊÃ>Þʺ>ÀÞʓ>ÞÊV >˜}iʘiÜÃÊÃ̜ÀˆiÃ]»ÊLÕÌÊ«iÀ“ˆÃȜ˜ÃÊ`œ˜½ÌʏiÌÊޜÕÊ
Ã>Þʺ>ÀÞʓ>ÞÊV >˜}iʘiÜÃÊÃ̜ÀˆiÃ]ÊLÕÌʜ˜ÞÊÌ iʜ˜iÃÊà iÊVÀi>Ìi`Ê iÀÃiv»ÊœÀʺ>ÀÞʓ>Þʜ˜ÞÊ
change news stories that have a certain status, publication date, or ID.”
These three basic permissions—add, change, and delete—are automatically created for
each Django model. Behind the scenes, these permissions are added to the ]qpd[lanieooekj
database table when you run i]j]ca*luouj_`^.
These permissions will be of the form 8]ll:*8]_pekj:[8k^fa_p[j]ia:. That is, if you
have a lkhho application with a ?dke_a model, you’ll get permissions named lkhho*]``[
_dke_a, lkhho*_d]jca[_dke_a, and lkhho*`ahapa[_dke_a.

C HA P T E R 1 4 N S E S S I O N S , U S E R S , A N D R E G I S T R A T I O N

Just like users, permissions are implemented in a Django model that lives in `f]jck*
_kjpne^*]qpd*ik`aho. This means that you can use Django’s database API to interact directly
with permissions if you like.

Groups
Groups are a generic way of categorizing users so you can apply permissions, or some other
label, to those users. A user can belong to any number of groups.
A user in a group automatically has the permissions granted to that group. For example,
if the group Oepaa`epkno has the permission _]j[a`ep[dkia[l]ca, any user in that group will
have that permission.
Groups are also a convenient way to categorize users to give them some label, or extended
functionality. For example, you could create a group #Ola_e]hqoano#, and you could write
code that could, say, give those users access to a members-only portion of your site, or send
them members-only e-mail messages.
Like users, the easiest way to manage groups is through the admin interface. However,
groups are also just Django models that live in `f]jck*_kjpne^*]qpd*ik`aho, so once again you
can always use Django’s database APIs to deal with groups at a low level.

Messages
The message system is a lightweight way to queue messages for given users. A message is associated with a Qoan. There’s no concept of expiration or timestamps.
iÃÃ>}iÃÊ>ÀiÊÕÃi`ÊLÞÊÌ iÊ >˜}œÊ>`“ˆ˜Êˆ˜ÌiÀv>ViÊ>vÌiÀÊÃÕVViÃÃvՏÊ>V̈œ˜Ã°ÊœÀÊiÝ>“«i]Ê
when you create an object, you’ll notice a “The object was created successfully” message at the
top of the admin page.
You can use the same API to queue and display messages in your own application. The
API is simple:
Ê

UÊ /œÊVÀi>ÌiÊ>ʘiÜʓiÃÃ>}i]ÊÕÃiÊqoan*iaoo]ca[oap*_na]pa$iaoo]ca9#iaoo]ca[patp#%.

Ê

UÊ /œÊÀiÌÀˆiÛiÉ`iiÌiʓiÃÃ>}iÃ]ÊÕÃiÊqoan*cap[]j`[`ahapa[iaoo]cao$%, which returns a list
of Iaoo]ca objects in the user’s queue (if any) and deletes the messages from the queue.
In this example view, the system saves a message for the user after creating a playlist:

`ab_na]pa[lh]uheop$namqaop(okjco%6
?na]papdalh]uheopsepdpdacerajokjco*
***
namqaop*qoan*iaoo]ca[oap*_na]pa$
iaoo]ca9Ukqnlh]uheops]o]``a`oq__aoobqhhu*
%
napqnjnaj`an[pk[naolkjoa$lh]uheopo+_na]pa*dpih(
_kjpatp[ejop]j_a9Namqaop?kjpatp$namqaop%%

275

276

C HAPTER 14 N SES S IONS , U S ER S , A ND R EG IS TR A TI O N

When you use Namqaop?kjpatp, the current logged-in user and his or her messages are
made available in the template context as the template variable wwiaoo]caoyy. Here’s an
example of template code that displays messages:
w!ebiaoo]cao!y
8qh:
w!bkniaoo]caejiaoo]cao!y
8he:wwiaoo]cayy8+he:
w!aj`bkn!y
8+qh:
w!aj`eb!y
Note that Namqaop?kjpatp calls cap[]j`[`ahapa[iaoo]cao behind the scenes, so any messages will be deleted even if you don’t display them.
Finally, note that this messages framework only works with users in the user database.
To send messages to anonymous users, use the session framework directly.

What’s Next?
/ iÊÃiÃȜ˜Ê>˜`Ê>ÕÌ œÀˆâ>̈œ˜ÊÃÞÃÌi“ʈÃÊ>ʏœÌÊ̜Ê>LÜÀL°ÊœÃÌʜvÊÌ iÊ̈“i]ÊޜÕÊܜ˜½Ìʘii`Ê
all the features described in this chapter, but when you need to allow complex interactions
between users, it’s good to have all that power available.
In the next chapter, we’ll take a look at Django’s caching infrastructure, which is a convenient way to improve the performance of your application.

C HAPTER

15

Caching
A

fundamental trade-off in dynamic Web sites is, well, they’re dynamic. Each time a user
requests a page, the Web server makes all sorts of calculations—from database queries to template rendering to business logic—to create the page that your site’s visitor sees. This is a lot
more expensive, from a processing-overhead perspective, than your standard read-a-file-offthe-filesystem-server arrangement.
For most Web applications, this overhead isn’t a big deal. Most Web applications aren’t
washingtonpost.com or slashdot.org; they’re simply small- to medium-sized sites with so-so
traffic. But for medium- to high-traffic sites, it’s essential to cut as much overhead as possible.
That’s where caching comes in.
To cache something is to save the result of an expensive calculation so that you don’t have
to perform the calculation next time. Here’s some pseudocode explaining how this would
work for a dynamically generated Web page:
ceraj]QNH(pnubej`ejcpd]pl]caejpda_]_da
ebpdal]caeoejpda_]_da6
napqnjpda_]_da`l]ca
ahoa6
cajan]papdal]ca
o]rapdacajan]pa`l]caejpda_]_da$bknjatppeia%
napqnjpdacajan]pa`l]ca
Django comes with a robust cache system that lets you save dynamic pages so they don’t
have to be calculated for each request. For convenience, Django offers different levels of cache
granularity: you can cache the output of specific views, you can cache only the pieces that are
difficult to produce, or you can cache your entire site.
Django also works well with “upstream” caches, such as Squid (dppl6++sss*omqe`)_]_da*
knc+) and browser-based caches. These are the types of caches that you don’t directly control
but to which you can provide hints (via HTTP headers) about which parts of your site should
be cached, and how.

277

278

C HAPTER 15 N CA C HING

Setting Up the Cache
The cache system requires a small amount of setup. Namely, you have to tell it where your
cached data should live—whether in a database, on the filesystem, or directly in memory.
This is an important decision that affects your cache’s performance; yes, some cache types are
faster than others.
Your cache preference goes in the ?=?DA[>=?GAJ@ setting in your settings file. Here’s an
explanation of all available values for ?=?DA[>=?GAJ@.

Memcached
By far the fastest, most efficient type of cache available to Django, Memcached is an entirely
memory-based cache framework originally developed to handle high loads at LiveJournal.com
and subsequently open-sourced by Danga Interactive. It’s used by sites such as Facebook and
Wikipedia to reduce database access and dramatically increase site performance.
Memcached is available for free at dppl6++`]jc]*_ki+iai_]_da`+. It runs as a daemon and
is allotted a specified amount of RAM. All it does is provide a fast interface for adding, retrieving, and deleting arbitrary data in the cache. All data is stored directly in memory, so there’s no
overhead of database or filesystem usage.
After installing Memcached itself, you’ll need to install the Memcached Python bindings,
which are not bundled with Django directly. Two versions are available. Choose and install one
of the following modules:
Ê

UÊ / iÊv>ÃÌiÃÌÊ>Û>ˆ>Liʜ«Ìˆœ˜ÊˆÃÊ>ʓœ`ՏiÊV>i`Ê_iai_]_da, available at dppl6++cefo^anp*
knc+_iai_]_da+.

Ê

UÊ vÊޜÕÊV>˜½Ìʈ˜ÃÌ>Ê_iai_]_da, you can install lupdkj)iai_]_da`, available at bpl6++bpl*
pqiiu*_ki+lq^+lupdkj)iai_]_da`+. If that URL is no longer valid, just go to the Memcached Web site (dppl6++sss*`]jc]*_ki+iai_]_da`+) and get the Python bindings from
the “Client APIs” section.

To use Memcached with Django, set ?=?DA[>=?GAJ@ to iai_]_da`6++el6lknp+, where el
is the IP address of the Memcached daemon and lknp is the port on which Memcached is
running.
In this example, Memcached is running on localhost (127.0.0.1) port 11211:
?=?DA[>=?GAJ@9#iai_]_da`6++-.3*,*,*-6--.--+#
One excellent feature of Memcached is its ability to share cache over multiple servers.
This means you can run Memcached daemons on multiple machines, and the program will
treat the group of machines as a single cache, without the need to duplicate cache values on
each machine. To take advantage of this feature, include all server addresses in ?=?DA[>=?GAJ@,
separated by semicolons.
In this example, the cache is shared over Memcached instances running on IP addresses
172.19.26.240 and 172.19.26.242, both on port 11211:
?=?DA[>=?GAJ@9#iai_]_da`6++-3.*-5*.2*.0,6--.--7-3.*-5*.2*.0.6--.--+#
In the following example, the cache is shared over Memcached instances running on the
IP addresses 172.19.26.240 (port 11211), 172.19.26.242 (port 11212), and 172.19.26.244 (port
11213):

CHAPTER 15 N CACHING

?=?DA[>=?GAJ@9#iai_]_da`6++£
-3.*-5*.2*.0,6--.--7-3.*-5*.2*.0.6--.-.7-3.*-5*.2*.006--.-/+#
A final point about Memcached is that memory-based caching has one disadvantage:
because the cached data is stored in memory, the data will be lost if your server crashes.
Clearly, memory isn’t intended for permanent data storage, so don’t rely on memory-based
caching as your only data storage. Without a doubt, none of the Django caching back-ends
should be used for permanent storage—they’re all intended to be solutions for caching, not
storage—but we point this out here because memory-based caching is particularly temporary.

Database Caching
To use a database table as your cache back-end, first create a cache table in your database by
running this command where W_]_da[p]^ha[j]iaY is the name of the database table to create:
lupdkji]j]ca*lu_na]pa_]_dap]^haW_]_da[p]^ha[j]iaY
This name can be whatever you want, as long as it’s a valid table name that’s not already being
used in your database. This command creates a single table in your database that is in the
proper format that Django’s database-cache system expects.
Once you’ve created that database table, set your ?=?DA[>=?GAJ@ setting to `^6++
p]^haj]ia, where p]^haj]ia is the name of the database table. In this example, the cache
table’s name is iu[_]_da[p]^ha:
?=?DA[>=?GAJ@9#`^6++iu[_]_da[p]^ha#
The database caching back-end uses the same database as specified in your settings file.
You can’t use a different database back-end for your cache table.
Database caching works best if you have a fast, well-indexed database server.

Filesystem Caching
To store cached items on a filesystem, use the beha6++ cache type for ?=?DA[>=?GAJ@. For
example, to store cached data in +r]n+pil+`f]jck[_]_da, use this setting:
?=?DA[>=?GAJ@9#beha6+++r]n+pil+`f]jck[_]_da#
Note that there are three forward slashes toward the beginning of that example. The first
two are for beha6++, and the third is the first character of the directory path, +r]n+pil+`f]jck[
_]_da. If you’re on Windows, put the drive letter after the beha6++, like this:
beha6++_6+bkk+^]n
The directory path should be absolute—that is, it should start at the root of your filesystem. It doesn’t matter whether you put a slash at the end of the setting.
Make sure the directory pointed to by this setting exists and is readable and writable by
the system user under which your Web server runs. Continuing the preceding example, if your
server runs as the user ]l]_da, make sure the directory +r]n+pil+`f]jck[_]_da exists and is
readable and writable by the user ]l]_da.
Each cache value will be stored as a separate file whose contents are the cache data saved
in a serialized (“pickled”) format, using Python’s le_gha module. Each file’s name is the cache
key, escaped for safe filesystem use.

279

280

C HAPTER 15 N CA C HING

Local-Memory Caching
If you want the speed advantages of in-memory caching but don’t have the capability of running Memcached, consider the local-memory cache back-end. This cache is multi-process and
thread-safe. To use it, set ?=?DA[>=?GAJ@ to hk_iai6+++. For example:
?=?DA[>=?GAJ@9#hk_iai6+++#
Note that each process will have its own private cache instance, which means no crossprocess caching is possible. This obviously also means the local memory cache isn’t particularly memory efficient, so it’s probably not a good choice for production environments. It’s
nice for development.

Dummy Caching (for Development)
Finally, Django comes with a “dummy” cache that doesn’t actually cache; it just implements
the cache interface without doing anything.
This is useful if you have a production site that uses heavy-duty caching in various places
but a development/test environment in which you don’t want to cache and don’t want to have
to change your code to special-case the latter. To activate dummy caching, set ?=?DA[>=?GAJ@
like so:
?=?DA[>=?GAJ@9#`qiiu6+++#

Using a Custom Cache Back-End
Although Django includes support for a number of cache back-ends out of the box, sometimes
you might want to use a customized cache back-end. To use an external cache back-end with
Django, use a Python import path as the scheme portion (the part before the initial colon) of
the ?=?DA[>=?GAJ@ URI, like so:
?=?DA[>=?GAJ@9#l]pd*pk*^]_gaj`6++#
If you’re building your own back-end, you can use the standard cache back-ends as reference implementations. You’ll find the code in the `f]jck+_kna+_]_da+^]_gaj`o+ directory of
the Django source.

NNote Without a really compelling reason (for example, a host that doesn’t support back-ends), you should
stick to the cache back-ends included with Django. They’ve been well-tested and are easy to use.

CHAPTER 15 N CACHING

CACHE_BACKEND Arguments
Each cache back-end may take arguments. They’re given in query-string style on the ?=?DA[
>=?GAJ@ setting. Valid arguments are as follows:
Ê

UÊ peiakqp: The default timeout, in seconds, to use for the cache. This argument defaults
to 300 seconds (5 minutes).

Ê

UÊ i]t[ajpneao: For the hk_iai, behaouopai, and `]p]^]oa back-ends, the maximum
number of entries allowed in the cache before old values are deleted. This argument
defaults to 300.

Ê

UÊ _qhh[lan_ajp]ca: The percentage of entries that are culled when i]t[ajpneao is
reached. The actual ratio is -+_qhh[lan_ajp]ca, so set _qhh[lan_ajp]ca9. to cull half of
the entries when i]t[ajpneao is reached.
A value of , for _qhh[lan_ajp]ca means that the entire cache will be dumped when
i]t[ajpneao is reached. This makes culling much faster at the expense of more cache
misses.
In this example, peiakqp is set to 2,:

?=?DA[>=?GAJ@9iai_]_da`6++-.3*,*,*-6--.--+;peiakqp92,
In this example, peiakqp is /, and i]t[ajpneao is 0,,:
?=?DA[>=?GAJ@9hk_iai6+++;peiakqp9/,"i]t[ajpneao90,,
Invalid arguments are silently ignored, as are invalid values of known arguments.

The Per-Site Cache
After the cache is set up, the simplest way to use caching is to cache your entire site. You’ll
need to add #`f]jck*ie``has]na*_]_da*Ql`]pa?]_daIe``has]na# and #`f]jck*ie``has]na*
_]_da*Bap_dBnki?]_daIe``has]na# to your IE@@HAS=NA[?H=OOAO setting, as in this example:
IE@@HAS=NA[?H=OOAO9$
#`f]jck*ie``has]na*_]_da*Ql`]pa?]_daIe``has]na#(
#`f]jck*ie``has]na*_kiikj*?kiikjIe``has]na#(
#`f]jck*ie``has]na*_]_da*Bap_dBnki?]_daIe``has]na#(
%

NNote No, that’s not a typo: the “update” middleware must be first in the list, and the “fetch” middleware
must be last. The details are a bit obscure, but see “Order of MIDDLEWARE_CLASSES,” at the end of the
chapter, if you want the full story.

281

282

C HAPTER 15 N CA C HING

Then, add the following required settings to your Django settings file:
Ê

UÊ ?=?DA[IE@@HAS=NA[OA?KJ@O: The number of seconds each page should be cached.

Ê

UÊ ?=?DA[IE@@HAS=NA[GAU[LNABET: If the cache is shared across multiple sites using the same
Django installation, set this to the name of the site, or some other string that is unique to
this Django instance, to prevent key collisions. Use an empty string if you don’t care.

The cache middleware caches every page that doesn’t have CAP or LKOP parameters.
Optionally, if the ?=?DA[IE@@HAS=NA[=JKJUIKQO[KJHU setting is Pnqa, only anonymous requests
(i.e., not those made by a logged-in user) will be cached. This is a simple and effective way of
disabling caching for any user-specific pages (include Django’s admin interface). Note that
if you use ?=?DA[IE@@HAS=NA[=JKJUIKQO[KJHU, you should make sure you’ve activated
=qpdajpe_]pekjIe``has]na.
Additionally, the cache middleware automatically sets a few headers in each
DpplNaolkjoa:
Ê

UÊ -iÌÃÊÌ iÊH]op)Ik`ebea` header to the current date/time when a fresh (uncached)
version of the page is requested.

Ê

UÊ -iÌÃÊÌ iÊAtlenao header to the current date/time plus the defined ?=?DA[IE@@HAS=NA[
OA?KJ@O.

Ê

UÊ -iÌÃÊÌ iÊ?]_da)?kjpnkh header to give a max age for the page—again, from the ?=?DA[
IE@@HAS=NA[OA?KJ@O setting.

NNote See Chapter 17 for more on middleware.

If a view sets its own cache expiry time (i.e., it has a i]t)]ca section in its ?]_da)?kjpnkh
header), the page will be cached until the expiry time instead of ?=?DA[IE@@HAS=NA[OA?KJ@O.
Using the decorators in `f]jck*reaso*`a_kn]pkno*_]_da, you can easily set a view’s expiry
time (using the _]_da[_kjpnkh decorator) or disable caching for a view (using the jaran[_]_da
decorator). See the following “Controlling Cache: Using Other Headers” section for more on
these decorators.

The Per-View Cache
A more granular way to use the caching framework is by caching the output of individual
views. `f]jck*reaso*`a_kn]pkno*_]_da defines a _]_da[l]ca decorator that will automatically
cache the view’s response for you. It’s easy to use:
bnki`f]jck*reaso*`a_kn]pkno*_]_daeilknp_]_da[l]ca
`abiu[reas$namqaop%6
***
iu[reas9_]_da[l]ca$iu[reas(2,&-1%

CHAPTER 15 N CACHING

Or, using Python 2.4’s decorator syntax:
<_]_da[l]ca$2,&-1%
`abiu[reas$namqaop%6
***
_]_da[l]ca takes a single argument: the cache timeout, in seconds. In the preceding
example, the result of the iu[reas$% view will be cached for 15 minutes. (Note that we’ve written it as 2,&-1 for the purpose of readability. 2,&-1 will be evaluated to 5,,—that is, 15
minutes multiplied by 60 seconds per minute.)
The per-view cache, like the per-site cache, is keyed off of the URL. If multiple URLs point
at the same view, each URL will be cached separately. Continuing the iu[reas example, if your
URLconf looks like this:
qnhl]ppanjo9$##(
$n#Zbkk+$X`w-(.y%+ #(iu[reas%(
%
then requests to +bkk+-+ and +bkk+./+ will be cached separately, as you may expect. But once
a particular URL (e.g., +bkk+./+) has been requested, subsequent requests to that URL will use
the cache.

Specifying Per-View Cache in the URLconf
The examples in the previous section have hard-coded the fact that the view is cached,
because _]_da[l]ca alters the iu[reas function in place. This approach couples your view
to the cache system, which is not ideal for several reasons. For instance, you might want to
reuse the view functions on another, cache-less site, or you might want to distribute the views
to people who might want to use them without being cached. The solution to these problems is to specify the per-view cache in the URLconf rather than next to the view functions
themselves.
Doing so is easy: simply wrap the view function with _]_da[l]ca when you refer to it in the
URLconf. Here’s the old URLconf from earlier:
qnhl]ppanjo9$##(
$n#Zbkk+$X`w-(.y%+ #(iu[reas%(
%
Here’s the same thing, with iu[reas wrapped in _]_da[l]ca:
bnki`f]jck*reaso*`a_kn]pkno*_]_daeilknp_]_da[l]ca
qnhl]ppanjo9$##(
$n#Zbkk+$X`w-(.y%+ #(_]_da[l]ca$iu[reas(2,&-1%%(
%
If you take this approach, don’t forget to import _]_da[l]ca within your URLconf.

283

284

C HAPTER 15 N CA C HING

Template Fragment Caching
If you’re after even more control, you can also cache template fragments using the _]_da template tag. To give your template access to this tag, put w!hk]`_]_da!y near the top of your
template.
The w!_]_da!y template tag caches the contents of the block for a given amount of time.
It takes at least two arguments: the cache timeout in seconds and the name to give the cache
fragment. For example:
w!hk]`_]_da!y
w!_]_da1,,oe`a^]n!y
**oe`a^]n**
w!aj`_]_da!y
Sometimes you might want to cache multiple copies of a fragment, depending on some
dynamic data that appears inside the fragment. For example, you might want a separate cached
copy of the sidebar used in the previous example for every user of your site. Do this by passing
additional arguments to the w!_]_da!y template tag to uniquely identify the cache fragment:
w!hk]`_]_da!y
w!_]_da1,,oe`a^]nnamqaop*qoan*qoanj]ia!y
**oe`a^]nbknhkcca`ejqoan**
w!aj`_]_da!y
It’s perfectly fine to specify more than one argument to identify the fragment. Simply pass
as many arguments to w!_]_da!y as you need.
The cache timeout can be a template variable, as long as the template variable resolves to
an integer value. For example, if the template variable iu[peiakqp is set to the value 2,,, the
following two examples are equivalent:
w!_]_da2,,oe`a^]n!y***w!aj`_]_da!y
w!_]_daiu[peiakqpoe`a^]n!y***w!aj`_]_da!y
This feature is useful for avoiding repetition in templates. You can set the timeout in a
variable, in one place, and just reuse that value.

The Low-Level Cache API
Sometimes, caching an entire rendered page doesn’t gain you very much and is, in fact, inconvenient overkill.
Perhaps, for instance, your site includes a view whose results depend on several expensive
queries, the results of which change at different intervals. In this case, it would not be ideal
to use the full-page caching that the per-site or per-view cache strategies offer, because you
wouldn’t want to cache the entire result (since some of the data changes often), but you’d still
want to cache the results that rarely change.
For cases like this, Django exposes a simple, low-level cache API. You can use this API
to store objects in the cache with any level of granularity you like. You can cache any Python
object that can be pickled safely: strings, dictionaries, lists of model objects, and so forth.
(Most common Python objects can be pickled; refer to the Python documentation for more
information about pickling.)

CHAPTER 15 N CACHING

The cache module, `f]jck*_kna*_]_da, has a _]_da object that’s automatically created
from the ?=?DA[>=?GAJ@ setting:
:::bnki`f]jck*_kna*_]_daeilknp_]_da
The basic interface is oap$gau(r]hqa(peiakqp[oa_kj`o% and cap$gau%:
:::_]_da*oap$#iu[gau#(#dahhk(sknh`#(/,%
:::_]_da*cap$#iu[gau#%
#dahhk(sknh`#
The peiakqp[oa_kj`o argument is optional and defaults to the peiakqp argument in the
?=?DA[>=?GAJ@ setting (explained earlier).
If the object doesn’t exist in the cache, _]_da*cap$% returns Jkja:
S]ep/,oa_kj`obkn#iu[gau#pkatlena***
:::_]_da*cap$#iu[gau#%
Jkja
We advise against storing the literal value Jkja in the cache, because you won’t be able
to distinguish between your stored Jkja value and a cache miss signified by a return value
of Jkja.
_]_da*cap$% can take a `ab]qhp argument. This specifies which value to return if the object
doesn’t exist in the cache:
:::_]_da*cap$#iu[gau#(#d]oatlena`#%
#d]oatlena`#
To add a key (only if it doesn’t already exist), use the ]``$% method. It takes the same
parameters as oap$%, but it will not attempt to update the cache if the key specified is already
present:
:::_]_da*oap$#]``[gau#(#Ejepe]hr]hqa#%
:::_]_da*]``$#]``[gau#(#Jasr]hqa#%
:::_]_da*cap$#]``[gau#%
#Ejepe]hr]hqa#
If you need to know whether ]``$% stored a value in the cache, you can check the return
value. It returns Pnqa if the value was stored; it returns B]hoa otherwise.
There’s also a cap[i]ju$% interface that hits the cache only once: cap[i]ju$% returns a dictionary with all the keys you asked for that actually exist in the cache (and haven’t expired):
:::_]_da*oap$#]#(-%
:::_]_da*oap$#^#(.%
:::_]_da*oap$#_#(/%
:::_]_da*cap[i]ju$W#]#(#^#(#_#Y%
w#]#6-(#^#6.(#_#6/y
Finally, you can delete keys explicitly with `ahapa$%. This is an easy way of clearing the
cache for a particular object:
:::_]_da*`ahapa$#]#%

285

286

C HAPTER 15 N CA C HING

You can also increment or decrement a key that already exists using the ej_n$% or `a_n$%
methods, respectively. By default, the existing cache value will be incremented or decremented by 1. Other increment/decrement values can be specified by providing an argument
to the increment/decrement call. A R]hqaAnnkn will be raised if you attempt to increment or
decrement a nonexistent cache key:
:::_]_da*oap$#jqi#(-%
:::_]_da*ej_n$#jqi#%
.
:::_]_da*ej_n$#jqi#(-,%
-.
:::_]_da*`a_n$#jqi#%
-:::_]_da*`a_n$#jqi#(1%
2

NNote

ej_n$%/`a_n$% methods are not guaranteed to be atomic. On those back-ends that support atomic

increment/decrement (most notably, the Memcached back-end), increment and decrement operations will
be atomic. However, if the back-end doesn’t natively provide an increment/decrement operation, it will be
implemented using a two-step retrieve/update.

Upstream Caches
So far, this chapter has focused on caching your own data. But another type of caching is relevant to Web development, too: caching performed by “upstream” caches. These are systems
that cache pages for users even before the request reaches your Web site.
Here are a few examples of upstream caches:
Ê

UÊ 9œÕÀÊ-*ʓ>ÞÊV>V iÊViÀÌ>ˆ˜Ê«>}iÃ]ÊÜʈvÊޜÕÊÀiµÕiÃÌi`Ê>Ê«>}iÊvÀœ“Êdppl6++at]ilha*_ki+,
your ISP would send you the page without having to access example.com directly. The
maintainers of example.com have no knowledge of this caching; the ISP sits between
example.com and your Web browser, handling all of the caching transparently.

Ê

UÊ 9œÕÀÊ >˜}œÊ7iLÊÈÌiʓ>ÞÊÈÌÊLi ˆ˜`Ê>Êproxy cache, such as Squid Web Proxy Cache
(dppl6++sss*omqe`)_]_da*knc+), that caches pages for performance. In this case, each
request first would be handled by the proxy, and it would be passed to your application
only if needed.

Ê

UÊ 9œÕÀÊ7iLÊLÀœÜÃiÀÊV>V iÃÊ«>}iÃ]Ê̜œ°ÊvÊ>Ê7iLÊ«>}iÊÃi˜`ÃʜÕÌÊÌ iÊ>««Àœ«Àˆ>ÌiÊ i>`iÀÃ]Ê
your browser will use the local cached copy for subsequent requests to that page, without even contacting the Web page again to see whether it has changed.

CHAPTER 15 N CACHING

Upstream caching is a nice efficiency boost, but there’s a danger to it: many Web pages’
contents differ based on authentication and a host of other variables, and cache systems that
blindly save pages based purely on URLs could expose incorrect or sensitive data to subsequent visitors to those pages.
For example, say you operate a Web e-mail system, and the contents of the “inbox” page
obviously depend on which user is logged in. If an ISP blindly cached your site, then the first
user who logged in through that ISP would have his user-specific inbox page cached for subsequent visitors to the site. That’s not cool.
Fortunately, HTTP provides a solution to this problem. A number of HTTP headers exist
to instruct upstream caches to differ their cache contents depending on designated variables,
and to tell caching mechanisms not to cache particular pages. We’ll look at some of these
headers in the sections that follow.

Using Vary Headers
The R]nu header defines which request headers a cache mechanism should take into account
when building its cache key. For example, if the contents of a Web page depend on a user’s
language preference, the page is said to “vary on language.”
By default, Django’s cache system creates its cache keys using the requested path (e.g.,
+opkneao+.,,1+fqj+./+^]jg[nk^^a`+). This means every request to that URL will use the
same cached version, regardless of user-agent differences such as cookies or language preferences. However, if this page produces different content based on some difference in request
headers—such as a cookie, or a language, or a user-agent—you’ll need to use the R]nu header
to tell caching mechanisms that the page output depends on those things.
To do this in Django, use the convenient r]nu[kj[da]`ano view decorator, like so:
bnki`f]jck*reaso*`a_kn]pkno*r]nueilknpr]nu[kj[da]`ano
Lupdkj.*/oujp]t*
`abiu[reas$namqaop%6
***
iu[reas9r]nu[kj[da]`ano$iu[reas(#Qoan)=cajp#%
Lupdkj.*0'`a_kn]pknoujp]t*
݈“Õ“Ê̈“iÊ>Ê«>}iÊà œÕ`ÊLiÊV>V i`°

Ê

UÊ -«iVˆvÞÊÜ iÌ iÀÊ>ÊV>V iÊà œÕ`Ê>Ü>ÞÃÊV iVŽÊvœÀʘiÜiÀÊÛiÀȜ˜Ã]ʜ˜ÞÊ`iˆÛiÀˆ˜}ÊÌ iÊ
cached content when there are no changes. (Some caches might deliver cached content even if the server page changes, simply because the cache copy isn’t yet expired.)

In Django, use the _]_da[_kjpnkh view decorator to specify these cache parameters. In
this example, _]_da[_kjpnkh tells caches to revalidate the cache on every access and to store
cached versions for, at most, 3,600 seconds:
bnki`f]jck*reaso*`a_kn]pkno*_]_daeilknp_]_da[_kjpnkh
<_]_da[_kjpnkh$iqop[nar]he`]pa9Pnqa(i]t[]ca9/2,,%
`abiu[reas$namqaop%6
***
Any valid ?]_da)?kjpnkh HTTP directive is valid in _]_da[_kjpnkh$%. Here’s a full list:
Ê

UÊ lq^he_9Pnqa

Ê

UÊ lner]pa9Pnqa

Ê

UÊ jk[_]_da9Pnqa

Ê

UÊ jk[pn]jobkni9Pnqa

Ê

UÊ iqop[nar]he`]pa9Pnqa

Ê

UÊ lnktu[nar]he`]pa9Pnqa

Ê

UÊ i]t[]ca9jqi[oa_kj`o

Ê

UÊ o[i]t]ca9jqi[oa_kj`o

(Note that the caching middleware already sets the cache header’s i]t)]ca with the value
of the ?=?DA[IE@@HAS=NA[OAPPEJCO setting. If you use a custom i]t[]ca in a _]_da[_kjpnkh decorator, the decorator will take precedence, and the header values will be merged correctly.)
If you want to use headers to disable caching altogether, `f]jck*reaso*`a_kn]pkno*_]_da*
jaran[_]_da is a view decorator that adds headers to ensure that the response won’t be cached
by browsers or other caches. For example:
bnki`f]jck*reaso*`a_kn]pkno*_]_daeilknpjaran[_]_da
“iܜÀŽÊ­ÃiiÊÌ iʏ>ÌiÀÊÃiV̈œ˜Êº,i`ˆÀiVÌû®]Êi>V ÊÀi`ˆÀiVÌʜLiVÌʈÃÊ
associated with a particular site. When Django searches for a redirect, it takes into
account the current OEPA[E@.

Ê

UÊ ˜ÊÌ iÊVœ““i˜ÌÃÊvÀ>“iܜÀŽ]Êi>V ÊVœ““i˜ÌʈÃÊ>ÃÜVˆ>Ìi`ÊÜˆÌ Ê>Ê«>À̈VՏ>ÀÊÈÌi°Ê
When a comment is posted, its oepa is set to the current OEPA[E@, and when comments
are listed via the appropriate template tag, only the comments for the current site are
displayed.

C H A P T E R 1 6 N D JA N G O . C O N T R I B

Ê

UÊ ˜ÊÌ iÊv>Ì«>}iÃÊvÀ>“iܜÀŽÊ­ÃiiÊÌ iʏ>ÌiÀÊÃiV̈œ˜Êº>Ì«>}iû®]Êi>V Êv>Ì«>}iʈÃÊ>ÃÜVˆated with a particular site. When a flatpage is created, you specify its oepa, and the
flatpage middleware checks the current OEPA[E@ in retrieving flatpages to display.

Ê

UÊ ˜ÊÌ iÊÃޘ`ˆV>̈œ˜ÊvÀ>“iܜÀŽÊ­ÃiiÊ >«ÌiÀʣή]ÊÌ iÊÌi“«>ÌiÃÊvœÀÊpepha and `ao_nelpekj
automatically have access to a variable wwoepayy, which is the Oepa object representing the current site. Also, the hook for providing item URLs will use the `ki]ej from the
current Oepa object if you don’t specify a fully qualified domain.

Ê

UÊ ˜ÊÌ iÊ>ÕÌ i˜ÌˆV>̈œ˜ÊvÀ>“iܜÀŽÊ­ÃiiÊ >«ÌiÀÊ£{®]ÊÌ iÊ`f]jck*_kjpne^*]qpd*reaso*
hkcej view passes the current Oepa name to the template as wwoepa[j]iayy and the
current Oepa object as wwoepayy.

Flatpages
Often you’ll have a database-driven Web application up and running, but you’ll need to add
a couple of one-off static pages, such as an About page or a Privacy Policy page. It would be
possible to use a standard Web server such as Apache to serve these files as flat HTML files,
but that introduces an extra level of complexity into your application, because then you have
to worry about configuring Apache, you have to set up access for your team to edit those files,
and you can’t take advantage of Django’s template system to style the pages.
The solution to this problem is Django’s flatpages application, which lives in the package
`f]jck*_kjpne^*bh]pl]cao. This application lets you manage such one-off pages via Django’s
admin site, and it lets you specify templates for them using Django’s template system. It uses
Django models behind the scenes, which means it stores the pages in a database, just like the
rest of your data, and you can access flatpages with the standard Django database API.
Flatpages are keyed by their URL and site. When you create a flatpage, you specify which
URL it’s associated with, along with which site(s) it’s on. (For more on sites, see the “Sites”
section.)

Using Flatpages
To install the flatpages application, follow these steps:
1. Add #`f]jck*_kjpne^*bh]pl]cao# to your EJOP=HHA@[=LLO. `f]jck*_kjpne^*bh]pl]cao
depends on `f]jck*_kjpne^*oepao, so make sure both packages are in EJOP=HHA@[=LLO.
2. Add #`f]jck*_kjpne^*bh]pl]cao*ie``has]na*Bh]pl]caB]hh^]_gIe``has]na# to your
IE@@HAS=NA[?H=OOAO setting.
3. Run the command i]j]ca*luouj_`^ to install the two required tables into your
database.
The flatpages application creates two tables in your database: `f]jck[bh]pl]ca and
`f]jck[bh]pl]ca[oepao. `f]jck[bh]pl]ca simply maps a URL to a title and bunch of text content. `f]jck[bh]pl]ca[oepao is a many-to-many table that associates a flatpage with one or
more sites.

299

300

C HAPTER 16 N DJA NG O. C ONTR IB

The application comes with a single Bh]pL]ca model, defined in `f]jck+_kjpne^+bh]pl]cao+
ik`aho*lu. It looks something like this:
bnki`f]jck*`^eilknpik`aho
bnki`f]jck*_kjpne^*oepao*ik`ahoeilknpOepa
_h]ooBh]pL]ca$ik`aho*Ik`ah%6
qnh9ik`aho*?d]nBeah`$i]t[hajcpd9-,,(`^[ej`at9Pnqa%
pepha9ik`aho*?d]nBeah`$i]t[hajcpd9.,,%
_kjpajp9ik`aho*PatpBeah`$^h]jg9Pnqa%
aj]^ha[_kiiajpo9ik`aho*>kkha]jBeah`$%
pailh]pa[j]ia9ik`aho*?d]nBeah`$i]t[hajcpd93,(^h]jg9Pnqa%
naceopn]pekj[namqena`9ik`aho*>kkha]jBeah`$%
oepao9ik`aho*I]juPkI]juBeah`$Oepa%
Let’s examine these fields one at a time:
Ê

UÊ qnh: The URL at which this flatpage lives, excluding the domain name but including the
leading slash (e.g., +]^kqp+_kjp]_p+).

Ê

UÊ pepha: The title of the flatpage. The framework doesn’t do anything special with this.
It’s your responsibility to display it in your template.

Ê

UÊ _kjpajp: The content of the flatpage (i.e., the HTML of the page). The framework doesn’t
do anything special with this. It’s your responsibility to display it in the template.

Ê

UÊ aj]^ha[_kiiajpo: Whether to enable comments on this flatpage. The framework
doesn’t do anything special with this. You can check this value in your template and
display a comment form if needed.

Ê

UÊ pailh]pa[j]ia: The name of the template to use for rendering this flatpage. This is
optional; if it’s not given or if this template doesn’t exist, the framework will fall back to
the template bh]pl]cao+`ab]qhp*dpih.

Ê

UÊ naceopn]pekj[namqena`: Whether registration is required for viewing this flatpage. This
integrates with Django’s authentication/user framework, which is explained further in
Chapter 14.

Ê

UÊ oepao: The sites that this flatpage lives on. This integrates with Django’s sites framework, which is explained in the “Sites” section of this chapter.

You can create flatpages through either the Django admin interface or the Django database API. For more information on this, see the section “Adding, Changing, and Deleting
Flatpages.”
Once you’ve created flatpages, Bh]pl]caB]hh^]_gIe``has]na does all of the work. Each
time any Django application raises a 404 error, this middleware checks the flatpages database
for the requested URL as a last resort. Specifically, it checks for a flatpage with the given URL
with a site ID that corresponds to the OEPA[E@ setting.
If it finds a match, it loads the flatpage’s template or bh]pl]cao+`ab]qhp*dpih if the flatpage has not specified a custom template. It passes that template a single context variable,
bh]pl]ca, which is the Bh]pL]ca object. It uses Namqaop?kjpatp in rendering the template.

C H A P T E R 1 6 N D JA N G O . C O N T R I B

If Bh]pl]caB]hh^]_gIe``has]na doesn’t find a match, the request continues to be processed as usual.

NNote This middleware gets activated for only 404 (page not found) errors—not for 500 (server error) or
other error responses. Also note that the order of IE@@HAS=NA[?H=OOAO matters. Generally, you can put
Bh]pl]caB]hh^]_gIe``has]na at or near the end of the list, because it’s a last resort.

Adding, Changing, and Deleting Flatpages
You can add, change, and delete flatpages in two ways.

Via the Admin Interface
If you’ve activated the automatic Django admin interface, you should see a Flatpages section
on the admin index page. Edit flatpages as you would edit any other object in the system.

Via the Python API
As described previously, flatpages are represented by a standard Django model that lives in
`f]jck+_kjpne^+bh]pl]cao+ik`aho*lu. Hence, you can access flatpage objects via the Django
database API, as in this example:
:::bnki`f]jck*_kjpne^*bh]pl]cao*ik`ahoeilknpBh]pL]ca
:::bnki`f]jck*_kjpne^*oepao*ik`ahoeilknpOepa
:::bl9Bh]pL]ca*k^fa_po*_na]pa$
***qnh9#+]^kqp+#(
***pepha9#=^kqp#(
***_kjpajp9#8l:=^kqppdeooepa***8+l:#(
***aj]^ha[_kiiajpo9B]hoa(
***pailh]pa[j]ia9##(
***naceopn]pekj[namqena`9B]hoa(
***%
:::bl*oepao*]``$Oepa*k^fa_po*cap$e`9-%%
:::Bh]pL]ca*k^fa_po*cap$qnh9#+]^kqp+#%
8Bh]pL]ca6+]^kqp+Í=^kqp:

Using Flatpage Templates
By default, flatpages are rendered via the template bh]pl]cao+`ab]qhp*dpih, but you can override that for a particular flatpage with the pailh]pa[j]ia field on the Bh]pL]ca object.
Creating the bh]pl]cao+`ab]qhp*dpih template is your responsibility. In your template
directory, just create a bh]pl]cao directory containing a `ab]qhp*dpih file.

301

302

C HAPTER 16 N DJA NG O. C ONTR IB

Flatpage templates are passed a single context variable, bh]pl]ca, which is the flatpage
object.
Here’s a sample bh]pl]cao+`ab]qhp*dpih template:
8@K?PULADPIHLQ>HE?)++S/?++@P@DPIH0*,Pn]joepekj]h++AJ
dppl6++sss*s/*knc+PN+NA?)dpih0,+hkkoa*`p`:
8dpih:
8da]`:
8pepha:wwbh]pl]ca*pephayy8+pepha:
8+da]`:
8^k`u:
wwbh]pl]ca*_kjpajpxo]bayy
8+^k`u:
8+dpih:
Note that we’ve used the o]ba template filter to allow bh]pl]ca*_kjpajp to include raw
HTML and bypass autoescaping.

Redirects
Django’s redirects framework lets you manage redirects easily by storing them in a database
and treating them as any other Django model object. For example, you can use the redirects
framework to tell Django, “Redirect any request to +iqoe_+ to +oa_pekjo+]npo+iqoe_+.” This
comes in handy when you need to move things around on your site; Web developers should
do whatever is necessary to avoid broken links.

Using the Redirects Framework
To install the redirects application, follow these steps:
1. Add #`f]jck*_kjpne^*na`ena_po# to your EJOP=HHA@[=LLO.
2. Add #`f]jck*_kjpne^*na`ena_po*ie``has]na*Na`ena_pB]hh^]_gIe``has]na# to your
IE@@HAS=NA[?H=OOAO setting.
3. Run the command i]j]ca*luouj_`^ to install the single required table into your
database.
i]j]ca*luouj_`^ creates a `f]jck[na`ena_p table in your database. This is a simple
lookup table with oepa[e`, kh`[l]pd, and jas[l]pd fields.
You can create redirects through either the Django admin interface or the Django database API. For more, see the section “Adding, Changing, and Deleting Redirects.”
Once you’ve created redirects, the Na`ena_pB]hh^]_gIe``has]na class does all of the
work. Each time any Django application raises a 404 error, this middleware checks the redirects database for the requested URL as a last resort. Specifically, it checks for a redirect with
the given kh`[l]pd with a site ID that corresponds to the OEPA[E@ setting. (See the earlier
section “Sites” for more information on OEPA[E@ and the sites framework.) Then it follows
these steps:

C H A P T E R 1 6 N D JA N G O . C O N T R I B

1. If it finds a match and jas[l]pd is not empty, it redirects to jas[l]pd.
2. If it finds a match and jas[l]pd is empty, it sends a 410 (“Gone”) HTTP header and an
empty (contentless) response.
3. If it doesn’t find a match, the request continues to be processed as usual.

NNote The middleware gets activated for only 404 errors—not for 500 errors or responses of any
other status code. Additionally, the order of IE@@HAS=NA[?H=OOAO matters. Generally, you can put
Na`ena_pB]hh^]_gIe``has]na toward the end of the list, because it’s a last resort.

NNote If you’re using both the redirect and flatpage fallback middleware, consider which one (redirect
or flatpage) you’d like checked first. We suggest flatpages before redirects (thus putting the flatpage middleware before the redirect middleware), but you might feel differently.

Adding, Changing, and Deleting Redirects
You can add, change, and delete redirects in two ways.

Via the Admin Interface
If you’ve activated the automatic Django admin interface, you should see a Redirects section
on the admin index page. Edit redirects as you would edit any other object in the system.

Via the Python API
Redirects are represented by a standard Django model that lives in `f]jck+_kjpne^+na`ena_po+
ik`aho*lu. Hence, you can access redirect objects via the Django database API, as in this
example:
:::bnki`f]jck*_kjpne^*na`ena_po*ik`ahoeilknpNa`ena_p
:::bnki`f]jck*_kjpne^*oepao*ik`ahoeilknpOepa
:::na`9Na`ena_p*k^fa_po*_na]pa$
***oepa9Oepa*k^fa_po*cap$e`9-%(
***kh`[l]pd9#+iqoe_+#(
***jas[l]pd9#+oa_pekjo+]npo+iqoe_+#(
***%
:::Na`ena_p*k^fa_po*cap$kh`[l]pd9#+iqoe_+#%
8Na`ena_p6+iqoe_+))):+oa_pekjo+]npo+iqoe_+:

303

304

C HAPTER 16 N DJA NG O. C ONTR IB

CSRF Protection
The `f]jck*_kjpne^*_onb package protects against CSRF (also known as “session riding”),
which is a Web site security exploit. It happens when a malicious Web site tricks a user into
unknowingly loading a URL from a site at which that user is already authenticated, hence taking advantage of the user’s authenticated status. This can be a bit tricky to understand at first,
so we walk through two examples in this section.

A Simple CSRF Example
Suppose you’re logged in to a Webmail account at at]ilha*_ki. This Webmail site has a Log
Out button that points to the URL at]ilha*_ki+hkckqp—that is, the only action you need to
take in order to log out is to visit the page at]ilha*_ki+hkckqp.
A malicious site can coerce you to visit the URL at]ilha*_ki+hkckqp by including that URL
as a hidden 8ebn]ia: on its own (malicious) page. Thus, if you’re logged in to the at]ilha*_ki
Webmail account and visit the malicious page that has an 8ebn]ia: to at]ilha*_ki+hkckqp, the
act of visiting the malicious page will log you out from at]ilha*_ki.
Clearly, being logged out of a Webmail site against your will is not a terrifying breach
of security, but this same type of exploit can happen to any site that trusts users, such as an
online banking site or an e-commerce site, where the exploit could be used to initiate an order
or payment without the user’s knowledge.

A More Complex CSRF Example
In the previous example, at]ilha*_ki was partially at fault because it allowed a state change
(i.e., logging the user out) to be requested via the HTTP CAP method. It’s much better practice
to require an HTTP LKOP for any request that changes state on the server. But even Web sites
that require LKOP for state-changing actions are vulnerable to CSRF.
Suppose at]ilha*_ki has upgraded its Log Out functionality so that it’s a 8bkni: button
that is requested via LKOP to the URL at]ilha*_ki+hkckqp. Furthermore, the logout 8bkni:
includes this hidden field:
8ejlqppula9de``ajj]ia9_kjbenir]hqa9pnqa:
This ensures that a simple LKOP to the URL at]ilha*_ki+hkckqp won’t log out a user; in
order for a user to log out, the user must request at]ilha*_ki+hkckqp via LKOP and send the
_kjbeni LKOP variable with a value of pnqa.
Well, despite the extra security, this arrangement can still be exploited by CSRF—the malicious page just needs to do a little more work. Attackers can create an entire form targeting
your site, hide it in an invisible 8ebn]ia:, and then use JavaScript to submit that form automatically.

Preventing CSRF
How, then, can your site protect itself from this exploit? The first step is to make sure all CAP
requests are free of side effects. That way, if a malicious site includes one of your pages as an
8ebn]ia:, it won’t have a negative effect.

C H A P T E R 1 6 N D JA N G O . C O N T R I B

That leaves LKOP requests. The second step is to give each LKOP 8bkni: a hidden field
whose value is secret and is generated from the user’s session ID. Then, when processing the
form on the server side, check for that secret field and raise an error if it doesn’t validate.
This is exactly what Django’s CSRF prevention layer does, as explained in the sections
that follow.

Using the CSRF Middleware
The `f]jck*_kjpne^*_onb package contains only one module: ie``has]na*lu. This module
contains a Django middleware class, ?onbIe``has]na, which implements the CSRF protection.
To activate this CSRF protection, add #`f]jck*_kjpne^*_onb*ie``has]na*?onbIe``has]na#
to the IE@@HAS=NA[?H=OOAO setting in your settings file. This middleware needs to process the
response after OaooekjIe``has]na, so ?onbIe``has]na must appear before OaooekjIe``has]na in
the list (because the response middleware is processed last-to-first). Also, it must process the
response before the response gets compressed or otherwise mangled, so ?onbIe``has]na must
come after CVelIe``has]na. Once you’ve added ?onbIe``has]na to your IE@@HAS=NA[?H=OOAO
setting, you’re done. See the section “Order of MIDDLEWARE_CLASSES” in Chapter 15 for
more explanation.
In case you’re interested, here’s how ?onbIe``has]na works:
Ê

UÊ Ìʓœ`ˆvˆiÃʜÕÌ}œˆ˜}ÊÀiµÕiÃÌÃÊLÞÊ>``ˆ˜}Ê>Ê ˆ``i˜ÊvœÀ“Êvˆi`Ê̜Ê>ÊLKOP forms, with the
name _onbie``has]napkgaj and a value that is a hash of the session ID plus a secret
key. The middleware does not modify the response if there’s no session ID set, so the
performance penalty is negligible for requests that don’t use sessions.

Ê

UÊ "˜Ê>Êˆ˜Vœ“ˆ˜}ÊLKOP requests that have the session cookie set, it checks that
_onbie``has]napkgaj is present and correct. If it isn’t, the user will get a 403 HTTP
error. The content of the 403 error page is the message “Cross Site Request Forgery
detected. Request aborted.”

This ensures that only forms originating from your Web site can be used to LKOP data back.
This middleware deliberately targets only HTTP LKOP requests (and the corresponding LKOP forms). As we explained, CAP requests ought never to have side effects; it’s your own
responsibility to ensure this.
LKOP requests not accompanied by a session cookie are not protected, but they don’t need
to be protected, because a malicious Web site could make these kind of requests anyway.
To avoid altering non-HTML requests, the middleware checks the response’s ?kjpajp)Pula
header before modifying it. Only pages that are served as patp+dpih or ]llhe_]pekj+tih'tdpih
are modified.

Limitations of the CSRF Middleware
?onbIe``has]na requires Django’s session framework to work. (See Chapter 14 for more on sessions.) If you’re using a custom session or authentication framework that manually manages
session cookies, this middleware will not help you.
If your application creates HTML pages and forms in some unusual way (e.g., if it sends
fragments of HTML in JavaScript `k_qiajp*snepa statements), you might bypass the filter that
adds the hidden field to the form. In this case, the form submission will always fail. (This happens because ?onbIe``has]na uses a regular expression to add the _onbie``has]napkgaj field

305

306

C HAPTER 16 N DJA NG O. C ONTR IB

to your HTML before the page is sent to the client, and the regular expression sometimes cannot handle wacky HTML.) If you suspect this might be happening, just view the source in your
Web browser to see whether _onbie``has]napkgaj was inserted into your 8bkni:.
For more CSRF information and examples, visit dppl6++aj*segela`e]*knc+sege+?ONB.

Humanizing Data
The package `f]jck*_kjpne^*dqi]jeva holds a set of Django template filters useful for adding a “human touch” to data. To activate these filters, add #`f]jck*_kjpne^*dqi]jeva# to your
EJOP=HHA@[=LLO. Once you’ve done that, use w!hk]`dqi]jeva!y in a template, and you’ll
have access to the filters described in the following sections.

apnumber
For numbers 1 through 9, this filter returns the number spelled out. Otherwise, it returns the
numeral. This follows Associated Press style. Here are some examples:
Ê

UÊ º£»ÊLiVœ“iÃʺœ˜i»°

Ê

UÊ ºÓ»ÊLiVœ“iÃʺÌܜ»°

Ê

UÊ º£ä»ÊÀi“>ˆ˜Ãʺ£ä»°
You can pass in either an integer or a string representation of an integer.

intcomma
This filter converts an integer to a string containing commas every three digits. Here are some
examples:
Ê

UÊ º{xää»ÊLiVœ“iÃʺ{]xää»°

Ê

UÊ º{xäää»ÊLiVœ“iÃʺ{x]äää»°

Ê

UÊ º{xääää»ÊLiVœ“iÃʺ{xä]äää»°

Ê

UÊ º{xäääää»ÊLiVœ“iÃʺ{]xää]äää»°
You can pass in either an integer or a string representation of an integer.

intword
This filter converts a large integer to a friendly text representation. It works best for numbers
over 1 million. Values up to 1 quadrillion (1,000,000,000,000,000) are supported. Here are some
examples:
Ê

UÊ º£ääääää»ÊLiVœ“iÃʺ£°äʓˆˆœ˜»°

Ê

UÊ º£Óäääää»ÊLiVœ“iÃʺ£°Óʓˆˆœ˜»°

Ê

UÊ º£Óääääääää»ÊLiVœ“iÃʺ£°ÓÊLˆˆœ˜»°
You can pass in either an integer or a string representation of an integer.

C H A P T E R 1 6 N D JA N G O . C O N T R I B

ordinal
This filter converts an integer to its ordinal as a string. Here are some examples:
Ê

UÊ º£»ÊLiVœ“iÃʺ£ÃÌ»°

Ê

UÊ ºÓ»ÊLiVœ“iÃʺӘ`»°

Ê

UÊ ºÎ»ÊLiVœ“iÃʺÎÀ`»°

Ê

UÊ ºÓx{»ÊLiVœ“iÃʺÓx{Ì »°
You can pass in either an integer or a string representation of an integer.

Markup Filters
The package `f]jck*_kjpne^*i]ngql includes a handful of Django template filters, each of
which implements a common markup language:
Ê

UÊ patpeha: Implements Textile (dppl6++aj*segela`e]*knc+sege+Patpeha[!.4i]ngql[
h]jcq]ca!.5)

Ê

UÊ i]ng`ksj: Implements Markdown (dppl6++aj*segela`e]*knc+sege+I]ng`ksj)

Ê

UÊ naopnq_pqna`patp: Implements reStructured Text (dppl6++aj*segela`e]*knc+sege+
NaOpnq_pqna`Patp)

In each case, the filter expects formatted markup as a string and returns a string representing the marked-up text. For example, the patpeha filter converts text that is marked up in
Textile format to HTML:
w!hk]`i]ngql!y
wwk^fa_p*_kjpajpxpatpehayy
To activate these filters, add #`f]jck*_kjpne^*i]ngql# to your EJOP=HHA@[=LLO setting.
Once you’ve done that, use w!hk]`i]ngql!y in a template, and you’ll have access to these
filters. For more documentation, read the source code in `f]jck+_kjpne^+i]ngql+pailh]pap]co+
i]ngql*lu.

What’s Next?
Many of these contributed frameworks (CSRF, the auth system, etc.) do their magic by providing a piece of middleware. Middleware is code that runs before and/or after every request and
can modify requests and responses at will to extend the framework. In the next chapter, we’ll
discuss Django’s built-in middleware and explain how you can write your own.

307

C HAPTER

17

Middleware
O

n occasion, you’ll need to run a piece of code on each and every request that Django
handles. This code might need to modify the request before the view handles it, it might
need to log information about the request for debugging purposes, and so forth.
You can do this with Django’s middleware framework, which is a set of hooks into
Django’s request/response processing. It’s a light, low-level “plug-in” system capable of
globally altering both Django’s input and output.
Each middleware component is responsible for doing some specific function. If you’re
reading this book straight through, you’ve seen middleware a number of times already:
Ê

UÊ ÊœvÊÌ iÊÃiÃȜ˜Ê>˜`ÊÕÃiÀÊ̜œÃÊÌ >ÌÊÜiʏœœŽi`Ê>Ìʈ˜Ê >«ÌiÀÊ£{Ê>Àiʓ>`iÊ«œÃÈLiÊLÞÊ
a few small pieces of middleware (more specifically, the middleware makes namqaop*
oaooekj and namqaop*qoan available to you in views).

Ê

UÊ / iÊÈÌi܈`iÊV>V iÊ`ˆÃVÕÃÃi`ʈ˜Ê >«ÌiÀÊ£xʈÃÊ>VÌÕ>ÞʍÕÃÌÊ>Ê«ˆiViʜvʓˆ``iÜ>ÀiÊÌ >ÌÊ
bypasses the call to your view function if the response for that view has already been
cached.

Ê

UÊ / iÊv>Ì«>}iÃ, redirects, and csrfÊ>««ˆV>̈œ˜ÃÊvÀœ“Ê
through middleware components.

>«ÌiÀÊ£ÈÊ>Ê`œÊÌ iˆÀʓ>}ˆVÊ

This chapter dives deeper into exactly what middleware is and how it works, and explains
how you can write your own middleware.

What’s Middleware?
Let’s start with a very simple example.
High-traffic sites often need to deploy Django behind a load-balancing proxy (see
>«ÌiÀÊ£Ó®°Ê/ ˆÃÊV>˜ÊV>ÕÃiÊ>ÊviÜÊÓ>ÊVœ“«ˆV>̈œ˜Ã]ʜ˜iʜvÊÜ ˆV ʈÃÊÌ >ÌÊiÛiÀÞÊÀiµÕiÃ̽ÃÊ
remote IP (namqaop*IAP=WNAIKPA[ELY) will be that of the load balancer, not the actual IP making the request. Load balancers deal with this by setting a special header, T)Bkns]n`a`)Bkn, to
the actual requesting IP address.

309

310

C HAPTER 17 N MIDDL EW A R E

So here’s a small bit of middleware that lets sites running behind a proxy still see the
correct IP address in namqaop*IAP=WNAIKPA[=@@NY:
_h]ooOapNaikpa=``nBnkiBkns]n`a`Bkn$k^fa_p%6
`ablnk_aoo[namqaop$oahb(namqaop%6
pnu6
na]h[el9namqaop*IAP=W#DPPL[T[BKNS=N@A@[BKN#Y
at_alpGauAnnkn6
l]oo
ahoa6
DPPL[T[BKNS=N@A@[BKN_]j^a]_kii])oal]n]pa`heopkbELo*
P]gafqoppdabenopkja*
na]h[el9na]h[el*olhep$(%W,Y
namqaop*IAP=W#NAIKPA[=@@N#Y9na]h[el

NNote Although the HTTP header is called T)Bkns]n`a`)Bkn, Django makes it available as namqaop*
IAP=W#DPPL[T[BKNS=N@A@[BKN#Y. With the exception of _kjpajp)hajcpd and _kjpajp)pula, any HTTP
headers in the request are converted to namqaop*IAP= keys by converting all characters to uppercase,
replacing any hyphens with underscores, and adding an DPPL[ prefix to the name.

If this middleware is installed (see the next section), every request’s T)Bkns]n`a`)Bkn value
will be automatically inserted into namqaop*IAP=W#NAIKPA[=@@N#Y. This means your Django
applications don’t need to be concerned with whether they’re behind a load-balancing proxy
or not; they can simply access namqaop*IAP=W#NAIKPA[=@@N#Y, and that will work whether or
not a proxy is being used.
In fact, this is a common enough need that this piece of middleware is a built-in part of
Django. It lives in `f]jck*ie``has]na*dppl, and you can read a bit more about it later in this
chapter.

Middleware Installation
If you’ve read this book straight through, you’ve already seen a number of examples of
middleware installation; many of the examples in previous chapters have required certain
middleware. For completeness, here’s how to install middleware.
To activate a middleware component, add it to the IE@@HAS=NA[?H=OOAO tuple in your
settings module. In IE@@HAS=NA[?H=OOAO, each middleware component is represented by a
string: the full Python path to the middleware’s class name. For example, here’s the default
IE@@HAS=NA[?H=OOAO created by `f]jck)]`iej*luop]nplnkfa_p:
IE@@HAS=NA[?H=OOAO9$
#`f]jck*ie``has]na*_kiikj*?kiikjIe``has]na#(
#`f]jck*_kjpne^*oaooekjo*ie``has]na*OaooekjIe``has]na#(
#`f]jck*_kjpne^*]qpd*ie``has]na*=qpdajpe_]pekjIe``has]na#(
%

C H A P T E R 1 7 N M I D D LE W A R E

Ê >˜}œÊˆ˜ÃÌ>>̈œ˜Ê`œiؽÌÊÀiµÕˆÀiÊ>˜Þʓˆ``iÜ>ÀipIE@@HAS=NA[?H=OOAO can be empty,
ˆvÊޜս`ʏˆŽipLÕÌÊÜiÊÀiVœ““i˜`ÊÌ >ÌÊޜÕÊ>V̈Û>ÌiÊ?kiikjIe``has]na, which we explain shortly.
The order is significant. On the request and view phases, Django applies middleware in
the order given in IE@@HAS=NA[?H=OOAO, and on the response and exception phases, Django
applies middleware in reverse order. That is, Django treats IE@@HAS=NA[?H=OOAO as a sort of
“wrapper” around the view function: on the request it walks down the list to the view, and on
the response it walks back up.

Middleware Methods
Now that you know what middleware is and how to install it, let’s take a look at all the available methods that middleware classes can define.

Initializer: __init__(self)
Use [[ejep[[$% to perform systemwide setup for a given middleware class.
For performance reasons, each activated middleware class is instantiated only once per
server process. This means that [[ejep[[$%ʈÃÊV>i`ʜ˜Þʜ˜Vip>ÌÊÃiÀÛiÀÊÃÌ>ÀÌÕ«p˜œÌÊvœÀʈ˜`ˆvidual requests.
ÊVœ““œ˜ÊÀi>ܘÊ̜ʈ“«i“i˜ÌÊ>˜Ê[[ejep[[$% method is to check whether the middleware is indeed needed. If [[ejep[[$% raises `f]jck*_kna*at_alpekjo*Ie``has]naJkpQoa`, then
Django will remove the middleware from the middleware stack. You might use this feature
to check for some piece of software that the middleware class requires, or check whether the
server is running in debug mode, or any other such environment situation.
If a middleware class defines an [[ejep[[$% method, the method should take no arguments beyond the standard oahb.

Request Preprocessor: process_request(self, request)
This methodÊ}iÌÃÊV>i`Ê>ÃÊܜ˜Ê>ÃÊÌ iÊÀiµÕiÃÌÊ >ÃÊLii˜ÊÀiViˆÛi`pLivœÀiÊ >˜}œÊ >ÃÊ«>ÀÃi`Ê
the URL to determine which view to execute. It gets passed the DpplNamqaop object, which you
may modify at will.
lnk_aoo[namqaop$% should return either Jkja or an DpplNaolkjoa object.
Ê

UÊ vʈÌÊÀiÌÕÀ˜ÃÊJkja, Django will continue processing this request, executing any other
middleware and then the appropriate view.

Ê

UÊ vʈÌÊÀiÌÕÀ˜ÃÊ>˜ÊDpplNaolkjoa object, Django won’t bother calling any other middleware
(of any type) or the appropriate view. Django will immediately return that DpplNaolkjoa.

View Preprocessor: process_view(self, request, view,
args, kwargs)
This method gets called after the request preprocessor is called and Django has determined
which view to execute, but before that view has actually been executed.

311

312

C HAPTER 17 N MIDDL EW A R E

/ iÊ>À}Փi˜ÌÃÊ«>ÃÃi`Ê̜ÊÌ ˆÃÊۈiÜÊ>ÀiÊà œÜ˜Êˆ˜Ê/>LiʣLJ£°
Table 17-1. Arguments Passed to process_view()

Argument

Explanation

namqaop

The DpplNamqaop object.

reas

The Python function that Django will call to handle this request. This is the actual
function object itself, not the name of the function as a string.

]nco

The list of positional arguments that will be passed to the view, not including the
namqaop argument (which is always the first argument to a view).

gs]nco

The dictionary of keyword arguments that will be passed to the view.

Just like lnk_aoo[namqaop$%, lnk_aoo[reas$% should return either Jkja or an DpplNaolkjoa
object.
Ê

UÊ vʈÌÊÀiÌÕÀ˜ÃÊJkja, Django will continue processing this request, executing any other
middleware and then the appropriate view.

Ê

UÊ vʈÌÊÀiÌÕÀ˜ÃÊ>˜ÊDpplNaolkjoa object, Django won’t bother calling any other middleware
(of any type) or the appropriate view. Django will immediately return that DpplNaolkjoa.

Response Postprocessor: process_response(self, request,
response)
This method gets called after the view function is called and the response is generated. Here,
the processor can modify the content of a response. One obvious use case is content compression, such as gzipping of the request’s HTML.
The parameters should be pretty self-explanatory: namqaop is the request object, and
naolkjoa is the response object returned from the view.
Unlike the request and view preprocessors, which may return Jkja, lnk_aoo[naolkjoa$%
must return an DpplNaolkjoa object. That response could be the original one passed into the
function (possibly modified) or a brand-new one.

Exception Postprocessor: process_exception(self, request,
exception)
This method gets called only if something goes wrong and a view raises an uncaught exception. You can use this hook to send error notifications, dump postmortem information to a log,
or even try to recover from the error automatically.
The parameters to this function are the same namqaop object we’ve been dealing with all
along, and at_alpekj, which is the actual At_alpekj object raised by the view function.
lnk_aoo[at_alpekj$% should return either Jkja or an DpplNaolkjoa object.
Ê

UÊ vʈÌÊÀiÌÕÀ˜ÃÊJkja, Django will continue processing this request with the framework’s
built-in exception handling.

Ê

UÊ vʈÌÊÀiÌÕÀ˜ÃÊ>˜ÊDpplNaolkjoa object, Django will use that response instead of the framework’s built-in exception handling.

C H A P T E R 1 7 N M I D D LE W A R E

NNote Django ships with a number of middleware classes (discussed in the following section) that make
good examples. Reading the code for them should give you a good feel for the power of middleware.
You can also find a number of community-contributed examples on Django’s wiki: dppl6++_k`a*
`f]jcklnkfa_p*_ki+sege+?kjpne^qpa`Ie``has]na.

Built-in Middleware
Django comes with some built-in middleware to deal with common problems, which we discuss in the sections that follow.

Authentication Support Middleware
Middleware class: `f]jck*_kjpne^*]qpd*ie``has]na*=qpdajpe_]pekjIe``has]na.
This middleware enables authentication support. It adds the namqaop*qoan attribute, representing the currently logged-in user, to every incoming DpplNamqaop object.
-iiÊ >«ÌiÀÊ£{ÊvœÀÊVœ“«iÌi details.

“Common” Middleware
Middleware class: `f]jck*ie``has]na*_kiikj*?kiikjIe``has]na.
This middleware adds a few conveniences for perfectionists:
Ê

UÊ Forbids access to user agents in the @EO=HHKSA@[QOAN[=CAJPO setting: If provided, this
setting should be a list of compiled regular expression objects that are matched against
the user-agent header for each incoming request. Here’s an example snippet from a
settings file:
eilknpna
@EO=HHKSA@[QOAN[=CAJPO9$
na*_kileha$n#ZKijeAtlhknan[>kp#%(
na*_kileha$n#ZCkkcha^kp#%
%
Note the eilknpna, because @EO=HHKSA@[QOAN[=CAJPO requires its values to be compiled regexes (i.e., the output of na*_kileha$%). The settings file is regular Python, so it’s
perfectly OK to include Python eilknp statements in it.

Ê

UÊ Performs URL rewriting based on the =LLAJ@[OH=OD and LNALAJ@[SSS settings: If =LLAJ@[
OH=OD is Pnqa, URLs that lack a trailing slash will be redirected to the same URL with a
trailing slash, unless the last component in the path contains a period. So bkk*_ki+^]n
is redirected to bkk*_ki+^]n+, but bkk*_ki+^]n+beha*ptp is passed through unchanged.
If LNALAJ@[SSS is Pnqa, URLs that lack a leading “www.” will be redirected to the same
URL with a leading “www.”.

313

314

C HAPTER 17 N MIDDL EW A R E

Both of these options are meant to normalize URLs. The philosophy is that each URL
à œÕ`Êi݈ÃÌʈ˜Êœ˜ip>˜`ʜ˜Þʜ˜ip«>Vi°Ê/iV ˜ˆV>ÞÊÌ iÊ1,Êat]ilha*_ki+^]n is
distinct from at]ilha*_ki+^]n+, which in turn is distinct from sss*at]ilha*_ki+^]n+.
ÊÃi>ÀV ‡i˜}ˆ˜iʈ˜`iÝiÀÊܜՏ`ÊÌÀi>ÌÊÌ iÃiÊ>ÃÊÃi«>À>ÌiÊ1,Ã]ÊÜ ˆV ʈÃÊ`iÌÀˆ“i˜Ì>Ê̜Ê
your site’s search-engine rankings, so it’s a best practice to normalize URLs.
Ê

UÊ Handles ETags based on the QOA[AP=CO setting: ETags are an HTTP-level optimization
for caching pages conditionally. If QOA[AP=CO is set to Pnqa, Django will calculate an
/>}ÊvœÀÊi>V ÊÀiµÕiÃÌÊLÞÊ x‡ >à ˆ˜}ÊÌ iÊ«>}iÊVœ˜Ìi˜Ì]Ê>˜`ʈÌÊ܈ÊÌ>ŽiÊV>ÀiʜvÊÃi˜`ing JkpIk`ebea` responses, if appropriate.
Note that there is also a conditional CAP middleware, covered shortly, which handles
ETags and does a bit more.

Compression Middleware
Middleware class: `f]jck*ie``has]na*cvel*CVelIe``has]na.
This middleware automatically compresses content for browsers that understand gzip
compression (all modern browsers). This can greatly reduce the amount of bandwidth a Web
server consumes. The tradeoff is that it takes a bit of processing time to compress pages.
We usually prefer speed over bandwidth, but if you prefer the reverse, just enable this
middleware.

Conditional GET Middleware
Middleware class: `f]jck*ie``has]na*dppl*?kj`epekj]hCapIe``has]na.
This middleware provides support for conditional CAP operations. If the response has a
H]op)Ik`ebea`, an AP]c, and a header, and if the request has Eb)Jkja)I]p_d or Eb)Ik`ebea`)
Oej_a]ÊÌ iÊÀi뜘ÃiʈÃÊÀi«>Vi`ÊLÞÊ>ÊÎä{Ê­º œÌʓœ`ˆvˆi`»®ÊÀi뜘Ãi°ÊAP]c support depends on
the use of the QOA[AP=CO setting and expects the AP]cÊÀi뜘ÃiÊ i>`iÀÊ̜Ê>Ài>`ÞÊLiÊÃiÌ°ÊÃÊ`ˆÃcussed previously, the AP]c header is set by the common middleware.
It also removes the content from any response to a DA=@ request and sets the @]pa and
?kjpajp)Hajcpd response headers for all requests.

Reverse Proxy Support (X-Forwarded-For Middleware)
Middleware class: `f]jck*ie``has]na*dppl*OapNaikpa=``nBnkiBkns]n`a`Bkn.
This is the example we examined in the “What’s Middleware?” section earlier. It sets
namqaop*IAP=W#NAIKPA[=@@N#Y based on namqaop*IAP=W#DPPL[T[BKNS=N@A@[BKN#Y, if the latter
is set. This is useful if you’re sitting behind a reverse proxy that causes each request’s
NAIKPA[=@@N to be set to -.3*,*,*-.

C H A P T E R 1 7 N M I D D LE W A R E

NWarning This middleware does not validate DPPL[T[BKNS=N@A@[BKN.
If you’re not behind a reverse proxy that sets DPPL[T[BKNS=N@A@[BKN automatically, do not use this
middleware. Anybody can spoof the value of DPPL[T[BKNS=N@A@[BKN, and because this sets NAIKPA[=@@N
based on DPPL[T[BKNS=N@A@[BKN, that means anybody can fake his IP address.
Only use this middleware when you can absolutely trust the value of DPPL[T[BKNS=N@A@[BKN.

Session Support Middleware
Middleware class: `f]jck*_kjpne^*oaooekjo*ie``has]na*OaooekjIe``has]na.
This middleware enables sessionÊÃÕ««œÀÌ°Ê-iiÊ >«ÌiÀÊ£{ÊvœÀÊ`iÌ>ˆÃ°

Sitewide Cache Middleware
Middleware classes: `f]jck*ie``has]na*_]_da*Ql`]pa?]_daIe``has]na and `f]jck*ie``has]na*
_]_da*Bap_dBnki?]_daIe``has]na.
These classes of middleware work together to cache each Django-powered page. This was
discussed in detailʈ˜Ê >«ÌiÀÊ£x°

Transaction Middleware
Middleware class: `f]jck*ie``has]na*pn]jo]_pekj*Pn]jo]_pekjIe``has]na.
This middleware binds a database ?KIIEP or NKHH>=?G to the request/response phase. If a
view function runs successfully, a ?KIIEP is issued. If the view raises an exception, a NKHH>=?G
is issued.
The order of this middleware in the stack is important. Middleware modules running
œÕÌÈ`iʜvʈÌÊÀ՘ÊÜˆÌ ÊVœ““ˆÌ‡œ˜‡Ã>ÛipÌ iÊ`iv>ՏÌÊ >˜}œÊLi >ۈœÀ°Êˆ``iÜ>Àiʓœ`ՏiÃÊ
running inside it (coming later in the stack) will be under the same transaction control as the
view functions.
-iiÊ««i˜`ˆÝ B for more about information about database transactions.

What’s Next?
Web developers and database-schema designers don’t always have the luxury of starting from
scratch. In the next chapter, we’ll cover how to integrate with legacy systems, such as database
schemas you’ve inheritedÊvÀœ“ÊÌ iÊ£™näð

315

C HAPTER

18

Integrating with Legacy
Databases and Applications
D

jango is best suited for so-called green-field development—that is, starting projects from
scratch, as if you were constructing a building on a fresh field of green grass. But despite the
fact that Django favors from-scratch projects, it’s possible to integrate the framework into
legacy databases and applications. This chapter explains a few integration strategies.

Integrating with a Legacy Database
Django’s database layer generates SQL schemas from Python code—but with a legacy database, you already have the SQL schemas. In such a case, you’ll need to create models for your
existing database tables. For this purpose, Django comes with a tool that can generate model
code by reading your database table layouts. This tool is called ejola_p`^, and you can call it
by executing the command i]j]ca*luejola_p`^.

Using inspectdb
The ejola_p`^ utility inspects the database that your settings file points to, determines a
Django model representation for each of your tables, and prints the Python model code to
standard output.
The following is a walk-through of a typical legacy database–integration process from
scratch. The only assumptions are that Django is installed and that you have a legacy database.
1. Create a Django project by running `f]jck)]`iej*luop]nplnkfa_piuoepa (where
iuoepa is your project’s name).
2. Edit the settings file in that project, iuoepa+oappejco*lu, to tell Django your database-connection parameters and the name of the database. Specifically, provide the
@=P=>=OA[J=IA, @=P=>=OA[AJCEJA, @=P=>=OA[QOAN, @=P=>=OA[L=OOSKN@, @=P=>=OA[DKOP,
and @=P=>=OA[LKNP settings. (Note that some of these settings are optional. Refer to
Chapter 5 for more information.)

317

318

C HAPTER 18 N INTEG R A TING W ITH L EG A C Y DA TA B A S E S A N D A P P LI C A T I O N S

3. Create a Django application within your project by running lupdkjiuoepa+i]j]ca*lu
op]np]lliu]ll (where iu]ll is your application’s name).
4. Run the command lupdkjiuoepa+i]j]ca*luejola_p`^. This will examine the tables in
the @=P=>=OA[J=IA database and print the generated model class for each table. Take a
look at the output to get an idea of what ejola_p`^ can do.
5. Save the output to the ik`aho*lu file within your application by using standard shell
output redirection:
lupdkjiuoepa+i]j]ca*luejola_p`^:iuoepa+iu]ll+ik`aho*lu
6. Edit the iuoepa+iu]ll+ik`aho*lu file to clean up the generated models and make any
necessary customizations. We’ll give some hints for this in the next section.

Cleaning Up Generated Models
As you might expect, the database inspection isn’t perfect, and you’ll need to do some light
cleanup of the resulting model code. Here are a few pointers for dealing with the generated
models:
Ê

UÊ >V Ê`>Ì>L>ÃiÊÌ>LiʈÃÊVœ˜ÛiÀÌi`Ê̜Ê>ʓœ`iÊV>ÃÃÊ­ˆ°i°]ÊÌ iÀiʈÃÊ>ʜ˜i‡Ìœ‡œ˜iʓ>««ˆ˜}Ê
between database tables and model classes). This means that you’ll need to refactor
the models for any many-to-many join tables into I]juPkI]juBeah` objects.

Ê

UÊ >V Ê}i˜iÀ>Ìi`ʓœ`iÊ >ÃÊ>˜Ê>ÌÌÀˆLÕÌiÊvœÀÊiÛiÀÞÊvˆi`]ʈ˜VÕ`ˆ˜}Êe` primary-key fields.
However, recall that Django automatically adds an e` primary-key field if a model
doesn’t have a primary key. Thus, you’ll want to remove any lines that look like this:
e`9ik`aho*EjpacanBeah`$lnei]nu[gau9Pnqa%
Not only are these lines redundant, but also they can cause problems if your application will be adding new records to these tables.

Ê

UÊ >V Êvˆi`½ÃÊÌÞ«iÊ­i°}°]Ê?d]nBeah`, @]paBeah`) is determined by looking at the database
column type (e.g., R=N?D=N, @=PA). If ejola_p`^ cannot map a column’s type to a model
field type, it will use PatpBeah` and will insert the Python comment #Pdeobeah`pula
eo]cqaoo*# next to the field in the generated model. Keep an eye out for that, and
change the field type accordingly if needed.
If a field in your database has no good Django equivalent, you can safely leave it off.
The Django model layer is not required to include every field in your table(s).

Ê

UÊ vÊ>Ê`>Ì>L>ÃiÊVœÕ“˜Ê˜>“iʈÃÊ>Ê*ÞÌ œ˜ÊÀiÃiÀÛi`ÊܜÀ`Ê­ÃÕV Ê>ÃÊl]oo, _h]oo, or bkn),
ejola_p`^ will append [beah` to the attribute name and set the `^[_khqij attribute to
the real field name (e.g., l]oo, _h]oo, or bkn).
For example, if a table has an EJP column called bkn, the generated model will have a
field like this:
bkn[beah`9ik`aho*EjpacanBeah`$`^[_khqij9#bkn#%



 ejola_p`^ will insert the Python comment #Beah`naj]ia`^a_]qoaeps]o]Lupdkj
naoanra`skn`*# next to the field.

C HA P TER 18 N INTEG R A T I N G W I T H LE G A C Y D A T A B A S E S A N D A P P LI C A T I O N S

Ê

UÊ vÊޜÕÀÊ`>Ì>L>ÃiÊVœ˜Ì>ˆ˜ÃÊÌ>LiÃÊÌ >ÌÊÀiviÀÊÌœÊœÌ iÀÊÌ>LiÃÊ­>ÃʓœÃÌÊ`>Ì>L>ÃiÃÊ`œ®]ÊޜÕÊ
might need to rearrange the order of the generated models so models that refer to
other models are ordered properly. For example, if model >kkg has a BknaecjGau to
model =qpdkn, model =qpdkn should be defined before model >kkg. If you need to create
a relationship on a model that has not yet been defined, you can use a string containing the name of the model, rather than the model object itself.

Ê

UÊ ejola_p`^ detects primary keys for PostgreSQL, MySQL, and SQLite. That is, it inserts
lnei]nu[gau9Pnqa where appropriate. For other databases, you’ll need to insert lnei]nu[
gau9Pnqa for at least one field in each model, because Django models are required to
have a lnei]nu[gau9Pnqa field.

Ê

UÊ œÀiˆ}˜‡ŽiÞÊ`iÌiV̈œ˜ÊܜÀŽÃÊÜˆÌ Êœ˜ÞÊ*œÃÌ}Ài-+Ê>˜`ÊViÀÌ>ˆ˜ÊÌÞ«iÃʜvÊÞ-+ÊÌ>LiðÊ
In other cases, foreign-key fields will be generated as EjpacanBeah`s, assuming the
foreign-key column was an EJP column.

Integrating with an Authentication System
It’s possible to integrate Django with an existing authentication system—another source of
usernames and passwords or authentication methods.
For example, your company may already have an LDAP setup that stores a username and
password for every employee. It would be a hassle for both the network administrator and the
users themselves if users had separate accounts in LDAP and the Django-based applications.
To handle situations like this, the Django authentication system lets you plug in other
authentication sources. You can override Django’s default database-based scheme, or you can
use the default system in tandem with other systems.

Specifying Authentication Back-Ends
Behind the scenes, Django maintains a list of authentication back-ends that it checks. When
somebody calls `f]jck*_kjpne^*]qpd*]qpdajpe_]pa$% (as described in Chapter 14), Django
tries authenticating across all of its authentication back-ends. If the first authentication
method fails, Django tries the second one, and so on, until all back-ends have been attempted.
The list of authentication back-ends to use is specified in the =QPDAJPE?=PEKJ[>=?GAJ@O
setting. This should be a tuple of Python path names that point to Python classes that know
how to authenticate. These classes can be anywhere on your Python path.
By default, =QPDAJPE?=PEKJ[>=?GAJ@O is set to the following:
$#`f]jck*_kjpne^*]qpd*^]_gaj`o*Ik`ah>]_gaj`#(%
That’s the basic authentication scheme that checks the Django users database.
The order of =QPDAJPE?=PEKJ[>=?GAJ@O matters, so if the same username and password are
valid in multiple back-ends, Django will stop processing at the first positive match.

Writing an Authentication Back-End
An authentication back-end is a class that implements two methods: cap[qoan$e`% and
]qpdajpe_]pa$&&_na`ajpe]ho%.

319

320

C HAPTER 18 N INTEG R A TING W ITH L EG A C Y DA TA B A S E S A N D A P P LI C A T I O N S

The cap[qoan method takes an e`—which could be a username, database ID, or
whatever—and returns a Qoan object.
The ]qpdajpe_]pa method takes credentials as keyword arguments. Most of the time it
looks like this:
_h]ooIu>]_gaj`$k^fa_p%6
`ab]qpdajpe_]pa$oahb(qoanj]ia9Jkja(l]ooskn`9Jkja%6
?da_gpdaqoanj]ia+l]ooskn`]j`napqnj]Qoan*
But it could also authenticate a token, like so:
_h]ooIu>]_gaj`$k^fa_p%6
`ab]qpdajpe_]pa$oahb(pkgaj9Jkja%6
?da_gpdapkgaj]j`napqnj]Qoan*
Either way, ]qpdajpe_]pa should check the credentials it gets, and it should return a Qoan
object that matches those credentials, if the credentials are valid. If they’re not valid, it should
return Jkja.
The Django admin system is tightly coupled to Django’s own database-backed Qoan object
described in Chapter 14. The best way to deal with this is to create a Django Qoan object for
each user that exists for your back-end (e.g., in your LDAP directory, your external SQL database, etc.). Either you can write a script to do this in advance, or your ]qpdajpe_]pa method
can do it the first time a user logs in.
Here’s an example back-end that authenticates against a username and password variable defined in your oappejco*lu file and creates a Django Qoan object the first time a user
authenticates:
bnki`f]jck*_kjbeilknpoappejco
bnki`f]jck*_kjpne^*]qpd*ik`ahoeilknpQoan(_da_g[l]ooskn`
_h]ooOappejco>]_gaj`$k^fa_p%6

=qpdajpe_]pa]c]ejoppdaoappejco=@IEJ[HKCEJ]j`=@IEJ[L=OOSKN@*
Qoapdahkcejj]ia(]j`]d]odkbpdal]ooskn`*Bknat]ilha6
=@IEJ[HKCEJ9#]`iej#
=@IEJ[L=OOSKN@9#od]- 0a543 ]b^_b0.a.-^`0-3b^3-`^4_22^/.-a5b_//,1-`a#

`ab]qpdajpe_]pa$oahb(qoanj]ia9Jkja(l]ooskn`9Jkja%6
hkcej[r]he`9$oappejco*=@IEJ[HKCEJ99qoanj]ia%
ls`[r]he`9_da_g[l]ooskn`$l]ooskn`(oappejco*=@IEJ[L=OOSKN@%
ebhkcej[r]he`]j`ls`[r]he`6
pnu6
qoan9Qoan*k^fa_po*cap$qoanj]ia9qoanj]ia%

C HA P TER 18 N INTEG R A T I N G W I T H LE G A C Y D A T A B A S E S A N D A P P LI C A T I O N S

at_alpQoan*@kaoJkpAteop6
?na]pa]jasqoan*Jkpapd]psa_]joapl]ooskn`
pk]jupdejc(^a_]qoaepskj#p^a_da_ga`7pdal]ooskn`
bnkioappejco*lusehh*
qoan9Qoan$qoanj]ia9qoanj]ia(l]ooskn`9#capbnkioappejco*lu#%
qoan*eo[op]bb9Pnqa
qoan*eo[oqlanqoan9Pnqa
qoan*o]ra$%
napqnjqoan
napqnjJkja
`abcap[qoan$oahb(qoan[e`%6
pnu6
napqnjQoan*k^fa_po*cap$lg9qoan[e`%
at_alpQoan*@kaoJkpAteop6
napqnjJkja
For more on authentication back-ends, see the official Django documentation.

Integrating with Legacy Web Applications
It’s possible to run a Django application on the same Web server as an application powered by
another technology. The most straightforward way of doing this is to use Apache’s configuration file, dppl`*_kjb, to delegate different URL patterns to different technologies. (Note that
Chapter 12 covers Django deployment on Apache/mod_python, so it might be worth reading
that chapter before attempting this integration.)
The key is that Django will be activated for a particular URL pattern only if your dppl`*
_kjb file says so. The default deployment explained in Chapter 12 assumes you want Django to
power every page on a particular domain:
8Hk_]pekj+:
OapD]j`hanlupdkj)lnkcn]i
LupdkjD]j`han`f]jck*_kna*d]j`hano*ik`lupdkj
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*oappejco
Lupdkj@a^qcKj
8+Hk_]pekj:
Here, the 8Hk_]pekj+: line means “handle every URL, starting at the root,” with
Django.
It’s perfectly fine to limit this 8Hk_]pekj: directive to a certain directory tree. For example,
say you have a legacy PHP application that powers most pages on a domain and you want to
install a Django admin site at +]`iej+ without disrupting the PHP code. To do this, just set the
8Hk_]pekj: directive to +]`iej+:

321

322

C HAPTER 18 N INTEG R A TING W ITH L EG A C Y DA TA B A S E S A N D A P P LI C A T I O N S

8Hk_]pekj+]`iej+:
OapD]j`hanlupdkj)lnkcn]i
LupdkjD]j`han`f]jck*_kna*d]j`hano*ik`lupdkj
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*oappejco
Lupdkj@a^qcKj
8+Hk_]pekj:
With this in place, only the URLs that start with +]`iej+ will activate Django. Any other
page will use whatever infrastructure already existed.
Note that attaching Django to a qualified URL (such as +]`iej+ in this section’s example)
does not affect the Django URL parsing. Django works with the absolute URL (e.g., +]`iej+
laklha+lanokj+]``+), not a “stripped” version of the URL (e.g., +laklha+lanokj+]``+). This
means that your root URLconf should include the leading +]`iej+.

What’s Next?
If you’re a native English speaker, you might not have noticed one of the coolest features of
Django’s admin site: it’s available in more than 50 languages! This is made possible by Django’s internationalization framework (and the hard work of Django’s volunteer translators). The
next chapter explains how to use this framework to provide localized Django sites.

C HAPTER

19

Internationalization
D

jango was originally developed right in the middle of the United States quite literally
because Lawrence, Kansas lies fewer than 40 miles from the geographic center of the continental United States. Like most open source projects, though, Django’s community grew to
include people from all over the globe. As Django’s community became increasingly diverse,
internationalization and localization became increasingly important. Because many developers have at best a fuzzy understanding of these terms, we’ll define them briefly.
Internationalization refers to the process of designing programs for the potential use of
any locale. This includes marking text such as user interface (UI) elements and error messages
for future translation, abstracting the display of dates and times so that different local standards can be observed, providing support for differing time zones, and generally making sure
that the code contains no assumptions about the location of its users. You’ll often see internationalization abbreviated as I18N (18 refers to the number of letters omitted between the
initial I and the terminal N.)
Localization refers to the process of actually translating an internationalized program for
use in a particular locale. You’ll sometimes see localization abbreviated as L10N.
Django itself is fully internationalized; all strings are marked for translation, and settings
control the display of locale-dependent values such as dates and times. Django also ships with
more than 50 different localization files. If you’re not a native English speaker, there’s a good
chance that Django is already translated into your primary language.
The same internationalization framework used for these localizations is available for you
to use in your own code and templates.
To use this framework, you’ll need to add a minimal number of hooks to your Python
code and templates. These hooks are called translation strings. They tell Django, “This text
should be translated into the end user’s language if a translation for this text is available in that
language.”
Django takes care of using these hooks to translate Web applications on the fly, according
to users’ language preferences.

323

324

C HAPTER 19 N INTER NA TIONA L IZA TION

Django does two things:
Ê

UÊ ÌʏiÌÃÊ`iÛiœ«iÀÃÊ>˜`ÊÌi“«>ÌiÊ>ÕÌ œÀÃÊëiVˆvÞÊÜ ˆV Ê«>ÀÌÃʜvÊÌ iˆÀÊ>««ˆV>̈œ˜ÃÊà œÕ`Ê
be translatable.

Ê

UÊ ÌÊÕÃiÃÊÌ >Ìʈ˜vœÀ“>̈œ˜Ê̜ÊÌÀ>˜Ã>ÌiÊ7iLÊ>««ˆV>̈œ˜ÃÊvœÀÊ«>À̈VՏ>ÀÊÕÃiÀÃÊ>VVœÀ`ˆ˜}Ê̜Ê
their language preferences.

NNote Django’s translation machinery uses GNU cappatp (dppl6++sss*cjq*knc+okbps]na+cappatp+)
via the standard cappatp module that comes with Python.

IF YOU DON'T NEED INTERNATIONALIZATION
Django’s internationalization hooks are enabled by default, which incurs a small bit of overhead. If you don’t
use internationalization, you should set QOA[E-4J9B]hoa in your settings file. If QOA[E-4J is set to
B]hoa, Django will make some optimizations to avoid loading the internationalization machinery.
You’ll probably also want to remove #`f]jck*_kna*_kjpatp[lnk_aookno*e-4j# from your
PAILH=PA[?KJPATP[LNK?AOOKNO setting.

The three steps for internationalizing your Django application are as follows:
1. Embed translation strings in your Python code and templates.
2. Get translations for those strings, in whichever languages you want to support.
3. Activate the locale middleware in your Django settings.
We’ll cover each one of these steps in detail in the following sections.

How to Specify Translation Strings
Translation strings specify that “this text should be translated.” These strings can appear in
your Python code and templates. It’s your responsibility to mark translatable strings; the system can translate only strings it knows about.

In Python Code
Standard Translation
Specify a translation string by using the function qcappatp$%. It’s convention to import this as a
shorter alias, [, to save typing.

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

In this example, the text Sah_kiapkiuoepa* is marked as a translation string:
bnki`f]jck*qpeho*pn]joh]pekjeilknpqcappatp]o[
`abiu[reas$namqaop%6
kqplqp9[$Sah_kiapkiuoepa*%
napqnjDpplNaolkjoa$kqplqp%
Obviously, you could code this without using the alias. This example is identical to the
previous one:
bnki`f]jck*qpeho*pn]joh]pekjeilknpqcappatp
`abiu[reas$namqaop%6
kqplqp9qcappatp$Sah_kiapkiuoepa*%
napqnjDpplNaolkjoa$kqplqp%
Translation works on computed values. This example is identical to the previous two:
`abiu[reas$namqaop%6
skn`o9W#Sah_kia#(#pk#(#iu#(#oepa*#Y
kqplqp9[$##*fkej$skn`o%%
napqnjDpplNaolkjoa$kqplqp%
Translation works on variables. Again, here’s an identical example:
`abiu[reas$namqaop%6
oajpaj_a9#Sah_kiapkiuoepa*#
kqplqp9[$oajpaj_a%
napqnjDpplNaolkjoa$kqplqp%

NCaution The caveat when using variables or computed values, as in the previous two examples, is that
Django’s translation string–detecting utility, `f]jck)]`iej*lui]gaiaoo]cao, can’t find these strings.
More on i]gaiaoo]cao later.

The strings you pass to [$% or qcappatp$% can take placeholders specified with Python’s
standard named-string interpolation syntax. For example:
`abiu[reas$namqaop(i(`%6
kqplqp9[$#Pk`]ueo!$ikjpd%o!$`]u%o*#%!w#ikjpd#6i(#`]u#6`y
napqnjDpplNaolkjoa$kqplqp%
This technique lets language-specific translations reorder the placeholder text. For example, an English translation may be Pk`]ueoJkrai^an.2*, whereas a Spanish translation
may be Dkuao.2`aJkreai^na* Only the placeholders (the month and the day) have their
positions swapped.

325

326

C HAPTER 19 N INTER NA TIONA L IZA TION

For this reason, you should use named-string interpolation (e.g., !$`]u%o) instead of positional interpolation (e.g., !o or !`) whenever you have more than a single parameter. If you
used positional interpolation, translations couldn’t reorder placeholder text.

Marking Strings As No-Op
Use the function `f]jck*qpeho*pn]joh]pekj*qcappatp[jkkl$% to mark a string as a translation
string without translating it. The string is later translated from a variable.
Use it if you have constant strings that should be stored in the source language because
they are exchanged over systems or users such as strings in a database but should be translated at the last possible point in time, such as when the string is presented to the user.

Lazy Translation
Use the function `f]jck*qpeho*pn]joh]pekj*qcappatp[h]vu$% to translate strings lazily when
the value is accessed instead of when the qcappatp[h]vu$% function is called.
For example, to translate a model’s dahl[patp, do the following:
bnki`f]jck*qpeho*pn]joh]pekjeilknpqcappatp[h]vu
_h]ooIuPdejc$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$dahl[patp9qcappatp[h]vu$#Pdeoeopdadahlpatp#%%
In this example, qcappatp[h]vu$% stores a lazy reference to the string, not the actual translation. The translation itself will be done when the string is used in a string context, such as
template rendering on the Django admin site.
The result of a qcappatp[h]vu$% call can be used wherever you would use a Unicode string
(an object with type qje_k`a) in Python. If you try to use it where a bytestring (a opn object)
is expected, things will not work as expected because a qcappatp[h]vu$% object doesn’t know
how to convert itself to a bytestring. You can’t use a Unicode string inside a bytestring, either,
so this is consistent with normal Python behavior. For example:
Pdeoeobeja6lqppejc]qje_k`alnktuejpk]qje_k`aopnejc*
qDahhk!o!qcappatp[h]vu$laklha%
Pdeosehhjkpskng(oej_aukq_]jjkpejoanp]qje_k`ak^fa_p
ejpk]^upaopnejc$jkn_]jukqejoanpkqnqje_k`alnktupdana%
Dahhk!o!qcappatp[h]vu$laklha%
If you ever see output that looks like dahhk8`f]jck*qpeho*bqj_pekj]h***:, you have
tried to insert the result of qcappatp[h]vu$% into a bytestring. That’s a bug in your code.
If you don’t like the verbose name qcappatp[h]vu, you can just alias it as [ (underscore),
like so:
bnki`f]jck*qpeho*pn]joh]pekjeilknpqcappatp[h]vu]o[
_h]ooIuPdejc$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$dahl[patp9[$#Pdeoeopdadahlpatp#%%

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

Always use lazy translations in Django models. Field names and table names should
be marked for translation (otherwise, they won’t be translated in the admin interface). This
means writing explicit ran^koa[j]ia and ran^koa[j]ia[lhqn]h options in the Iap] class,
though, instead of relying on Django’s default determination of ran^koa[j]ia and ran^koa[
j]ia[lhqn]h by looking at the model’s class name:
bnki`f]jck*qpeho*pn]joh]pekjeilknpqcappatp[h]vu]o[
_h]ooIuPdejc$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$[$#j]ia#%(dahl[patp9[$#Pdeoeopdadahlpatp#%%
_h]ooIap]6
ran^koa[j]ia9[$#iupdejc#%
ran^koa[j]ia[lhqn]h9[$#iupdejco#%

Pluralization
Use the function `f]jck*qpeho*pn]joh]pekj*qjcappatp$% to specify pluralized messages. For
example:
bnki`f]jck*qpeho*pn]joh]pekjeilknpqjcappatp
`abdahhk[sknh`$namqaop(_kqjp%6
l]ca9qjcappatp$#pdanaeo!$_kqjp%`k^fa_p#(
#pdana]na!$_kqjp%`k^fa_po#(_kqjp%!w
#_kqjp#6_kqjp(
y
napqnjDpplNaolkjoa$l]ca%
qjcappatp takes three arguments: the singular translation string, the plural translation
string, and the number of objects (which is passed to the translation languages as the _kqjp
variable).

In Template Code
Translation in Django templates uses two template tags and a slightly different syntax than in
Python code. To give your template access to these tags, put w!hk]`e-4j!y toward the top
of your template.
The w!pn]jo!y template tag translates either a constant string (enclosed in single or
double quotes) or variable content:
8pepha:w!pn]joPdeoeopdapepha*!y8+pepha:
8pepha:w!pn]joiur]n!y8+pepha:
If the jkkl option is present, variable lookup still takes place, but the translation is
skipped. This is useful when “stubbing out” content that will require translation in the future:
8pepha:w!pn]joiur]njkkl!y8+pepha:

327

328

C HAPTER 19 N INTER NA TIONA L IZA TION

It’s not possible to mix a template variable inside a string within w!pn]jo!y. If your
translations require strings with variables (placeholders), use w!^hk_gpn]jo!y:
w!^hk_gpn]jo!yPdeoopnejcsehhd]rawwr]hqayyejoe`a*w!aj`^hk_gpn]jo!y
To translate a template expression (using template filters, for instance), you need to bind
the expression to a local variable for use within the translation block:
w!^hk_gpn]josepdr]hqaxbehpan]oiur]n!y
Pdeosehhd]rawwiur]nyyejoe`a*
w!aj`^hk_gpn]jo!y
If you need to bind more than one expression inside a ^hk_gpn]jo tag, separate the pieces
with ]j`:
w!^hk_gpn]josepd^kkgxpepha]o^kkg[p]j`]qpdknxpepha]o]qpdkn[p!y
Pdeoeoww^kkg[pyy^uww]qpdkn[pyy
w!aj`^hk_gpn]jo!y
To pluralize, specify both the singular and plural forms with the w!lhqn]h!y tag, which
appears within w!^hk_gpn]jo!y and w!aj`^hk_gpn]jo!y. For example:
w!^hk_gpn]jo_kqjpheopxhajcpd]o_kqjpan!y
Pdanaeokjhukjawwj]iayyk^fa_p*
w!lhqn]h!y
Pdana]naww_kqjpanyywwj]iayyk^fa_po*
w!aj`^hk_gpn]jo!y
Internally, all block and inline translations use the appropriate qcappatp/qjcappatp call.
Each Namqaop?kjpatp has access to three translation-specific variables:
Ê

UÊ H=JCQ=CAO is a list of tuples in which the first element is the language code and the
second is the language name (translated into the currently active locale).

Ê

UÊ H=JCQ=CA[?K@A is the current user’s preferred language as a string. For example: aj)qo.
(See the following section, “How Django Discovers Language Preference.”)

Ê

UÊ H=JCQ=CA[>E@E is the current locale’s direction. If Pnqa, it’s a right-to-left language
(e.g., Hebrew and Arabic). If B]hoa, it’s a left-to-right language (e.g., English, French,
German, and so on).
If you don’t use the Namqaop?kjpatp extension, you can get those values with three tags:

w!cap[_qnnajp[h]jcq]ca]oH=JCQ=CA[?K@A!y
w!cap[]r]eh]^ha[h]jcq]cao]oH=JCQ=CAO!y
w!cap[_qnnajp[h]jcq]ca[^e`e]oH=JCQ=CA[>E@E!y
These tags also require a w!hk]`e-4j!y.
Translation hooks are also available within any template block tag that accepts constant
strings. In those cases, just use [$% syntax to specify a translation string:
w!okia[ola_e]h[p]c[$L]cajkpbkqj`%r]hqaxuaojk6[$uao(jk%!y

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

In this case, both the tag and the filter will see the already-translated string, so they don’t
need to be aware of translations.

NNote In this example, the translation infrastructure will be passed the string uao(jk, not the individual
strings uao and jk. The translated string will need to contain the comma so that the filter parsing code
knows how to split up the arguments. For example, a German translator might translate the string uao(jk
as f](jaej (keeping the comma intact).

Working with Lazy Translation Objects
Using qcappatp[h]vu$% and qjcappatp[h]vu$% to mark strings in models and utility functions
is a common operation. When you’re working with these objects elsewhere in your code, you
should ensure that you don’t accidentally convert them to strings because they should be converted as late as possible (so that the correct locale is in effect). This necessitates the use of a
couple of helper functions, discussed in the following sections.

Joining Strings: string_concat()
Standard Python string joins (##*fkej$W***Y%) will not work on lists containing lazy translation objects. Instead, you can use `f]jck*qpeho*pn]joh]pekj*opnejc[_kj_]p$%, which creates a
lazy object that concatenates its contents and converts them to strings only when the result is
included in a string. For example:
bnki`f]jck*qpeho*pn]joh]pekjeilknpopnejc[_kj_]p
***
j]ia9qcappatp[h]vu$q#FkdjHajjkj#%
ejopnqiajp9qcappatp[h]vu$q#cqep]n#%
naoqhp9opnejc[_kj_]p$Wj]ia(#6#(ejopnqiajpY%
In this case, the lazy translations in naoqhp will be converted to strings only when naoqhp
itself is used in a string (usually at template-rendering time).

The allow_lazy() Decorator
Django offers many utility functions (particularly in `f]jck*qpeho) that take a string as their
first argument and do something to that string. These functions are used by template filters as
well as directly in other code.
If you write your own similar functions and deal with translations, you’ll face the problem
of what to do when the first argument is a lazy translation object. You don’t want to convert it
to a string immediately because you might be using this function outside of a view (and hence
the current thread’s locale setting will not be correct).

329

330

C HAPTER 19 N INTER NA TIONA L IZA TION

For cases like these, use the `f]jck*qpeho*bqj_pekj]h*]hhks[h]vu$% decorator. It modifies the function so that if it’s called with a lazy translation as the first argument, the function
evaluation is delayed until it needs to be converted to a string. For example:
bnki`f]jck*qpeho*bqj_pekj]heilknp]hhks[h]vu
`abb]j_u[qpehepu[bqj_pekj$o(***%6
@kokia_kjranoekjkjopnejc#o#
***
b]j_u[qpehepu[bqj_pekj9]hhks[h]vu$b]j_u[qpehepu[bqj_pekj(qje_k`a%
In addition to the function to decorate, the ]hhks[h]vu$% decorator takes a number of
extra arguments (&]nco) specifying the type(s) that the original function can return. Usually, it’s
enough to include qje_k`a here and ensure that your function returns only Unicode strings.
Using this decorator means that you can write your function and assume that the input is
a proper string; then add support for lazy translation objects at the end.

How to Create Language Files
After you tag your strings for later translation, you need to write (or obtain) the language translations themselves. Here’s how that works.

LOCALE RESTRICTIONS
Django does not support localizing your application into a locale for which Django itself has not been
translated. In this case, it will ignore your translation files. If you were to try this, and Django supported it,
you would inevitably see a mixture of translated strings (from your application) and English strings (from
Django itself).
If you want to support a locale for your application that is not already part of Django, you’ll need to make
at least a minimal translation of the Django core.

Message Files
The first step is to create a message file for a new language. A message file is a plain-text file,
representing a single language, that contains all available translation strings and how they
should be represented in the given language. Message files have a *lk file extension.
Django comes with a tool, `f]jck)]`iej*lui]gaiaoo]cao, which automates the creation
and upkeep of these files. To create or update a message file, run this command, where `a is
the language code for the message file you want to create:
`f]jck)]`iej*lui]gaiaoo]cao)h`a

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

The language code, in this case, is in locale format. For example, it’s lp[>N for Brazilian
Portuguese and `a[=P for Austrian German.
The script should be run from one of three places:
Ê

UÊ / iÊÀœœÌÊ`ˆÀiV̜ÀÞʜvÊޜÕÀÊ >˜}œÊ«ÀœiVÌ°

Ê

UÊ / iÊÀœœÌÊ`ˆÀiV̜ÀÞʜvÊޜÕÀÊ >˜}œÊ>««°

Ê

UÊ / iÊÀœœÌÊ`f]jck directory (not a Subversion checkout, but the one that is linked to via
LUPDKJL=PD or is located somewhere on that path). This is relevant only when you are
creating a translation for Django itself.

This script runs over your project source tree or your application source tree, and pulls
out all strings marked for translation. It creates (or updates) a message file in the directory
hk_]ha+H=JC+H?[IAOO=CAO. In the `a example, the file will be hk_]ha+`a+H?[IAOO=CAO+`f]jck*lk.
By default, `f]jck)]`iej*lui]gaiaoo]cao examines every file that has the *dpih file
extension. In case you want to override that default, use the ))atpajoekj or )a option to specify the file extensions to examine:
`f]jck)]`iej*lui]gaiaoo]cao)h`a)aptp
Separate multiple extensions with commas and/or use )a or ))atpajoekj multiple times:
`f]jck)]`iej*lui]gaiaoo]cao)h`a)adpih(ptp)atih
When creating JavaScript translation catalogs (covered later in this chapter), you need to
use the special `f]jckfo domain, not )afo.

NO GETTEXT?
If you don’t have the cappatp utilities installed, `f]jck)]`iej*lui]gaiaoo]cao will create empty files.
If that’s the case, either install the cappatp utilities or just copy the English message file (hk_]ha+aj+
H?[IAOO=CAO+`f]jck*lk), if available, and use it as a starting point; it’s just an empty translation file.

WORKING ON WINDOWS?
If you’re using Windows and need to install the GNU cappatp utilities so `f]jck)]`ieji]gaiaoo]cao
works, see the “gettext on Windows” section for more information.

The format of *lk files is straightforward. Each *lk file contains a small bit of metadata,
such as the translation maintainer’s contact information, but the bulk of the file is a list of
messages—simple mappings between translation strings and the actual translated text for the
particular language.

331

332

C HAPTER 19 N INTER NA TIONA L IZA TION

For example, if your Django app contained a translation string for the text Sah_kiapkiu
oepa* like so:
[$Sah_kiapkiuoepa*%
`f]jck)]`iej*lui]gaiaoo]cao will have created a *lk file containing the following snippet
message:
6l]pd+pk+lupdkj+ik`qha*lu6./
ioce`Sah_kiapkiuoepa*
iocopn
Here’s a quick explanation:
Ê

UÊ ioce` is the translation string that appears in the source. Don’t change it.

Ê

UÊ iocopn is where you put the language-specific translation. It starts out empty, so it’s
your responsibility to change it. Make sure to keep the quotes around your translation.

Ê

UÊ ÃÊ>ÊVœ˜Ûi˜ˆi˜Vi]Êi>V ʓiÃÃ>}iʈ˜VÕ`iÃ]ʈ˜ÊÌ iÊvœÀ“ÊœvÊ>ÊVœ““i˜Ìʏˆ˜iÊ«ÀivˆÝi`ÊÜˆÌ Ê
 and located above the ioce` line, the file name and line number from which the
translation string was gleaned.

Long messages are a special case. There, the first string directly after the iocopn (or ioce`)
is an empty string. Then the content itself will be written over the next few lines as one string
per line. Those strings are directly concatenated. Don’t forget trailing spaces within the strings;
otherwise, they’ll be tacked together without whitespace!
To reexamine all source code and templates for new translation strings and update all
message files for all languages, run this:
`f]jck)]`iej*lui]gaiaoo]cao)]

Compiling Message Files
After you create your message file and each time you make changes to it you’ll need to
compile it into a more efficient form for use by cappatp. Do this with the `f]jck)]`iej*lu
_kilehaiaoo]cao utility.
This tool runs over all available *lk files and creates *ik files, which are binary files
optimized for use by cappatp. In the same directory from which you ran `f]jck)]`iej*lu
i]gaiaoo]cao, run `f]jck)]`iej*lu_kilehaiaoo]cao like this:
`f]jck)]`iej*lu_kilehaiaoo]cao
That’s it. Your translations are ready for use.

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

How Django Discovers Language Preference
After you prepare your translations (or if you just want to use the translations that come with
Django), you need to activate translation for your app.
Behind the scenes, Django has a very flexible model of deciding which language should be
used: installation-wide, for a particular user, or both.
To set an installation-wide language preference, set H=JCQ=CA[?K@A. Django uses this language as the default translation—the final attempt if no other translator finds a translation.
If all you want to do is run Django with your native language, and a language file is available for your language, just set H=JCQ=CA[?K@A.
If you want to let each individual user specify which language he or she prefers, use
Hk_]haIe``has]na. Hk_]haIe``has]na enables language selection based on data from the
request. It customizes content for each user.
To use Hk_]haIe``has]na, add #`f]jck*ie``has]na*hk_]ha*Hk_]haIe``has]na# to your
IE@@HAS=NA[?H=OOAO setting. Because middleware order matters, you should follow these
guidelines:
Ê

UÊ >ŽiÊÃÕÀiÊÌ >Ìʈ̽Ãʜ˜iʜvÊÌ iÊvˆÀÃÌʓˆ``iÜ>ÀiÃʈ˜ÃÌ>i`°

Ê

UÊ ÌÊà œÕ`ÊVœ“iÊ>vÌiÀÊOaooekjIe``has]na because Hk_]haIe``has]na makes use of
session data.

Ê

UÊ vÊޜÕÊÕÃiÊ?]_daIe``has]na, put Hk_]haIe``has]na after it.
For example, your IE@@HAS=NA[?H=OOAO might look like this:

IE@@HAS=NA[?H=OOAO9$
#`f]jck*_kjpne^*oaooekjo*ie``has]na*OaooekjIe``has]na#(
#`f]jck*ie``has]na*hk_]ha*Hk_]haIe``has]na#(
#`f]jck*ie``has]na*_kiikj*?kiikjIe``has]na#(
%
(For more on middleware, see Chapter 17.)
Hk_]haIe``has]na tries to determine the user’s language preference by following this
algorithm:
1. First, it looks for a `f]jck[h]jcq]ca key in the current user’s session.
2. Failing that, it looks for a cookie.
3. Failing that, it looks at the =__alp)H]jcq]ca HTTP header. This header is sent by your
browser and tells the server which language(s) you prefer, in order by priority. Django
tries each language in the header until it finds one with available translations.
4. Failing that, it uses the global H=JCQ=CA[?K@A setting.

333

334

C HAPTER 19 N INTER NA TIONA L IZA TION

Note the following:
Ê

UÊ ˜Êi>V ʜvÊÌ iÃiÊ«>ViÃ]ÊÌ iʏ>˜}Õ>}iÊ«ÀiviÀi˜ViʈÃÊiÝ«iVÌi`Ê̜ÊLiʈ˜ÊÌ iÊÃÌ>˜`>À`ʏ>˜guage format as a string. For example, Brazilian Portuguese is lp)^n.

Ê

UÊ vÊ>ÊL>Ãiʏ>˜}Õ>}iʈÃÊ>Û>ˆ>Li]ÊLÕÌÊÌ iÊÃÕL>˜}Õ>}iÊëiVˆvˆi`ʈÃʘœÌ]Ê >˜}œÊÕÃiÃÊÌ iÊ
base language. For example, if a user specifies `a)]p (Austrian German) but Django has
only `a available, Django uses `a.

Ê

UÊ "˜Þʏ>˜}Õ>}iÃʏˆÃÌi`ʈ˜ÊÌ iÊH=JCQ=CAO setting can be selected. If you want to restrict
the language selection to a subset of provided languages (because your application
doesn’t provide all those languages), set H=JCQ=CAO to a list of languages. For example:
H=JCQ=CAO9$
$#`a#([$#Cani]j#%%(
$#aj#([$#Ajcheod#%%(
%
This example restricts languages that are available for automatic selection to German
and English (and any sublanguage such as `a)_d or aj)qo).

Ê UÊ

vÊޜÕÊ`ivˆ˜iÊ>ÊVÕÃ̜“ÊH=JCQ=CAO setting, as explained in the previous bullet, it’s fine
to mark the languages as translation strings but use a “dummy” qcappatp$% function,
not the one in `f]jck*qpeho*pn]joh]pekj. You should never import `f]jck*qpeho*
pn]joh]pekj from within your settings file because that module in itself depends on the
settings, and that would cause a circular import.
The solution is to use a “dummy” qcappatp$% function. Here’s a sample settings file:
qcappatp9h]i^`]o6o
H=JCQ=CAO9$
$#`a#(qcappatp$#Cani]j#%%(
$#aj#(qcappatp$#Ajcheod#%%(
%
With this arrangement, `f]jck)]`iej*lui]gaiaoo]cao will still find and mark these
strings for translation, but the translation won’t happen at runtime. You’ll have to
remember to wrap the languages in the real qcappatp$% in any code that uses H=JCQ=CAO
at runtime.

Ê

UÊ / iÊHk_]haIe``has]na can select only languages for which there is a Django-provided
base translation. If you want to provide translations for your application that aren’t
already in the set of translations in Django’s source tree, you’ll want to provide at least
basic translations for that language. For example, Django uses technical message IDs
to translate date formats and time formats, so you need at least those translations for
the system to work correctly.
A good starting point is to copy the English *lk file and to translate at least the technical messages (maybe the validation messages, too).

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

Technical message IDs are easily recognized; they’re all uppercase. You don’t translate the message ID as with other messages; you provide the correct local variant on
the provided English value. For example, with @=PAPEIA[BKNI=P (or @=PA[BKNI=P or
PEIA[BKNI=P) this would be the format string that you want to use in your language.
The format is identical to the format strings used by the jks template tag.
After Hk_]haIe``has]na determines the user’s preference, it makes this preference available as namqaop*H=JCQ=CA[?K@A for each DpplNamqaop. Feel free to read this value in your view
code. Here’s a simple example:
`abdahhk[sknh`$namqaop%6
ebnamqaop*H=JCQ=CA[?K@A99#`a)]p#6
napqnjDpplNaolkjoa$Ukqlnabanpkna]`=qopne]jCani]j*%
ahoa6
napqnjDpplNaolkjoa$Ukqlnabanpkna]`]jkpdanh]jcq]ca*%
Note that with static (middleware-less) translation the language is in oappejco*H=JCQ=CA[
?K@A, whereas with dynamic (middleware) translation, it’s in namqaop*H=JCQ=CA[?K@A.

Using Translations in Your Own Projects
Django looks for translations by following this algorithm:
1. First, it looks for a hk_]ha directory in the application directory of the view that’s being
called. If it finds a translation for the selected language, the translation will be installed.
2. Next, it looks for a hk_]ha directory in the project directory. If it finds a translation, the
translation will be installed.
3. Finally, it checks the Django-provided base translation in `f]jck+_kjb+hk_]ha.
This way, you can write applications that include their own translations, and you can
override base translations in your project path. Or you can just build a big project out of several apps and put all translations into one big project message file. The choice is yours.
All message file repositories are structured in the same way:
Ê

UÊ =LLL=PD+hk_]ha+8h]jcq]ca:+H?[IAOO=CAO+`f]jck*$lkxik%

Ê

UÊ LNKFA?PL=PD+hk_]ha+8h]jcq]ca:+H?[IAOO=CAO+`f]jck*$lkxik%

Ê

UÊ Ê«>Ì ÃʏˆÃÌi`ʈ˜ÊHK?=HA[L=PDO in your settings file are searched in that order for
8h]jcq]ca:+H?[IAOO=CAO+`f]jck*$lkxik%

Ê

UÊ LUPDKJL=PD+`f]jck+_kjb+hk_]ha+8h]jcq]ca:+H?[IAOO=CAO+`f]jck*$lkxik%

To create message files, use the same `f]jck)]`iej*lui]gaiaoo]cao tool as with the
Django message files. You only need to be in the right place: in the directory in which either
the _kjb+hk_]ha (in case of the source tree) or the hk_]ha+ (in case of app messages or project
messages) directory is located. And you use the same `f]jck)]`iej*lu_kilehaiaoo]cao to
produce the binary `f]jck*ik files that are used by cappatp.
You can also run `f]jck)]`iej*lu_kilehaiaoo]cao))oappejco9l]pd*pk*oappejco to
make the compiler process all the directories in your HK?=HA[L=PDO setting.

335

336

C HAPTER 19 N INTER NA TIONA L IZA TION

Application message files are a bit complicated to discover they need the Hk_]haIe``has]na.
If you don’t use the middleware, only the Django message files and project message files will be
processed.
Finally, you should give some thought to the structure of your translation files. If your
applications need to be delivered to other users and will be used in other projects, you might
want to use app-specific translations. But using app-specific translations and project translations could produce weird problems with i]gaiaoo]cao: i]gaiaoo]cao will traverse all
directories below the current path and so might put message IDs into the project message files
that are already in application message files.
The easiest way out is to store applications that are not part of the project (and so carry
their own translations) outside the project tree. That way, `f]jck)]`iej*lui]gaiaoo]cao
on the project level will translate only strings that are connected to your explicit project, not
strings that are distributed independently.

The set_language Redirect View
As a convenience, Django comes with a view, `f]jck*reaso*e-4j*oap[h]jcq]ca, which sets a
user’s language preference and redirects back to the previous page.
Activate this view by adding the following line to your URLconf:
$n#Ze-4j+#(ej_hq`a$#`f]jck*_kjb*qnho*e-4j#%%(

NNote This example makes the view available at +e-4j+oaph]jc+.

The view expects to be called via the LKOP method with a h]jcq]ca parameter set in the
request. If session support is enabled, the view saves the language choice in the user’s session.
Otherwise, it saves the language choice in a cookie named `f]jck[h]jcq]ca by default. (The
name can be changed through the H=JCQ=CA[?KKGEA[J=IA setting.)
After setting the language choice, Django redirects the user, following this algorithm:
Ê

UÊ

>˜}œÊœœŽÃÊvœÀÊ>Êjatp parameter in the LKOP data.

Ê

UÊ vÊÌ >ÌÊ`œiؽÌÊi݈ÃÌʜÀʈÃÊi“«ÌÞ]Ê >˜}œÊÌÀˆiÃÊÌ iÊ1,ʈ˜ÊÌ iÊNabannan header.

Ê

UÊ vÊÌ >̽ÃÊi“«ÌÞÊ­vœÀÊiÝ>“«i]ʈvÊ>ÊÕÃiÀ½ÃÊLÀœÜÃiÀÊÃÕ««ÀiÃÃiÃÊÌ >ÌÊ i>`iÀ®]ÊÌ iÊÕÃiÀÊ܈Ê
be redirected to + (the site root) as a fallback.
Here’s an example of HTML template code:

8bkni]_pekj9+e-4j+oaph]jc+iapdk`9lkop:
8ejlqpj]ia9jatppula9de``ajr]hqa9+jatp+l]ca++:
8oaha_pj]ia9h]jcq]ca:
w!bknh]jcejH=JCQ=CAO!y
8klpekjr]hqa9wwh]jc*,yy:wwh]jc*-yy8+klpekj:
w!aj`bkn!y
8+oaha_p:
8ejlqppula9oq^iepr]hqa9Ck+:
8+bkni:

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

Translations and JavaScript
Adding translations to JavaScript poses some problems:
Ê

UÊ >Û>-VÀˆ«ÌÊVœ`iÊ`œiؽÌÊ >ÛiÊ>VViÃÃÊ̜Ê>Êcappatp implementation.

Ê

UÊ >Û>-VÀˆ«ÌÊVœ`iÊ`œiؽÌÊ >ÛiÊ>VViÃÃÊ̜Ê*lk or *ik files; they need to be delivered by
the server.

Ê

UÊ / iÊÌÀ>˜Ã>̈œ˜ÊV>Ì>œ}ÃÊvœÀÊ>Û>-VÀˆ«ÌÊà œÕ`ÊLiʎi«ÌÊ>ÃÊÓ>Ê>ÃÊ«œÃÈLi°

Django provides an integrated solution for these problems: it passes the translations into
JavaScript, so you can call cappatp, and so on from within JavaScript.

The javascript_catalog View
The main solution to these problems is the f]r]o_nelp[_]p]hkc view, which sends out a
JavaScript code library with functions that mimic the cappatp interface, plus an array of translation strings. Those translation strings are taken from the application, project, or Django core,
according to what you specify in either the ejbk[`e_p or the URL.
You hook it up like this:
fo[ejbk[`e_p9w
#l]_g]cao#6$#ukqn*]ll*l]_g]ca#(%(
y
qnhl]ppanjo9l]ppanjo$##(
$n#Zfoe-4j+ #(#`f]jck*reaso*e-4j*f]r]o_nelp[_]p]hkc#(fo[ejbk[`e_p%(
%
Each string in l]_g]cao should be in Python dotted-package syntax (the same format as
the strings in EJOP=HHA@[=LLO) and should refer to a package that contains a hk_]ha directory. If
you specify multiple packages, all those catalogs are merged into one catalog. This is useful if
you have JavaScript that uses strings from different applications.
You can make the view dynamic by putting the packages into the URL pattern:
qnhl]ppanjo9l]ppanjo$##(
$n#Zfoe-4j+$;L8l]_g]cao:XO'%+ #(#`f]jck*reaso*e-4j*f]r]o_nelp[_]p]hkc#%(
%
With this, you specify the packages as a list of package names delimited by + signs in the
URL. This is especially useful if your pages use code from different apps and change often, and
you don’t want to pull in one big catalog file. As a security measure, these values can be only
`f]jck*_kjb or any package from the EJOP=HHA@[=LLO setting.

Using the JavaScript Translation Catalog
To use the catalog, just pull in the dynamically generated script like this:
8o_nelppula9patp+f]r]o_nelpon_9+l]pd+pk+foe-4j+:8+o_nelp:

337

338

C HAPTER 19 N INTER NA TIONA L IZA TION

This is how the admin fetches the translation catalog from the server. When the catalog is
loaded, your JavaScript code can use the standard cappatp interface to access it:
`k_qiajp*snepa$cappatp$#pdeoeopk^apn]joh]pa`#%%7
There is also an jcappatp interface:
r]nk^fa_p[_jp9-++kn,(kn.(kn/(***
o9jcappatp$#hepan]hbknpdaoejcqh]n_]oa#(
#hepan]hbknpdalhqn]h_]oa#(k^fa_p[_jp%7
And even a string interpolation function:
bqj_pekjejpanlkh]pa$bip(k^f(j]ia`%7
The interpolation syntax is borrowed from Python, so the ejpanlkh]pa function supports
both positional and named interpolation:
Ê

UÊ Positional interpolation: k^f contains a JavaScript =nn]u object whose elements values
are then sequentially interpolated in their corresponding bip placeholders in the same
order they appear. For example:
bipo9jcappatp$#Pdanaeo!ok^fa_p*Nai]ejejc6!o#(
#Pdana]na!ok^fa_po*Nai]ejejc6!o#(--%7
o9ejpanlkh]pa$bipo(W--(.,Y%7
++oeo#Pdana]na--k^fa_po*Nai]ejejc6.,#

Ê

UÊ Named interpolation: This mode is selected by passing the optional Boolean j]ia`
parameter as pnqa. k^f contains a JavaScript object or associative array. For example:
`9w
_kqjp6-,
pkp]h61,
y7
bipo9jcappatp$#Pkp]h6!$pkp]h%o(pdanaeo!$_kqjp%ok^fa_p#(
#pdana]na!$_kqjp%okb]pkp]hkb!$pkp]h%ok^fa_po#(`*_kqjp%7
o9ejpanlkh]pa$bipo(`(pnqa%7

You shouldn’t go over the top with string interpolation, though; this is still JavaScript,
so the code has to make repeated regular-expression substitutions. This isn’t as fast as string
interpolation in Python, so keep it to those cases where you really need it (for example, in conjunction with jcappatp to produce proper pluralizations).

C H A P T E R 1 9 N I N T E R N A T I O N A LI Z A T I O N

Creating JavaScript Translation Catalogs
You create and update the translation catalogs the same way as with the other Django translation catalogs: with the `f]jck)]`iej*lui]gaiaoo]cao tool. The only difference is you need to
provide a )``f]jckfo parameter, like this:
`f]jck)]`iej*lui]gaiaoo]cao)``f]jckfo)h`a
This creates or updates the translation catalog for JavaScript for German. After updating
translation catalogs, just run `f]jck)]`iej*lu_kilehaiaoo]cao the same way as you do with
normal Django translation catalogs.

Notes for Users Familiar with gettext
If you know cappatp, you might note these specialties in the way Django does translation:
Ê

UÊ / iÊÃÌÀˆ˜}Ê`œ“>ˆ˜ÊˆÃÊ`f]jck or `f]jckfo. This string domain is used to differentiate
between different programs that store their data in a common message-file library
(usually +qon+od]na+hk_]ha+). The `f]jck domain is used for Python and template
translation strings, and is loaded into the global translation catalogs. The `f]jckfo
domain is used only for JavaScript translation catalogs to make sure that they are as
small as possible.

Ê

UÊ

>˜}œÊ`œiؽÌÊÕÃiÊtcappatp alone. It uses Python wrappers around tcappatp and
iocbip. This is mostly for convenience.

gettext on Windows
This is needed only for people who either want to extract message IDs or compile message files
(*lk). Translation work itself just involves editing existing files of this type, but if you want to
create your own message files, or want to test or compile a changed message file, you need the
cappatp utilities:
1. Download the following ZIP files from dppl6++okqn_abknca*jap+lnkfa_po+cappatp:
Ê UÊ cappatp)nqjpeia)T*^ej*ska/.*vel
Ê UÊ cappatp)pkkho)T*^ej*ska/.*vel
Ê UÊ he^e_kjr)T*^ej*ska/.*vel
2. Extract the three files in the same folder (?6XLnkcn]iBehaoXcappatp)qpeho).
3. Update the system L=PD:
a. ?kjpnkhL]jah¢Ouopai¢=`r]j_a`¢AjrenkjiajpR]ne]^hao.
b. In the Ouopair]ne]^hao list, click L]pd; then click A`ep.
c. Add 7?6XLnkcn]iBehaoXcappatp)qpehoX^ej at the end of the R]ne]^har]hqa field.

339

340

C HAPTER 19 N INTER NA TIONA L IZA TION

You can also use cappatp binaries you have obtained elsewhere as long as the tcappatp
))ranoekj command works properly. Some version 0.14.4 binaries have been found to not
support this command. Do not attempt to use Django translation utilities with a cappatp package if the command tcappatp))ranoekj entered at a Windows command prompt causes a
pop-up window saying “xgettext.exe has generated errors and will be closed by Windows.”

What’s Next?
The final chapter focuses on security: how you can help secure your sites and your users from
malicious attackers.

C HAPTER

20

Security
T

he Internet can be a scary place.
These days, high-profile security gaffes seem to crop up on a daily basis. We’ve seen
viruses spread with amazing speed; swarms of compromised computers wielded as weapons;
a never-ending arms race against spammers; and many, many reports of identity theft from
hacked Web sites.
As Web developers, we have a duty to do what we can to combat these forces of darkness.
Every Web developer needs to treat security as a fundamental aspect of Web programming.
Unfortunately, it turns out that implementing security is hard—attackers need to find only a
single vulnerability, but defenders have to protect every single one.
Django attempts to mitigate this difficulty. It’s designed to automatically protect you from
many of the common security mistakes that new (and even experienced) Web developers
make. Still, it’s important to understand what these problems are, how Django protects you,
and—most important—the steps you can take to make your code even more secure.
First, though, an important disclaimer: we do not intend to present a definitive guide
to every known Web security exploit, so we won’t try to explain each vulnerability in a comprehensive manner. Instead, we’ll give a short synopsis of security problems as they apply
to Django.

The Theme of Web Security
If you learn only one thing from this chapter, let it be this:
Never—under any circumstances—trust data from the browser.
You never know who’s on the other side of that HTTP connection. It might be one of your
users, but it just as easily could be a nefarious cracker looking for an opening.
Any data of any nature that comes from the browser needs to be treated with a healthy
dose of paranoia. This includes data that’s both “in band” (i.e., submitted from Web forms)
and “out of band” (i.e., HTTP headers, cookies, and other request information). It’s trivial to
spoof the request metadata that browsers usually add automatically.

341

342

C HAPTER 20 N SEC U R ITY

Every one of the vulnerabilities discussed in this chapter stems directly from trusting data
that comes over the wire and then failing to sanitize that data before using it. You should make
it a general practice to continuously ask, “Where does this data come from?”

SQL Injection
SQL injection is a common exploit in which an attacker alters Web page parameters (such as
CAP/LKOP data or URLs) to insert arbitrary SQL snippets that a naive Web application executes
in its database directly. It’s probably the most dangerous—and unfortunately one of the most
common—vulnerabilities out there.
This vulnerability most commonly crops up when constructing SQL “by hand” from user
input. For example, imagine writing a function to gather a list of contact information from a
contact search page. To prevent spammers from reading every single e-mail in our system,
we’ll force the user to type in someone’s username before providing her e-mail address:
`abqoan[_kjp]_po$namqaop%6
qoan9namqaop*CAPW#qoanj]ia#Y
omh9OAHA?P&BNKIqoan[_kjp]_poSDANAqoanj]ia9#!o#7!qoanj]ia
ata_qpapdaOMHdana***

NNote In this example, and in all similar “don’t-do-this” examples that follow, we deliberately left out most
of the code needed to make the functions actually work. We don’t want this code to work if someone accidentally takes it out of context.

Although at first this SQL construction doesn’t look dangerous, it really is.
First, our attempt at protecting our entire e-mail list will fail with a cleverly constructed
query. Think about what happens if an attacker types #KN#]#9#] into the query box. In that
case, the query that the string interpolation will construct will be the following:
OAHA?P&BNKIqoan[_kjp]_poSDANAqoanj]ia9##KN#]#9#]#7
Because we allowed unsecured SQL into the string, the attacker’s added KN clause ensures
that every single row is returned.
However, that’s the least scary attack. Imagine what will happen if the attacker submits
#7@AHAPABNKIqoan[_kjp]_poSDANA#]#9#]. We’ll end up with this complete query
(comprising two statements):
OAHA?P&BNKIqoan[_kjp]_poSDANAqoanj]ia9##7
@AHAPABNKIqoan[_kjp]_poSDANA#]#9#]#7
Yikes! Our entire contact list would be deleted instantly.

CHAPTER 20 N SECURITY

The Solution
Although this problem is insidious and sometimes hard to spot, the solution is simple: never
trust user-submitted data, and always escape it when passing it into SQL.
The Django database API does this for you. It automatically escapes all special SQL
parameters, according to the quoting conventions of the database server you’re using (e.g.,
PostgreSQL or MySQL).
For example, in this API call:
bkk*cap[heop$^]n[[at]_p9#KN-9-%
Django will escape the input accordingly, resulting in a statement like this:
OAHA?P&BNKIbkkoSDANA^]n9#X#KN-9-#
Completely harmless.
This applies to the entire Django database API, with a couple of exceptions:
Ê

UÊ / iÊsdana argument to the atpn]$% method. That parameter accepts raw SQL by
design.

Ê

UÊ +ÕiÀˆiÃÊ`œ˜iʺLÞÊ >˜`»ÊÕȘ}ÊÌ iʏœÜiÀ‡iÛiÊ`>Ì>L>ÃiÊ*Ê­ÃiiÊ

>«ÌiÀʣ䮰

In each of these cases, it’s easy to keep yourself protected. In each case, avoid string interpolation in favor of passing in bind parameters. That is, the example we started this section
with should be written as follows:
bnki`f]jck*`^eilknp_kjja_pekj
`abqoan[_kjp]_po$namqaop%6
qoan9namqaop*CAPW#qoanj]ia#Y
omh9OAHA?P&BNKIqoan[_kjp]_poSDANAqoanj]ia9!o
_qnokn9_kjja_pekj*_qnokn$%
_qnokn*ata_qpa$omh(WqoanY%
***`kokiapdejcsepdpdanaoqhpo
The low-level ata_qpa method takes a SQL string with !o placeholders and automatically escapes and inserts parameters from the list passed as the second argument. You should
always construct custom SQL this way.
Unfortunately, you can’t use bind parameters everywhere in SQL; they’re not allowed as
identifiers (i.e., table or column names). Thus, if you need to dynamically construct a list of
tables from a LKOP variable, for example, you’ll need to escape that name in your code. Django
provides a function, `f]jck*`^*_kjja_pekj*klo*mqkpa[j]ia, which will escape the identifier
according to the current database’s quoting scheme.

Cross-Site Scripting (XSS)
Cross-site scripting (XSS) is found in Web applications that fail to escape user-submitted content properly before rendering it into HTML. This allows an attacker to insert arbitrary HTML
into your Web page, usually in the form of 8o_nelp: tags.

343

344

C HAPTER 20 N SEC U R ITY

Attackers often use XSS attacks to steal cookie and session information, or to trick users
into giving private information to the wrong person (aka phishing).
This type of attack can take a number of different forms and has an almost infinite number of permutations, so we’ll just look at a typical example. Consider this extremely simple
“Hello, World” view:
bnki`f]jck*dppleilknpDpplNaolkjoa
`abo]u[dahhk$namqaop%6
j]ia9namqaop*CAP*cap$#j]ia#(#sknh`#%
napqnjDpplNaolkjoa$#8d-:Dahhk(!o8+d-:#!j]ia%
This view simply reads a name from a CAP parameter and passes that name into the
generated HTML. So if we accessed dppl6++at]ilha*_ki+dahhk+;j]ia9F]_k^, the page would
contain this:
8d-:Dahhk(F]_k^8+d-:
But wait—what happens if we access dppl6++at]ilha*_ki+dahhk+;j]ia98e:F]_k^8+e:?
We get this:
8d-:Dahhk(8e:F]_k^8+e:8+d-:
Of course, an attacker wouldn’t use something as benign as 8e: tags; he could include a
whole set of HTML that hijacked your page with arbitrary content. This type of attack has been
used to trick users into entering data into what looks like their bank’s Web site, but in fact is an
XSS-hijacked form that submits their back account information to an attacker.
The problem gets worse if you store this data in the database and later display it on your
site. For example, MySpace was once found to be vulnerable to an XSS attack of this nature. A
user inserted JavaScript into his profile that automatically added him as your friend when you
visited his profile page. Within a few days, he had millions of friends.
Now this may sound relatively benign, but keep in mind that this attacker managed to get
his code—not MySpace’s—running on your computer. This violates the assumed trust that all
the code on MySpace is actually written by MySpace.
MySpace was extremely lucky that this malicious code didn’t automatically delete viewers’ accounts, change their passwords, flood the site with spam, or create any of the other
nightmare scenarios this vulnerability unleashes.

The Solution
The solution is simple: always escape any content that might have come from a user before
inserting it into HTML.
To guard against this, Django’s template system automatically escapes all variable values.
Let’s see what happens if we rewrite our example using the template system:
reaso*lu
bnki`f]jck*odknp_qpoeilknpnaj`an[pk[naolkjoa

CHAPTER 20 N SECURITY

`abo]u[dahhk$namqaop%6
j]ia9namqaop*CAP*cap$#j]ia#(#sknh`#%
napqnjnaj`an[pk[naolkjoa$#dahhk*dpih#(w#j]ia#6j]iay%
dahhk*dpih
8d-:Dahhk(wwj]iayy8+d-:
With this in place, a request to dppl6++at]ilha*_ki+dahhk+j]ia98e:F]_k^8+e: will result in
the following page:
8d-:Dahhk("hp7e"cp7F]_k^"hp7+e"cp78+d-:
We covered Django’s auto-escaping back in Chapter 4, along with ways to turn it off. But
even if you’re using this feature, you should still get in the habit of asking yourself at all times,
“Where does this data come from?” No automatic solution will ever protect your site from XSS
>ÌÌ>VŽÃÊ£ää¯Êœv the time.

Cross-Site Request Forgery
Cross-site request forgery (CSRF) happens when a malicious Web site tricks users into
unknowingly loading a URL from a site at which they’re already authenticated—hence taking
advantage of their authenticated status.
Django has built-in tools to protect from this kind of attack. (The attack itself and those
tools are covered in great detailʈ˜Ê >«ÌiÀʣȰ®

Session Forging/Hijacking
This isn’t a specific attack; it’s a general class of attacks on a user’s session data. It can take a
number of different forms:
Ê

UÊ Êman-in-the-middle attack, in which an attacker snoops on session data as it travels
over the wire (or wireless) network.

Ê

UÊ Session forging, in which an attacker uses a session ID (perhaps obtained through a
man-in-the-middle attack) to pretend to be another user.
An example of these first two is an attacker in a coffee shop using the shop’s wireless
network to capture a session cookie. She could then use that cookie to impersonate the
original user.

Ê

UÊ Êcookie-forging attack, in which an attacker overrides the supposedly read-only data
Ã̜Ài`ʈ˜Ê>ÊVœœŽˆi°Ê >«ÌiÀÊ£{ÊiÝ«>ˆ˜Ãʈ˜Ê`iÌ>ˆÊ œÜÊVœœŽˆiÃÊܜÀŽÆʜ˜iʜvÊÌ iÊÃ>ˆi˜ÌÊ
points is that it’s trivial for browsers and malicious users to change cookies without
your knowledge.
There’s a long history of Web sites that have stored a cookie such as EoHkcca`Ej9- or
even Hkcca`Ej=oQoan9f]_k^. It’s dead simple to exploit these types of cookies.
On a more subtle level, though, it’s never a good idea to trust anything stored in cookies. You never know who’s been poking at them.

345

346

C HAPTER 20 N SEC U R ITY

Ê

UÊ Session fixation, in which an attacker tricks a user into setting or resetting the user’s
session ID.
For example, PHP allows session identifiers to be passed in the URL (e.g., dppl6++
at]ilha*_ki+;LDLOAOOE@9b]5,-53_].1b2]^0,^^-/30_1-,`3]/.). An attacker who tricks a
user into clicking a link with a hard-coded session ID will cause the user to pick up that
session.
Session fixation has been used in phishing attacks to trick users into entering personal
information into an account the attacker owns. He can later log into that account and
retrieve the data.

Ê

UÊ Session poisoning, in which an attacker injects potentially dangerous data into a user’s
session—usually through a Web form that the user submits to set session data.
A canonical example is a site that stores a simple user preference (such as a page’s
background color) in a cookie. An attacker could trick a user into clicking a link to submit a “color” that actually contains an XSS attack. If that color isn’t escaped, the user
could again inject malicious code into the user’s environment.

The Solution
There are a number of general principles that can protect you from these attacks:
Ê

UÊ

iÛiÀÊ>œÜÊÃiÃȜ˜Êˆ˜vœÀ“>̈œ˜Ê̜ÊLiÊVœ˜Ì>ˆ˜i`ʈ˜ÊÌ iÊ1,°

Ê

Ê

>˜}œ½ÃÊÃiÃȜ˜ÊvÀ>“iܜÀŽÊ­ÃiiÊ
tained in the URL.

Ê

UÊ

œ˜½ÌÊÃ̜ÀiÊ`>Ì>ʈ˜ÊVœœŽˆiÃÊ`ˆÀiV̏ްʘÃÌi>`]ÊÃ̜ÀiÊ>ÊÃiÃȜ˜Ê ÊÌ >Ìʓ>«ÃÊ̜ÊÃiÃȜ˜Ê
data stored on the back-end.

>«ÌiÀÊ£{®Êȓ«ÞÊ`œiؽÌÊ>œÜÊÃiÃȜ˜ÃÊ̜ÊLiÊVœ˜-

If you use Django’s built-in session framework (i.e., namqaop*oaooekj), this is handled
automatically for you. The only cookie that the session framework uses is a single session ID; all the session data is stored in the database.
Ê

UÊ ,i“i“LiÀÊ̜ÊiÃV>«iÊÃiÃȜ˜Ê`>Ì>ʈvÊޜÕÊ`ˆÃ«>ÞʈÌʈ˜ÊÌ iÊÌi“«>Ìi°Ê-iiÊÌ iÊi>ÀˆiÀÊ8--Ê
section, and remember that it applies to any user-created content as well as any data
from the browser. You should treat session information as being user created.

Ê

UÊ *ÀiÛi˜ÌÊ>ÌÌ>VŽiÀÃÊvÀœ“Ê뜜vˆ˜}ÊÃiÃȜ˜Ê ÃÊÜ i˜iÛiÀÊ«œÃÈLi°
Although it’s nearly impossible to detect someone who’s hijacked a session ID, Django
does have built-in protection against a brute-force session attack. Session IDs are
stored as hashes (instead of sequential numbers), which prevents a brute-force attack,
and a user will always get a new session ID if she tries a nonexistent one, which prevents session fixation.

Notice that none of those principles and tools prevents man-in-the-middle attacks, which
are nearly impossible to detect. If your site allows logged-in users to see any sort of sensitive
data, you should always serve that site over HTTPS. Additionally, if you have an SSL-enabled
site, you should set the OAOOEKJ[?KKGEA[OA?QNA setting to Pnqa; this will make Django only send
session cookies over HTTPS.

CHAPTER 20 N SECURITY

E-mail Header Injection
SQL injection’s less well-known sibling, e-mail header injection, hijacks Web forms that send
e-mail. An attacker can use this technique to send spam via your mail server. Any form that
constructs e-mail headers from Web form data is vulnerable to this kind of attack.
Let’s look at the canonical contact form found on many sites. Usually this sends a message
to a hard-coded e-mail address, so it doesn’t appear vulnerable to spam abuse at first glance.
However, most of these forms also allow the user to type in his own subject for the e-mail
(along with a “from” address, a body, and sometimes a few other fields). This subject field is
used to construct the “subject” header of the e-mail message.
If that header is unescaped when building the e-mail message, an attacker could submit
something like dahhkXj__6ol]ire_pei]`Da]`anAnnkn exception.
If you do not use Django’s built-in mail functions to send e-mail, you’ll need to make sure
that newlines in headers either cause an error or are stripped. You may want to examine the
O]baIEIAPatp class in `f]jck*_kna*i]eh to see how Django does this.

Directory Traversal
Directory traversal is another injection-style attack, in which a malicious user tricks filesystem
code into reading and/or writing files that the Web server shouldn’t have access to.
An example might be a view that reads files from the disk without carefully sanitizing the
file name:
`ab`qil[beha$namqaop%6
behaj]ia9namqaop*CAPWbehaj]iaY
behaj]ia9ko*l]pd*fkej$>=OA[L=PD(behaj]ia%
_kjpajp9klaj$behaj]ia%*na]`$%
***
Though it looks like that view restricts file access to files beneath >=OA[L=PD (by using
ko*l]pd*fkej), if the attacker passes in a behaj]ia containing ** (two periods, a shorthand for

347

348

C HAPTER 20 N SEC U R ITY

“the parent directory”), she can access files “above” >=OA[L=PD. It’s only a matter of time before
she can discover the correct number of dots to successfully access **+**+**+**+**+ap_+l]oos`,
for example.
Anything that reads files without proper escaping is vulnerable to this problem. Views that
write files are just as vulnerable, but the consequences are doubly dire.
Another permutation of this problem lies in code that dynamically loads modules based
on the URL or other request information. A well-publicized example came from the world of
,ÕLÞʜ˜Ê,>ˆÃ°Ê*ÀˆœÀÊ̜ʓˆ`‡ÓääÈ]Ê,>ˆÃÊÕÃi`Ê1,ÃÊÃÕV Ê>ÃÊdppl6++at]ilha*_ki+lanokj+lkga+directly to load modules and call methods. The result was that a carefully constructed URL
could automatically load arbitrary code, including a database reset script!

The Solution
If your code ever needs to read or write files based on user input, you need to sanitize the
requested path very carefully to ensure that an attacker can’t escape from the base directory
you’re restricting access to.

NNote Needless to say, you should never write code that can read from any area of the disk!

A good example of how to do this escaping lies in Django’s built-in static content-serving
view (in `f]jck*reaso*op]pe_). Here’s the relevant code:
eilknpko
eilknplkoetl]pd
***
l]pd9lkoetl]pd*jknil]pd$qnhhe^*qjmqkpa$l]pd%%
jasl]pd9##
bknl]npejl]pd*olhep$#+#%6
ebjkpl]np6
opnelailpul]pd_kilkjajpo
_kjpejqa
`nera(l]np9ko*l]pd*olhep`nera$l]np%
da]`(l]np9ko*l]pd*olhep$l]np%
ebl]npej$ko*_qn`en(ko*l]n`en%6
opnel#*#]j`#**#ejl]pd
_kjpejqa
jasl]pd9ko*l]pd*fkej$jasl]pd(l]np%*nalh]_a$#XX#(#+#%
Django doesn’t read files (unless you use the op]pe_*oanra function, but that’s protected
with the code just shown), so this vulnerability doesn’t affect the core code much.

CHAPTER 20 N SECURITY

In addition, the use of the URLconf abstraction means that Django will never load code
you’ve not explicitly told it to load. There’s no way to create a URL that causes Django to load
something not mentioned in a URLconf.

Exposed Error Messages
During development, being able to see tracebacks and errors live in your browser is extremely
useful. Django has “pretty” and informative debug messages specifically to make debugging
easier.
However, if these errors get displayed after the site goes live, they can reveal aspects of
your code or configuration that could aid an attacker.
Furthermore, errors and tracebacks aren’t at all useful to end users. Django’s philosophy
is that site visitors should never see application-related error messages. If your code raises
an unhandled exception, a site visitor should not see the full traceback—or any hint of code
snippets or Python (programmer-oriented) error messages. Instead, the visitor should see a
friendly “This page is unavailable” message.
Naturally, of course, developers need to see tracebacks to debug problems in their code.
So the framework should hide all error messages from the public, but it should display them to
the trusted site developers.

The Solution
As we coveredʈ˜Ê >«ÌiÀÊ£Ó]Ê >˜}œ½ÃÊ@A>QC setting controls the display of these error messages. Make sure to set this to B]hoa when you’re ready to deploy.
1ÃiÀÃÊ`i«œÞˆ˜}Ê«>V iÊ>˜`ʓœ`Ú«ÞÌ œ˜Ê­>ÃœÊˆ˜Ê >«ÌiÀÊ£Ó®Êà œÕ`Ê>ÃœÊ“>ŽiÊÃÕÀiÊÌ iÞÊ
have Lupdkj@a^qcKbb in their Apache conf files; this will suppress any errors that occur before
Django has had a chance to load.

A Final Word on Security
We hope all this talk of security problems isn’t too intimidating. It’s true that the Web can be a
wild world, but with a little bit of foresight, you can have a secure Web site.
Keep in mind that Web security is a constantly changing field; if you’re reading the deadtree version of this book, be sure to check more up-to-date security resources for any new
vulnerabilities that have been discovered. In fact, it’s always a good idea to spend some time
each week or month researching and keeping current on the state of Web application security.
It’s a small investment to make, but the protection you’ll get for your site and your users is
priceless.

What’s Next?
You’ve reached the end of our regularly scheduled program. The following appendixes all contain reference material that you might need as you work on your Django projects.
We wish you the best of luck in running your Django site, whether it’s a little toy for you
and a few friends, or the next Google.

349

P A R T

4

Appendixes

APPE NDIX

A

Model Definition Reference
C

hapter 5 explains the basics of defining models, and we use them throughout the rest of the
book. There is, however, a huge range of model options available not covered elsewhere. This
appendix explains each model definition option.
Note that although these APIs are considered stable, the Django developers consistently
add new shortcuts and conveniences to the model definition. It’s a good idea to always check
the latest documentation online at dppl6++`k_o*`f]jcklnkfa_p*_ki+.

Fields
The most important part of a model—and the only required part of a model—is the list of
database fields it defines.

FIELD NAME RESTRICTIONS
Django places only two restrictions on model field names:
s ! FIELD NAME CANNOT BE A 0YTHON RESERVED WORD BECAUSE THAT WOULD RESULT IN A 0YTHON SYNTAX ERROR &OR
EXAMPLE
_h]ooAt]ilha$ik`aho*Ik`ah%6
l]oo9ik`aho*EjpacanBeah`$%#l]oo#eo]naoanra`skn`
s ! FIELD NAME CANNOT CONTAIN MORE THAN ONE UNDERSCORE IN A ROW BECAUSE OF THE WAY $JANGOS QUERY
LOOKUP SYNTAX WORKS &OR EXAMPLE
_h]ooAt]ilha$ik`aho*Ik`ah%6
bkk[[^]n9ik`aho*EjpacanBeah`$%#bkk[[^]n#d]opskqj`ano_knao
4HESE LIMITATIONS CAN BE WORKED AROUND THOUGH BECAUSE YOUR FIELD NAME DOESNT NECESSARILY HAVE TO
MATCH YOUR DATABASE COLUMN NAME 3EE THE hDB?COLUMNv SECTION LATER IN THIS APPENDIX
31, RESERVED WORDS SUCH AS fkej sdana OR oaha_p are ALLOWED AS MODEL FIELD NAMES BECAUSE
$JANGO ESCAPES ALL DATABASE TABLE NAMES AND COLUMN NAMES IN EVERY UNDERLYING 31, QUERY )T USES THE QUOTING SYNTAX OF YOUR PARTICULAR DATABASE ENGINE

353

354

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

Each field in your model should be an instance of the appropriate Beah` class. Django uses
the field class types to determine a few things:
Ê

UÊ / iÊ`>Ì>L>ÃiÊVœÕ“˜ÊÌÞ«iÊ­i°}°]ÊEJPACAN, R=N?D=N)

Ê

UÊ / iÊ܈`}iÌÊ̜ÊÕÃiʈ˜Ê >˜}œ½ÃÊvœÀ“ÃÊ>˜`Ê>`“ˆ˜ÊÈÌiʈvÊޜÕÊV>ÀiÊ̜ÊÕÃiʈÌÊ­i°}°]Ê8ejlqp
pula9patp:, 8oaha_p:)

Ê

UÊ / iʓˆ˜ˆ“>ÊÛ>ˆ`>̈œ˜ÊÀiµÕˆÀi“i˜ÌÃ]ÊÜ ˆV Ê>ÀiÊÕÃi`ʈ˜Ê >˜}œ½ÃÊ>`“ˆ˜Êˆ˜ÌiÀv>ViÊ>˜`Ê
by forms

A complete list of field classes follows, sorted alphabetically. Note that relationship fields
­BknaecjGau, etc.) are handled in the next section.

AutoField
An EjpacanBeah` that automatically increments according to available IDs. You usually won’t
need to use this directly; a primary key field will automatically be added to your model if you
don’t specify otherwise.

BooleanField
A true/false field.

MYSQL USERS...
! "OOLEAN FIELD IN -Y31, IS STORED AS A PEJUEJP COLUMN WITH A VALUE OF EITHER  OR  MOST DATABASES HAVE
a proper >KKHA=J TYPE INSTEAD  3O FOR -Y31, ONLY WHEN A >kkha]jBeah` IS RETRIEVED FROM THE DATABASE
AND STORED ON A MODEL ATTRIBUTE IT WILL HAVE THE VALUES OF - or , instead of Pnqa or B]hoa
.ORMALLY THIS SHOULDNT BE A PROBLEM BECAUSE 0YTHON GUARANTEES THAT -99Pnqa and ,99B]hoa
ARE BOTH TRUE *UST BE CAREFUL IF YOURE WRITING SOMETHING k^feoPnqa WHEN k^f IS A VALUE FROM A "OOLEAN
ATTRIBUTE ON A MODEL )F THAT MODEL WAS CONSTRUCTED USING THE iuomh BACK END THE eo TEST WILL FAIL 0REFER AN
EQUALITY TEST USING 99 IN CASES LIKE THIS

CharField
A string fieldÊvœÀÊÓ>‡Ê̜ʏ>À}i‡Ãˆâi`ÊÃÌÀˆ˜}ðʭœÀÊÛiÀÞʏ>À}iÊ>“œÕ˜ÌÃʜvÊÌiÝÌ]ÊÕÃiÊPatpBeah`.)
?d]nBeah` has one extra required argument: i]t[hajcpd. This is the maximum length
­ˆ˜ÊV >À>VÌiÀîʜvÊÌ iÊvˆi`°Ê/ iÊi]t[hajcpd is enforced at the database level and in Django’s
validation.

CommaSeparatedIntegerField
A field of integers separated by commas. As in ?d]nBeah`, the i]t[hajcpd argument is required.

APPENDIX A N MODEL DEFINITION REFERENCE

DateField
A date represented in Python by a `]papeia*`]pa instance.

DateTimeField
A date and time represented in Python by a `]papeia*`]papeia instance.

DecimalField
A fixed-precision decimal number represented in Python by a `a_ei]h*@a_ei]h instance. It has
two required arguments:
Ê

UÊ i]t[`ecepo is the maximum number of digits allowed in the number.

Ê

UÊ `a_ei]h[lh]_a is the number of decimal places to store with the number.

œÀÊiÝ>“«i]Ê̜ÊÃ̜ÀiʘՓLiÀÃÊÕ«Ê̜ʙ™™ÊÜˆÌ Ê>ÊÀi܏Ṏœ˜ÊœvÊÓÊ`iVˆ“>Ê«>ViÃ]Êޜս`Ê
use this:
ik`aho*@a_ei]hBeah`$***(i]t[`ecepo91(`a_ei]h[lh]_ao9.%
And to store numbers up to approximately one billion with a resolution of ten decimal
places, use this:
ik`aho*@a_ei]hBeah`$***(i]t[`ecepo9-5(`a_ei]h[lh]_ao9-,%
When assigning to a @a_ei]hBeah`, use either a `a_ei]h*@a_ei]h object or a string, not a
Python float.

EmailField
A ?d]nBeah` that checks that the value is a valid e-mail address.

FileField
A file-upload field.

NNote 4HE lnei]nu[gau and qjemqa ARGUMENTS ARE NOT SUPPORTED THEY CREATE A PulaAnnkn IF USED

Has one required argument:
qlhk]`[pk
A local filesystem path that will be appended to your IA@E=[NKKP setting to determine the
value of the `f]jck*_kna*behao*Beha*qnh attribute.
This path may contain strftime formattingÊ­ÃiiÊÌ iÊ*ÞÌ œ˜Ê`œVÃÊvœÀÊÌ iÊpeia standard
ˆLÀ>ÀÞʓœ`Տi®]ÊÜ ˆV Ê܈ÊLiÊÀi«>Vi`ÊÕȘ}ÊÌ iÊ`>ÌiÉ̈“iʜvÊÌ iÊvˆiÊÕ«œ>`ʭÜÊÌ >ÌÊ
uploaded files don’t fill up the given directory).

355

356

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

It can also be a callable, such as a function, which will be called to obtain the upload path,
including the file name. This callable must be able to accept two arguments and return a
1˜ˆÝ‡ÃÌޏiÊ«>Ì Ê­ÜˆÌ ÊvœÀÜ>À`ÊÏ>à iîÊ̜ÊLiÊ«>ÃÃi`Ê>œ˜}Ê̜ÊÌ iÊÃ̜À>}iÊÃÞÃÌi“°Ê/ iÊÌܜÊ
arguments that will be passed are shown in Table A-1.

Table A-1. Arguments Passed to Callable upload_to argument

Argument

Description

ejop]j_a

An instance of the model where the BehaBeah` is defined. More specifically, this is
the particular instance where the current file is being attached.
In most cases, this object will not have been saved to the database yet, so if it uses the
default =qpkBeah`, it might not yet have a value for its primary key field.

behaj]ia

The file name that was originally given to the file. It may or may not be taken into
account when determining the final destination path.

It also has one optional argument:
opkn]ca
Optional: a storage object that handles the storage and retrieval of your files.
Using a BehaBeah` or an Ei]caBeah`Ê­ÃiiÊÌ iÊEi]caBeah` section) in a model takes a few steps:
1. In your settings file, you’ll need to define IA@E=[NKKP as the full path to a directory in
Ü ˆV ÊޜÕÊÜ>˜ÌÊ >˜}œÊ̜ÊÃ̜ÀiÊÕ«œ>`i`ÊvˆiðʭœÀÊ«iÀvœÀ“>˜Vi]ÊÌ iÃiÊvˆiÃÊ>ÀiʘœÌÊ
stored in the database.) Define IA@E=[QNH as the base public URL of that directory.
Make sure that this directory is writable by the Web server’s user account.
2. Add the BehaBeah` or Ei]caBeah` to your model, making sure to define the qlhk]`[pk
option to tell Django to which subdirectory of IA@E=[NKKP it should upload files.
3. ÊÌ >ÌÊ܈ÊLiÊÃ̜Ài`ʈ˜ÊޜÕÀÊ`>Ì>L>ÃiʈÃÊ>Ê«>Ì Ê̜ÊÌ iÊvˆiÊ­Ài>̈ÛiÊ̜ÊIA@E=[NKKP).
You’ll most likely want to use the convenience qnhÊv՘V̈œ˜Ê«ÀœÛˆ`i`ÊLÞÊ >˜}œ°ÊœÀÊ
example, if your Ei]caBeah` is called iqc[odkp, you can get the absolute URL to your
image in a template with wwk^fa_p*iqc[odkp*qnhyy.
œÀÊiÝ>“«i]ÊÃ>ÞÊޜÕÀÊIA@E=[NKKP is set to #+dkia+ia`e]#, and qlhk]`[pk is set to
#ldkpko+!U+!i+!`#. The #!U+!i+!`# part of qlhk]`[pk is strftime formatting; #!U# is the fourdigit year, #!i# is the two-digit month, and #!`# is the two-digit day. If you upload a file on
>˜Õ>ÀÞÊ£x]ÊÓääÇ]ʈÌÊ܈ÊLiÊÃ>Ûi`ʈ˜ÊÌ iÊ`ˆÀiV̜ÀÞÊ+dkia+ia`e]+ldkpko+.,,3+,-+-1.
If you want to retrieve the upload file’s on-disk file name, a URL that refers to that file,
or the file’s size, you can use the j]ia, qnh, and oeva attributes, respectively.
Note that whenever you deal with uploaded files, you should pay close attention to where
you’re uploading them, and what type of files they are, to avoid security holes. Be sure to vali`>ÌiÊ>ÊÕ«œ>`i`ÊvˆiÃÊÜÊÌ >ÌÊޜսÀiÊÃÕÀiÊÌ iÊvˆiÃÊ>ÀiÊÜ >ÌÊޜÕÊÌ ˆ˜ŽÊÌ iÞÊ>Ài°ÊœÀÊiÝ>“«i]ʈvÊ
you blindly let somebody upload files without validation to a directory that’s within your Web
server’s document root, somebody could upload a CGI or PHP script and execute that script by
visiting its URL on your site. Don’t allow that to happen.
By default, BehaBeah` instances are created as r]n_d]n$-,,% columns in your database.
As with other fields, you can change the maximum length using the i]t[hajcpd argument.

APPENDIX A N MODEL DEFINITION REFERENCE

FilePathField
A ?d]nBeah` whose choices are limited to the file names in a certain directory on the filesystem. It has three special arguments, of which the first is required:
l]pd
Required. The absolute filesystem path to a directory from which this BehaL]pdBeah`
à œÕ`Ê}iÌʈÌÃÊV œˆViðÊœÀÊiÝ>“«i\Ê+dkia+ei]cao.
i]p_d
Optional. A regular expression, as a string, that BehaL]pdBeah` will use to filter file names.
œÌiÊÌ >ÌÊÌ iÊÀi}iÝÊ܈ÊLiÊ>««ˆi`Ê̜ÊÌ iÊL>ÃiÊvˆiʘ>“i]ʘœÌÊÌ iÊvՏÊ«>Ì °ÊœÀÊiÝ>“«i\Ê
bkk*&X*ptp , which will match a file called bkk./*ptp but not ^]n*ptp or bkk./*ceb.
na_qnoera
Optional. Either Pnqa or B]hoa. Default is B]hoa. Specifies whether all subdirectories of
l]pd should be included.
Of course, these arguments can be used together.
The one potential gotcha is that i]p_d applies to the base file name, not the full path.
So this example will match +dkia+ei]cao+^]n+bkk*ceb, but not +dkia+ei]cao+bkk+^]n*ceb
because the i]p_dÊ>««ˆiÃÊ̜ÊÌ iÊL>ÃiÊvˆiʘ>“iÊ­bkk*ceb and ^]n*ceb):
BehaL]pdBeah`$l]pd9+dkia+ei]cao(i]p_d9bkk*&(na_qnoera9Pnqa%
By default, BehaL]pdBeah` instances are created as r]n_d]n$-,,% columns in your
database. As with other fields, you can change the maximum length using the i]t[hajcpd
argument.

FloatField
A floating-point number represented in Python by a bhk]p instance.

ImageField
Similar to BehaBeah`, but validates that the uploaded object is a valid image. It has two extra
optional arguments:
daecdp[beah`
The name of a model field that will be autopopulated with the height of the image each
time the model instance is saved.
se`pd[beah`
The name of a model field that will be autopopulated with the width of the image each
time the model instance is saved.
In addition to the special attributes that are available for BehaBeah`, an Ei]caBeah` also
has daecdp and se`pd attributes, both of which correspond to the image’s height and width in
pixels.

357

358

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

It requires the Python Imaging Library, available at dppl6++sss*lupdkjs]na*_ki+
lnk`q_po+leh+.
By default, Ei]caBeah` instances are created as r]n_d]n$-,,% columns in your database.
As with other fields, you can change the maximum length using the i]t[hajcpd argument.

IntegerField
An integer.

IPAddressField
An IP address in stringÊvœÀ“>ÌÊ­i°}°]Ê#-5.*,*.*/,#).

NullBooleanField
Similar to a >kkha]jBeah`, but allows JQHH as one of the options. Use this instead of a
>kkha]jBeah` with jqhh9Pnqa.

PositiveIntegerField
Similar to an EjpacanBeah`, but must be positive.

PositiveSmallIntegerField
Similar to a LkoeperaEjpacanBeah`, but allows only values under aÊViÀÌ>ˆ˜Ê­`>Ì>L>Ãi‡
dependent) point.

SlugField
Slug, which is a newspaper term, is a short label for something, containing only letters,
numbers, underscores, or hyphens. Slugs are generally used in URLs.
Like a ?d]nBeah`, you can specify i]t[hajcpd. If i]t[hajcpd is not specified, Django will
ÕÃiÊ>Ê`iv>ՏÌʏi˜}Ì ÊœvÊxä°
It implies setting `^[ej`at to Pnqa.

SmallIntegerField
Similar to an EjpacanBeah`, but allows only values under aÊViÀÌ>ˆ˜Ê­`>Ì>L>Ãi‡`i«i˜`i˜Ì®Ê«œˆ˜Ì°

TextField
A large text field.
Also see ?d]nBeah` for storing smaller bits of text.

TimeField
A time represented in Python by a `]papeia*peia instance. Accepts the same autopopulation
options as @]paBeah`.

APPENDIX A N MODEL DEFINITION REFERENCE

URLField
A ?d]nBeah` for a URL; it has one extra optional argument:
ranebu[ateopo
If PnqaÊ­Ì iÊ`iv>Տ̮]ÊÌ iÊ1,Ê}ˆÛi˜Ê܈ÊLiÊV iVŽi`ÊvœÀÊi݈ÃÌi˜ViÊ­ˆ°i°]ÊÌ iÊ1,Ê>VÌÕ>ÞÊ
œ>`ÃÊ>˜`Ê`œiؽÌÊ}ˆÛiÊ>Ê{ä{ÊÀi뜘Ãi®°ÊÌÊà œÕ`ÊLiʘœÌi`ÊÌ >ÌÊÜ i˜ÊÕȘ}ÊÌ iÊȘ}i‡
threaded development server, validating a URL being served by the same server will hang.
This should not be a problem for multithreaded servers.
Like all ?d]nBeah` subclasses, QNHBeah` takes the optional i]t[hajcpd argument. If you
don’t specify i]t[hajcpd, a default of .,, is used.

XMLField
A PatpBeah` that checks whether the value is valid XML that matches a given schema. Takes
one required argument:
o_dai][l]pd
The filesystem path to a RelaxNG schema against which to validateÊÌ iÊvˆi`°ÊœÀʓœÀiʜ˜Ê
RelaxNG, see dppl6++sss*nah]tjc*knc+.

Universal Field Options
The following arguments are available to all field types. All are optional.

null
If Pnqa, Django will store empty values as JQHH in the database. If B]hoa, saving empty values
will likely result in a database error. The default is B]hoa.
Note that empty string values will always get stored as empty strings, not as JQHH. Use
jqhh9Pnqaʜ˜ÞÊvœÀʘœ˜ÃÌÀˆ˜}Êvˆi`ÃÊÃÕV Ê>Ãʈ˜Ìi}iÀÃ]Ê œœi>˜Ã]Ê>˜`Ê`>ÌiðÊœÀÊLœÌ ÊÌÞ«iÃʜvÊ
fields, you will also need to set ^h]jg9Pnqa if you want to permit empty values in forms because
the jqhhÊ«>À>“iÌiÀÊ>vviVÌÃʜ˜ÞÊ`>Ì>L>ÃiÊÃ̜À>}iÊ­ÃiiÊ^h]jg).
Avoid using jqhh on string-based fields such as ?d]nBeah` and PatpBeah` unless you have
an excellent reason. If a string-based field has jqhh9Pnqa, that means it has two possible values
for “no data”: JQHH and the empty string. In most cases, it’s redundant to have two possible
values for “no data”; Django’s convention is to use the empty string, not JQHH.

NNote 7HEN USING THE /RACLE DATABASE BACK END THE jqhh9Pnqa option WILL BE COERCED FOR STRING
BASED FIELDS THAT HAVE THE EMPTY STRING AS A POSSIBLE VALUE AND THE VALUE JQHH WILL BE STORED TO DENOTE
THE EMPTY STRING

œÀʓœÀiʜ˜ÊÌ ˆÃ]ÊÀiviÀÊ̜ÊÌ iÊÃiV̈œ˜Êº>Žˆ˜}Ê >ÌiÊ>˜`Ê Õ“iÀˆVʈi`ÃÊ"«Ìˆœ˜>»Êˆ˜Ê
Chapter 6.

359

360

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

blank
If Pnqa, the field is allowed to be blank. The default is B]hoa.
Note that this is different from jqhh. jqhh is purely database-related, whereas ^h]jg is
validation-related. If a field has ^h]jg9Pnqa, validation on Django’s admin site will allow entry
of an empty value. If a field has ^h]jg9B]hoa, the field will be required.

choices
AnʈÌiÀ>LiÊ­i°}°]Ê>ʏˆÃÌʜÀÊÌÕ«i®ÊœvÊÌܜ‡ÌÕ«iÃÊ̜ÊÕÃiÊ>ÃÊV œˆViÃÊvœÀÊÌ ˆÃÊvˆi`°
A _dke_ao list looks like this:
UA=N[EJ[O?DKKH[?DKE?AO9$
$#BN#(#Bnaodi]j#%(
$#OK#(#Okldkikna#%(
$#FN#(#Fqjekn#%(
$#ON#(#Oajekn#%(
$#CN#(#Cn]`q]pa#%(
%
The first element in each tuple is the actual value to be stored. The second element is the
human-readable name for the option.
The _dke_ao list can be defined as part of your model class:
_h]ooBkk$ik`aho*Ik`ah%6
CAJ@AN[?DKE?AO9$
$#I#(#I]ha#%(
$#B#(#Bai]ha#%(
%
caj`an9ik`aho*?d]nBeah`$i]t[hajcpd9-(_dke_ao9CAJ@AN[?DKE?AO%
It can also be defined outside your model class altogether:
CAJ@AN[?DKE?AO9$
$#I#(#I]ha#%(
$#B#(#Bai]ha#%(
%
_h]ooBkk$ik`aho*Ik`ah%6
caj`an9ik`aho*?d]nBeah`$i]t[hajcpd9-(_dke_ao9CAJ@AN[?DKE?AO%
You can also collect your available choices into named groups that can be used for organizational purposes in a form:
IA@E=[?DKE?AO9$
$#=q`ek#($
$#rejuh#(#Rejuh#%(
$#_`#(#?@#%(
%
%(

APPENDIX A N MODEL DEFINITION REFERENCE

$#Re`ak#($
$#rdo#(#RDOP]la#%(
$#`r`#(#@R@#%(
%
%(
$#qjgjksj#(#Qjgjksj#%(
%
The first element in each tuple is the name to apply to the group. The second element is
an iterable of two-tuples, with each two-tuple containing a value and a human-readable name
for an option. Grouped options can be combined with ungrouped options within a single list
­ÃÕV Ê>ÃÊÌ iÊunknown option in this example).
ˆ˜>Þ]ʘœÌiÊÌ >ÌÊV œˆViÃÊV>˜ÊLiÊ>˜ÞʈÌiÀ>LiʜLiVÌp˜œÌʘiViÃÃ>ÀˆÞÊ>ʏˆÃÌʜÀÊÌÕ«i°Ê/ ˆÃÊ
lets you construct choices dynamically. But if you find yourself hacking _dke_ao to be dynamic,
you’re probably better off using a proper database table with a BknaecjGau. _dke_ao is meant
for static data that doesn’t change much, if ever.

db_column
The name of the database column to use for this field. If it isn’t given, Django will use the
field’s name.
If your database column name is an SQL-reserved word or contains characters that aren’t
allowed in Python variable names—notably, the hyphen—that’s okay. Django quotes column
and table names behind the scenes.

db_index
If Pnqa, `f]jck)]`iej*luomhej`atao will output a ?NA=PAEJ@AT statement for this field.

db_tablespace
The name of the database tablespace to use for this field’s index if this field is indexed. The
default is the project’s @AB=QHP[EJ@AT[P=>HAOL=?A setting, if set; or the `^[p]^haol]_a of the
model, if any. If the back-end doesn’t support tablespaces, this option is ignored.

default
The default value for the field; it can be a value or a callable object. If callable, it will be called
every time a new object is created.

editable
If B]hoa, the field will not be editable in the admin or via forms automatically generated from
the model class. Default is Pnqa.

help_text
Extra “help” text to be displayed under the field on the object’s admin form. It’s useful for
documentation even if your object doesn’t have an admin form.

361

362

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

Note that this value is not HTML-escaped when it’s displayed in the admin interface. This
lets you include HTML in dahl[patpʈvÊޜÕÊÜÊ`iÈÀi°ÊœÀÊiÝ>“«i\
dahl[patp9Lha]oaqoapdabkhhksejcbkni]p68ai:UUUU)II)@@8+ai:*
Alternatively, you can use plain text and `f]jck*qpeho*dpih*ao_]la$% to escape any
HTML special characters.

primary_key
If Pnqa, this field is the primary key for the model.
If you don’t specify lnei]nu[gau9Pnqa for any fields in your model, Django will automatically add an =qpkBeah` to hold the primary key, so you don’t need to set lnei]nu[gau9Pnqa on
any of your fields unless you want to override the default primary key behavior.
lnei]nu[gau9Pnqa implies jqhh9B]hoa and qjemqa9Pnqa. Only one primary key is allowed
on an object.

unique
If Pnqa, this field must be unique throughout the table.
This is enforced at the database level and at the level of forms created with Ik`ahBkni
­ˆ˜VÕ`ˆ˜}ÊvœÀ“Ãʈ˜ÊÌ iÊ >˜}œÊ>`“ˆ˜ÊÈÌi®°ÊvÊޜÕÊÌÀÞÊ̜ÊÃ>ÛiÊ>ʓœ`iÊÜˆÌ Ê>Ê`Õ«ˆV>ÌiÊÛ>Õiʈ˜Ê
a qjemqa field, an EjpacnepuAnnkn will be raised by the model’s o]ra method.
This option is valid on all field types except I]juPkI]juBeah`, BehaBeah`, and Ei]caBeah`.

unique_for_date
Set this to the name of a @]paBeah` or @]paPeiaBeah` to require that this field be unique for the
value of the date field.
œÀÊiÝ>“«i]ʈvÊޜÕÊ >ÛiÊ>Êvˆi`Êpepha that has qjemqa[bkn[`]pa9lq^[`]pa, Django
wouldn’t allow the entry of two records with the same pepha and lq^[`]pa.
This is enforced at the level of forms created with Ik`ahBkniÊ­ˆ˜VÕ`ˆ˜}ÊvœÀ“Ãʈ˜ÊÌ iÊ
Django admin site), but not at the database level.

unique_for_month
Similar to qjemqa[bkn[`]pa, but requires the field to be unique with respect to the month.

unique_for_year
Similar to qjemqa[bkn[`]pa and qjemqa[bkn[ikjpd.

verbose_name
A human-readable name for the field. If the verbose name isn’t given, Django will automatically create it using the field’s attribute name, converting underscores to spaces.

APPENDIX A N MODEL DEFINITION REFERENCE

Relationships
Clearly, the power of relational databases lies in relating tables to each other. Django offers
ways to define the three most common types of database relationships: many-to-one, manyto-many, and one-to-one.

ForeignKey
A many-to-one relationship. Requires a positional argument: the class to which the model is
related.
To create a recursive relationship—an object that has a many-to-one relationship with
itself—use ik`aho*BknaecjGau$#oahb#%.
If you need to create a relationship on a model that has not yet been defined, you can use
the name of the model instead of the model object itself:
_h]oo?]n$ik`aho*Ik`ah%6
i]jqb]_pqnan9ik`aho*BknaecjGau$#I]jqb]_pqnan#%
***
_h]ooI]jqb]_pqnan$ik`aho*Ik`ah%6
***
Note, however, that this refers only to models in the same ik`aho*lu file. To refer to models defined in another application, you must instead explicitly specify the application label.
œÀÊiÝ>“«i]ʈvÊÌ iÊI]jqb]_pqnan model is defined in another application called lnk`q_pekj,
you’d need to use the following:
_h]oo?]n$ik`aho*Ik`ah%6
i]jqb]_pqnan9ik`aho*BknaecjGau$#lnk`q_pekj*I]jqb]_pqnan#%
Behind the scenes, Django appends [e` to the field name to create its database column
name. In the preceding example, the database table for the ?]n model will have a i]jqb]_pqnan[
e`ÊVœÕ“˜°Ê­9œÕÊV>˜ÊV >˜}iʈÌÊiÝ«ˆVˆÌÞÊLÞÊëiVˆvވ˜}Ê`^[_khqij.) However, your code should
never have to deal with the database column name unless you write custom SQL. You’ll always
deal with the field names of your model object.
BknaecjGau accepts an extra set of arguments—all optional—which define the details of
how the relation works.
heiep[_dke_ao[pk
A dictionary of lookup arguments and values that limit the available admin choices for
this object. Use this with functions from the Python `]papeia module to limit choices of
œLiVÌÃÊLÞÊ`>Ìi°ÊœÀÊiÝ>“«i]ÊÌ iÊvœœÜˆ˜}Ê>œÜÃʜ˜ÞÊÌ iÊV œˆViʜvÊÀi>Ìi`ʜLiVÌÃÊÜˆÌ Ê>Ê
lq^[`]pa before the current date/time to be chosen:
heiep[_dke_ao[pk9w#lq^[`]pa[[hpa#6`]papeia*jksy
heiep[_dke_ao[pkÊ >ÃʘœÊivviVÌʜ˜ÊÌ iʈ˜ˆ˜iÊœÀ“-iÌÃÊÌ >ÌÊ>ÀiÊVÀi>Ìi`Ê̜Ê`ˆÃ«>ÞÊÀi>Ìi`Ê
objects in the admin.

363

364

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

nah]pa`[j]ia
The name to use for the relation from the related object back to this one.
pk[beah`
The field on the related object that the relation is to. By default, Django uses the primary
key of the related object.

ManyToManyField
A many-to-many relationship. Requires a positional argument: the class to which the model is
related. This works exactly the same as it does for BknaecjGau, including all the options regarding recursive relationships and lazy relationships.
Behind the scenes, Django creates an intermediary join table to represent the many-tomany relationship. By default, this table name is generated using the names of the two tables
being joined. Because some databases don’t support table names above a certain length, these
table names will be automatically truncated to 64 characters, and a uniqueness hash will be
used. This means you might see table names such as ]qpdkn[^kkgo[5_`b0; this is perfectly normal. You can manually provide the name of the join table using the `^[p]^ha option.
I]juPkI]juBeah` accepts an extra set of arguments—all optional—that control how the
relationship functions:
nah]pa`[j]ia
Same as nah]pa`[j]ia in BknaecjGau.
heiep[_dke_ao[pk
Same as heiep[_dke_ao[pk in BknaecjGau.
heiep[_dke_ao[pk has no effect when used on a I]juPkI]juBeah` with a custom intermediate table specified using the pdnkqcd parameter.
ouiiapne_]h
Only used in the definition of I]juPkI]juBeah` on oahb. Consider the following model:
_h]ooLanokj$ik`aho*Ik`ah%6
bneaj`o9ik`aho*I]juPkI]juBeah`$oahb%
When Django processes this model, it identifies that it has a I]juPkI]juBeah` on itself, so
it doesn’t add a lanokj[oap attribute to the Lanokj class. Instead, the I]juPkI]juBeah` is
>ÃÃՓi`Ê̜ÊLiÊÃޓ“iÌÀˆV>Ê­ˆvÊÊ>“ÊޜÕÀÊvÀˆi˜`]ÊޜÕÊ>ÀiʓÞÊvÀˆi˜`®°
If you do not want symmetry in many-to-many relationships with oahb, set ouiiapne_]h
to B]hoa. This will force Django to add the descriptor for the reverse relationship, allowing
I]juPkI]juBeah` relationships to be nonsymmetrical.
pdnkqcd
Django will automatically generate a table to manage many-to-many relationships.
However, if you want to manually specify the intermediary table, you can use the pdnkqcd
option to specify the Django model that represents the intermediate table that you want
to use.

APPENDIX A N MODEL DEFINITION REFERENCE

The most common use for this option is when you want to associate extra data with a
many-to-many relationship.
`^[p]^ha
The name of the table to create for storing the many-to-many data. If it is not provided,
Django will assume a default name based on the names of the two tables being joined.

OneToOneField
A one-to-one relationship. Conceptually, this is similar to a BknaecjGau with qjemqa9Pnqa, but
the “reverse” side of the relation will directly return a single object.
This is most useful as the primary key of a model that “extends” another model in some
way; multitable inheritance is implemented by adding an implicit one-to-one relationship
from the child model to the parent model, for example.
One positional argument is required: the class to which the model will be related. This
works exactly the same as it does for BknaecjGau, including all the options regarding recursive
relationships and lazy relationships.
Additionally, KjaPkKjaBeah` accepts all the extra arguments accepted by BknaecjGau, plus
one extra argument:
l]najp[hejg
When PnqaÊ>˜`ÊÕÃi`ʈ˜Ê>ʓœ`iÊÌ >Ìʈ˜ iÀˆÌÃÊvÀœ“Ê>˜œÌ iÀÊ­Vœ˜VÀiÌi®Ê“œ`i]ʈ˜`ˆV>ÌiÃÊ
that this field should be used as the link back to the parent class instead of the extra
KjaPkKjaBeah`, which would normally be implicitly created by subclassing.

Model Metadata Options
Model-specific metadata lives in a _h]ooIap] defined in the body of your model class:
_h]oo>kkg$ik`aho*Ik`ah%6
pepha9ik`aho*?d]nBeah`$i]thajcpd9-,,%
_h]ooIap]6
ik`ahiap]`]p]klpekjockdana
***
Model metadata is “anything that’s not a field,” such as ordering options and so forth.
The sections that follow present a list of all possible Iap] options. No options are required.
Adding _h]ooIap] to a model is completely optional.

abstract
If Pnqa, this model will be an abstract base class. See the Django documentation for more on
abstract base classes.

365

366

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

db_table
The name of the database table to use for the model:
`^[p]^ha9#iqoe_[]h^qi#

Table names
To save time, Django automatically derives the name of the database table from the name of
the model class and the app that contains it. A model’s database table name is constructed
by joining the model’s app label—the name you used in i]j]ca*luop]np]ll—to the model’s
class name, with an underscore between them.
œÀÊiÝ>“«i]ʈvÊޜÕÊ >ÛiÊ>˜Ê>««Ê^kkgopknaÊ­>ÃÊVÀi>Ìi`ÊLÞÊi]j]ca*luop]np]ll^kkgopkna),
a model defined as _h]oo>kkg will have a database table named ^kkgopkna[^kkg.
To override the database table name, use the `^[p]^ha parameter in _h]ooIap].
If your database table name is an SQL-reserved word or contains characters that aren’t
allowed in Python variable names—notably, the hyphen—that’s okay. Django quotes column
and table names behind the scenes.

db_tablespace
The name of the database tablespace to use for the model. If the back-end doesn’t support
tablespaces, this option is ignored.

get_latest_by
The name of a @]paBeah` or @]paPeiaBeah` in the model. This specifies the default field to use
in the model I]j]can h]paop method.
œÀ example:
cap[h]paop[^u9kn`an[`]pa

managed
Defaults to Pnqa, meaning that Django will create the appropriate database tables in
`f]jck)]`iej*luouj_`^ and remove them as part of a naoap management command. That
is, Django manages the database tables’ life cycles.
If B]hoa, no database table creation or deletion operations will be performed for this
model. This is useful if the model represents an existing table or a database view that has
been created by some other means. This is the only difference when i]j]ca` is B]hoa. All other
aspects of model handling are exactly the same as normal, including the following:

APPENDIX A N MODEL DEFINITION REFERENCE

Ê

UÊ ``ˆ˜}Ê>˜Ê>Õ̜“>̈VÊ«Àˆ“>ÀÞʎiÞÊvˆi`Ê̜ÊÌ iʓœ`iÊˆvÊޜÕÊ`œ˜½ÌÊ`iV>Àiʈ̰Ê/œÊ>ۜˆ`Ê
confusion for later code readers, it’s recommended that you specify all the columns
from the database table you are modeling when using unmanaged models.

Ê

UÊ vÊ>ʓœ`iÊÜˆÌ Êi]j]ca`9B]hoa contains a I]juPkI]juBeah` that points to another
unmanaged model, the intermediary table for the many-to-many join will also not be
created. However, the intermediary table between one managed and one unmanaged
model will be created.
If you need to change this default behavior, create the intermediary table as an explicit
“œ`iÊ­ÜˆÌ Êi]j]ca` set as needed) and use the pdnkqcd attribute to make the relation
use your custom model.

œÀÊÌiÃÌÃʈ˜ÛœÛˆ˜}ʓœ`iÃÊÜˆÌ Êi]j]ca`9B]hoa, it’s up to you to ensure the correct tables
are created as part of the test setup.
If you’re interested in changing the Python-level behavior of a model class, you could use
i]j]ca`9B]hoa and create a copy of an existing model. However, there’s a better approach for
that situation: proxy models.

ordering
The default ordering for the object, for use when obtaining lists of objects:
kn`anejc9W#)kn`an[`]pa#Y
This is a tuple or list of strings. Each string is a field name with an optional ) prefix, which
ˆ˜`ˆV>ÌiÃÊ`iÃVi˜`ˆ˜}ʜÀ`iÀ°Êˆi`ÃÊÜˆÌ œÕÌÊ>ʏi>`ˆ˜}Ê) will be ordered ascending. Use the
string ; to order randomly.

NNote 2EGARDLESS OF HOW MANY FIELDS ARE IN kn`anejc THE ADMIN SITE USES ONLY THE FIRST FIELD

œÀÊiÝ>“«i]Ê̜ʜÀ`iÀÊLÞÊ>Êlq^[`]pa field ascending, use this:
kn`anejc9W#lq^[`]pa#Y
To order by lq^[`]pa descending, use this:
kn`anejc9W#)lq^[`]pa#Y
To order by lq^[`]pa descending and then by ]qpdkn ascending, use this:
kn`anejc9W#)lq^[`]pa#(#]qpdkn#Y

367

368

A PPENDIX A N MO DEL DEFINITION R EFER ENC E

proxy
If set to Pnqa, aʓœ`iÊÌ >ÌÊÃÕLV>ÃÃiÃÊ>˜œÌ iÀʓœ`iÊ܈ÊLiÊÌÀi>Ìi`Ê>ÃÊ>Ê«ÀœÝÞʓœ`i°ÊœÀÊ
more on proxy models, see the Django documentation.

unique_together
Sets of field names that, when taken together, must be unique:
qjemqa[pkcapdan9$$`neran(naop]qn]jp%(%
This is a list of lists of fields that must be unique when considered together. It’s used by
Ik`ahBkniÊvœÀ“ÃÊ­ˆ˜VÕ`ˆ˜}ÊvœÀ“Ãʈ˜ÊÌ iÊ >˜}œÊ>`“ˆ˜ÊÈÌi®Ê>˜`ʈÃÊi˜vœÀVi`Ê>ÌÊÌ iÊ`>Ì>L>ÃiÊ
iÛiÊ­ˆ°i°]ÊÌ iÊ>««Àœ«Àˆ>ÌiÊQJEMQA statements are included in the ?NA=PAP=>HA statement).
œÀÊVœ˜Ûi˜ˆi˜Vi]Êqjemqa[pkcapdan can be a single sequence when dealing with a single set
of fields:
qjemqa[pkcapdan9$`neran(naop]qn]jp%

verbose_name
A human-readable name for the object, singular:
ran^koa[j]ia9levv]
If this isn’t given, Django will use a munged version of the class name: ?]iah?]oa becomes
_]iah_]oa.

verbose_name_plural
The plural name for the object:
ran^koa[j]ia[lhqn]h9opkneao
If this isn’t given, Django will use ran^koa[j]ia + o.

A PPE ND IX

B

Database API Reference
D

jango’s database API is the other half of the model API discussed in Appendix A. Once
you’ve defined a model, you’ll use this API any time you need to access the database. You’ve
seen examples of this API in use throughout the book; this appendix explains all the various
options in detail.
Like the model APIs discussed in Appendix A, although these APIs are considered very stable, the Django developers consistently add new shortcuts and conveniences. It’s a good idea to
always check the latest documentation online, available at dppl6++`k_o*`f]jcklnkfa_p*_ki+.
Throughout this reference, we’ll refer to the following models, which might form a simple
blog application:
bnki`f]jck*`^eilknpik`aho
_h]oo>hkc$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd9-,,%
p]cheja9ik`aho*PatpBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*j]ia
_h]oo=qpdkn$ik`aho*Ik`ah%6
j]ia9ik`aho*?d]nBeah`$i]t[hajcpd91,%
ai]eh9ik`aho*Ai]ehBeah`$%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*j]ia
_h]ooAjpnu$ik`aho*Ik`ah%6
^hkc9ik`aho*BknaecjGau$>hkc%
da]`heja9ik`aho*?d]nBeah`$i]t[hajcpd9.11%
^k`u[patp9ik`aho*PatpBeah`$%
lq^[`]pa9ik`aho*@]paPeiaBeah`$%
]qpdkno9ik`aho*I]juPkI]juBeah`$=qpdkn%
`ab[[qje_k`a[[$oahb%6
napqnjoahb*da]`heja
369

370

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

Creating Objects
To create an object, instantiate it using keyword arguments to the model class, and then call
o]ra$% to save it to the database:
:::bnkiiuoepa*^hkc*ik`ahoeilknp>hkc
:::^9>hkc$j]ia9#>a]phao>hkc#(p]cheja9#=hhpdah]paop>a]phaojaso*#%
:::^*o]ra$%
This performs an EJOANP SQL statement behind the scenes. Django doesn’t hit the database until you explicitly call o]ra$%. The o]ra$% method has no return value.
To create an object and save it all in one step, see the _na]pa manager method.

What Happens When You Save?
When you save an object, Django performs the following steps:
1. Emit a lna[o]ra signal: This provides a notification that an object is about to be saved.
You can register a listener that will be invoked whenever this signal is emitted. Check
the online documentation for more on signals.
2. Preprocess the data: Each field on the object is asked to perform any automated data
modification that the field may need to perform.
Most fields do no preprocessing—the field data is kept as is. Preprocessing is used only
on fields that have special behavior, like file fields.
3. Prepare the data for the database: Each field is asked to provide its current value in a
data type that can be written to the database.
Most fields require no data preparation. Simple data types, such as integers and
strings, are “ready to write” as a Python object. However, more-complex data types
often require some modification. For example, @]paBeah`o use a Python `]papeia
object to store data. Databases don’t store `]papeia objects, so the field value must be
converted into an ISO-compliant date string for insertion into the database.
4. Insert the data into the database: The preprocessed, prepared data is composed into an
SQL statement for insertion into the database.
5. Emit a lkop[o]ra signal: As with the lna[o]ra signal, this is used to provide notification
that an object has been saved successfully.

Autoincrementing Primary Keys
For convenience, each model is given an autoincrementing primary-key field named e`
unless you explicitly specify lnei]nu[gau9Pnqa on a field (see the section titled “AutoField”
in Appendix A).

APPENDIX B N DATABASE API REFERENCE

If your model has an =qpkBeah`, that autoincremented value will be calculated and saved
as an attribute on your object the first time you call o]ra$%:
:::^.9>hkc$j]ia9#?da``]nP]hg#(p]cheja9#Pdkqcdpokj_daaoa*#%
:::^.*e`NapqnjoJkja(^a_]qoa^`kaoj#pd]ra]jE@uap*
Jkja
:::^.*o]ra$%
:::^.*e`NapqnjopdaE@kbukqnjask^fa_p*
-0
There’s no way to tell what the value of an ID will be before you call o]ra$%, because that
value is calculated by your database, not by Django.
If a model has an =qpkBeah` but you want to define a new object’s ID explicitly when saving, define it explicitly before saving, rather than relying on the autoassignment of the ID:
:::^/9>hkc$e`9/(j]ia9#?da``]nP]hg#(p]cheja9#Pdkqcdpokj_daaoa*#%
:::^/*e`
/
:::^/*o]ra$%
:::^/*e`
/
If you assign auto–primary-key values manually, make sure not to use an existing primarykey value! If you create a new object with an explicit primary-key value that already exists in the
database, Django will assume you’re changing the existing record rather than creating a new one.
Given the preceding #?da``]nP]hg# blog example, this example would override the previous record in the database:
:::^09>hkc$e`9/(j]ia9#Jkp?da``]n#(p]cheja9#=jupdejc^qp_daaoa*#%
:::^0*o]ra$%Kranne`aopdalnarekqo^hkcsepdE@9/
Explicitly specifying auto–primary-key values is mostly useful for bulk-saving objects,
when you’re confident you won’t have primary-key collision.

Saving Changes to Objects
To save changes to an object that’s already in the database, use o]ra$%.
Given a >hkc instance ^1 that has already been saved to the database, this example
changes its name and updates its record in the database:
:::^1*j]ia9#Jasj]ia#
:::^1*o]ra$%
This performs an QL@=PA SQL statement behind the scenes. Again, Django doesn’t hit the
database until you explicitly call o]ra$%.

371

372

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

HOW DJANGO KNOWS WHEN TO UPDATE AND WHEN TO INSERT
You may have noticed that Django database objects use the same o]ra$% method for creating and changing
objects. Django abstracts the need to use EJOANP or QL@=PA SQL statements. Specifically, when you call
o]ra$%, Django follows this algorithm:
s )F THE OBJECTS PRIMARY KEY ATTRIBUTE IS SET TO A VALUE THAT EVALUATES TO Pnqa (i.e., a value other than
Jkja or the empty string), Django executes a OAHA?P query to determine whether a record with the
GIVEN PRIMARY KEY ALREADY EXISTS
s )F THE RECORD WITH THE GIVEN PRIMARY KEY DOES ALREADY EXIST $JANGO EXECUTES AN QL@=PA query.
s )F THE OBJECTS PRIMARY KEY ATTRIBUTE IS not SET OR IF ITS SET BUT A RECORD DOESNT EXIST $JANGO EXECUTES
an EJOANP.
9OU SHOULD BE CAREFUL NOT TO SPECIFY A PRIMARY KEY VALUE EXPLICITLY WHEN SAVING NEW OBJECTS IF YOU
CANNOT GUARANTEE THE PRIMARY KEY VALUE IS UNUSED

Updating BknaecjGau fields works exactly the same way; simply assign an object of the
right type to the field in question:
:::fka9=qpdkn*k^fa_po*_na]pa$j]ia9Fka%
:::ajpnu*]qpdkn9fka
:::ajpnu*o]ra$%
Django will complain if you try to assign an object of the wrong type.

Retrieving Objects
Throughout this book you’ve seen objects retrieved using code like the following:
:::^hkco9>hkc*k^fa_po*behpan$]qpdkn[[j]ia[[_kjp]ejo9Fka%
There are quite a few “moving parts” behind the scenes here: when you retrieve objects
from the database, you’re actually constructing a MqanuOap using the model’s I]j]can. This
MqanuOap knows how to execute SQL and return the requested objects.
Appendix A looked at both MqanuOap and I]j]can from a model-definition point of view;
now we’ll look at how they operate.
A MqanuOap represents a collection of objects from your database. It can have zero, one,
or many filters—criteria that narrow down the collection based on given parameters. In SQL
terms, a MqanuOap equates to a OAHA?P statement, and a filter is a SDANA.
You get a MqanuOap by using your model’s I]j]can. Each model has at least one I]j]can,
and it’s called k^fa_po by default. Access it directly via the model class, like so:
:::>hkc*k^fa_po
8`f]jck*`^*ik`aho*i]j]can*I]j]cank^fa_p]p,t-/3`,,`:

APPENDIX B N DATABASE API REFERENCE

I]j]cans are accessible only via model classes, rather than from model instances, to
enforce a separation between table-level operations and record-level operations:
:::^9>hkc$j]ia9#Bkk#(p]cheja9#>]n#%
:::^*k^fa_po
Pn]_a^]_g$ikopna_ajp_]hhh]op%6
Beha8op`ej:(heja-(ej8ik`qha:
=ppne^qpaAnnkn6I]j]caneoj#p]__aooe^hare]>hkcejop]j_ao*
The I]j]can is the main source of MqanuOaps for a model. It acts as a “root” MqanuOap that
describes all objects in the model’s database table. For example, >hkc*k^fa_po is the initial
MqanuOap that contains all >hkc objects in the database.

Caching and QuerySets
Each MqanuOap contains a cache to minimize database access. To write the most efficient code,
it’s important to understand how MqanuOap caching works.
In a newly created MqanuOap, the cache is empty. The first time a MqanuOap is evaluated—
and, hence, a database query happens—Django saves the query results in the MqanuOap’s
cache and returns the results that have been explicitly requested (e.g., the next element,
if the MqanuOap is being iterated over). Subsequent evaluations of the MqanuOap reuse the
cached results.
Keep this caching behavior in mind, because it may bite you if you don’t use your
MqanuOaps correctly. For example, the following will create two MqanuOaps, evaluate them,
and throw them away:
lnejpWa*da]`hejabknaejAjpnu*k^fa_po*]hh$%Y
lnejpWa*lq^[`]pabknaejAjpnu*k^fa_po*]hh$%Y
That means the same database query will be executed twice, effectively doubling your
database load. Also, there’s a possibility the two lists may not include the same database
records, because an Ajpnu may have been added or deleted in the split second between the
two requests.
To avoid this problem, simply save the MqanuOap and reuse it:
mqanuoap9Lkhh*k^fa_po*]hh$%
lnejpWl*da]`hejabknlejmqanuoapYAr]hq]papdamqanuoap*
lnejpWl*lq^[`]pabknlejmqanuoapYNaqoapda_]_dabnkipdaar]hq]pekj*

Filtering Objects
The simplest way to retrieve objects from a table is to get all of them. To do this, use the ]hh$%
method on a I]j]can:
:::Ajpnu*k^fa_po*]hh$%
The ]hh$% method returns a MqanuOap of all the objects in the database.

373

374

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

Usually, though, you’ll need to select only a subset of the complete set of objects. To create such a subset, you refine the initial MqanuOap, adding filter conditions. You’ll usually do this
using the behpan$% and/or at_hq`a$% methods:
:::u.,,29Ajpnu*k^fa_po*behpan$lq^[`]pa[[ua]n9.,,2%
:::jkp.,,29Ajpnu*k^fa_po*at_hq`a$lq^[`]pa[[ua]n9.,,2%
behpan$% and at_hq`a$% both take field lookup arguments, which are discussed in detail in
the “Field Lookups” section of this appendix.

Chaining Filters
The result of refining a MqanuOap is itself a MqanuOap, so it’s possible to chain refinements
together, as in this example:
:::mo9Ajpnu*k^fa_po*behpan$da]`heja[[op]nposepd9#Sd]p#%
:::mo9mo*at_hq`a$lq^[`]pa[[cpa9`]papeia*`]papeia*jks$%%
:::mo9mo*behpan$lq^[`]pa[[cpa9`]papeia*`]papeia$.,,1(-(-%%
This takes the initial MqanuOap of all entries in the database, adds a filter, then an exclusion,
and then another filter. The final result is a MqanuOap containing all entries with a headline that
starts with “What” that were published between January 1, 2005, and the current day.
It’s important to point out here that MqanuOapo are lazy—the act of creating a MqanuOap
doesn’t involve any database activity. In fact, the three preceding lines don’t make any database calls; you can chain filters together all day long and Django won’t actually run the query
until the MqanuOap is evaluated.
You can evaluate a MqanuOap in any of the following ways:
Ê

UÊ Iterating: A MqanuOap is iterable, and it executes its database query the first time you
iterate over it. For example, the following MqanuOap isn’t evaluated until it’s iterated
over in the bkn loop:
mo9Ajpnu*k^fa_po*behpan$lq^[`]pa[[ua]n9.,,2%
mo9mo*behpan$da]`heja[[e_kjp]ejo9^ehh%
bknaejmo6
lnejpa*da]`heja
This prints all headlines from 2006 that contain “bill” but causes only one database hit.

Ê

UÊ Printing: A MqanuOap is evaluated when you call naln$% on it. This is for convenience in
the Python interactive interpreter, so you can immediately see your results when using
the API interactively.

Ê

UÊ Slicing: As explained in the upcoming “Limiting QuerySets” section, a MqanuOap can be
sliced using Python’s array-slicing syntax. Usually slicing a MqanuOap returns another
(unevaluated) MqanuOap, but Django will execute the database query if you use the opal
parameter of Python’s slice syntax.

Ê

UÊ Converting to a list: You can force evaluation of a MqanuOap by calling heop$% on it, as in
this example:
:::ajpnu[heop9heop$Ajpnu*k^fa_po*]hh$%%

APPENDIX B N DATABASE API REFERENCE

Be warned, though, that this could have a large memory overhead, because Django will
load each element of the list into memory. In contrast, iterating over a MqanuOap will take
advantage of your database to load data and instantiate objects only as you need them.

FILTERED QUERYSETS ARE UNIQUE
Each time you refine a MqanuOap YOU GET A BRAND NEW MqanuOap that is in no way bound to the previous
one. Each refinement creates a separate and distinct MqanuOap that can be stored, used, and reused:
m-9Ajpnu*k^fa_po*behpan$da]`heja[[op]nposepd9Sd]p%
m.9m-*at_hq`a$lq^[`]pa[[cpa9`]papeia*jks$%%
m/9m-*behpan$lq^[`]pa[[cpa9`]papeia*jks$%%
These three MqanuOaps are separate. The first is a base MqanuOap containing all entries that have a
headline starting with “What.” The second is a subset of the first, with an additional criterion that excludes
records whose lq^[`]pa is later than the current date. The third is a subset of the first, with an additional
criterion that selects only the records whose lq^[`]pa is later than the current date. The initial MqanuOap
(m-) is unaffected by the refinement process.

Limiting QuerySets
Use Python’s array-slicing syntax to limit your MqanuOap to a certain number of results. This is
the equivalent of SQL’s HEIEP and KBBOAP clauses.
For example, this returns the first five entries (HEIEP1):
:::Ajpnu*k^fa_po*]hh$%W61Y
This returns the sixth through tenth entries (KBBOAP1HEIEP1):
:::Ajpnu*k^fa_po*]hh$%W16-,Y
Generally, slicing a MqanuOap returns a new MqanuOap—it doesn’t evaluate the query. An
exception is if you use the opal parameter of Python’s slice syntax. For example, this would
execute the query to return a list of every second object of the first ten:
:::Ajpnu*k^fa_po*]hh$%W6-,6.Y
To retrieve a single object rather than a list (e.g., OAHA?PbkkBNKI^]nHEIEP-), use a
simple index instead of a slice. For example, the following code returns the first Ajpnu in the
database, after ordering Ajpnu objects alphabetically by headline:
:::Ajpnu*k^fa_po*kn`an[^u$#da]`heja#%W,Y
This is roughly equivalent to the following:
:::Ajpnu*k^fa_po*kn`an[^u$#da]`heja#%W,6-Y*cap$%

375

376

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

Note, however, that the first of these will raise Ej`atAnnkn while the second will raise
@kaoJkpAteop if no objects match the given criteria.

Query Methods That Return New QuerySets
Django provides a range of MqanuOap refinement methods that modify either the types of
results returned by the MqanuOap or the way its SQL query is executed. These methods are
described in the sections that follow. Some of the methods take field-lookup arguments, which
are discussed in detail in the “Field Lookups” section a bit later on.

filter(**lookup)
This method returns a new MqanuOap containing objects that match the given lookup
parameters.

exclude(**lookup)
The at_hq`a$&&hkkgql% method returns a new MqanuOap containing objects that do not match
the given lookup parameters.

order_by(*fields)
By default, results returned by a MqanuOap are ordered by the ordering tuple given by the
kn`anejc option in the model’s metadata (see Appendix A). You can override this for a particular query using the kn`an[^u$% method:
::Ajpnu*k^fa_po*behpan$lq^[`]pa[[ua]n9.,,1%*kn`an[^u$#)lq^[`]pa#(#da]`heja#%
This result will be ordered by descending lq^[`]pa, then by ascending da]`heja. The
minus sign in )lq^[`]pa indicates descending order. Ascending order is assumed if the ) is
absent. To order randomly, use ;, like so:
:::Ajpnu*k^fa_po*kn`an[^u$#;#%
Ordering randomly incurs a performance penalty, though, so you shouldn’t use it for anything
with heavy load.
If no ordering is specified in a model’s _h]ooIap] and a MqanuOap from that model doesn’t
include kn`an[^u$%, then ordering will be undefined and may differ from query to query.

distinct()
This returns a new MqanuOap that uses OAHA?P@EOPEJ?P in its SQL query, eliminating duplicate
rows from the query results.
By default, a MqanuOap will not eliminate duplicate rows. In practice this is rarely a problem, because simple queries such as >hkc*k^fa_po*]hh$% don’t introduce the possibility of
duplicate result rows. However, if your query spans multiple tables, it’s possible to get duplicate results when a MqanuOap is evaluated. That’s when you’d use `eopej_p$%.

APPENDIX B N DATABASE API REFERENCE

values(*fields)
The r]hqao$&beah`o% method returns a special MqanuOap that evaluates to a list of dictionaries
instead of model-instance objects. Each of those dictionaries represents an object, with the
keys corresponding to the attribute names of model objects:
Pdeoheop_kjp]ejo]>hkck^fa_p*
:::>hkc*k^fa_po*behpan$j]ia[[op]nposepd9#>a]phao#%
W>a]phao>hkcY
Pdeoheop_kjp]ejo]`e_pekj]nu*
:::>hkc*k^fa_po*behpan$j]ia[[op]nposepd9#>a]phao#%*r]hqao$%
Ww#e`#6-(#j]ia#6#>a]phao>hkc#(#p]cheja#6#=hhpdah]paop>a]phaojaso*#yY
r]hqao$% takes optional positional arguments, &beah`o, which specify field names to
which the OAHA?P should be limited. If you specify the fields, each dictionary will contain only
the field keys/values for the fields you specify. If you don’t specify the fields, each dictionary
will contain a key and value for every field in the database table:
:::>hkc*k^fa_po*r]hqao$%
Ww#e`#6-(#j]ia#6#>a]phao>hkc#(#p]cheja#6#=hhpdah]paop>a]phaojaso*#yY(
:::>hkc*k^fa_po*r]hqao$#e`#(#j]ia#%
Ww#e`#6-(#j]ia#6#>a]phao>hkc#yY
This method is useful when you know you’re going to need values from only a small number of the available fields and you won’t need the functionality of a model-instance object. It’s
more efficient to select only the fields you need to use.

dates(field, kind, order)
This method returns a special MqanuOap that evaluates to a list of `]papeia*`]papeia objects
representing all available dates of a particular kind within the contents of the MqanuOap.
The beah` argument must be the name of a @]paBeah` or @]paPeiaBeah` of your model.
The gej` argument must be ua]n, ikjpd, or `]u. Each `]papeia*`]papeia object in the
result list is truncated to the given pula:
Ê

UÊ ua]n returns a list of all distinct year values for the field.

Ê

UÊ ikjpd returns a list of all distinct year/month values for the field.

Ê

UÊ `]u returns a list of all distinct year/month/day values for the field.

kn`an, which defaults to #=O?#, should be either #=O?# or #@AO?#. This specifies how to
order the results—ascending or descending. Here are a few examples:
:::Ajpnu*k^fa_po*`]pao$#lq^[`]pa#(#ua]n#%
W`]papeia*`]papeia$.,,1(-(-%Y
:::Ajpnu*k^fa_po*`]pao$#lq^[`]pa#(#ikjpd#%
W`]papeia*`]papeia$.,,1(.(-%(`]papeia*`]papeia$.,,1(/(-%Y

377

378

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

:::Ajpnu*k^fa_po*`]pao$#lq^[`]pa#(#`]u#%
W`]papeia*`]papeia$.,,1(.(.,%(`]papeia*`]papeia$.,,1(/(.,%Y
:::Ajpnu*k^fa_po*`]pao$#lq^[`]pa#(#`]u#(kn`an9#@AO?#%
W`]papeia*`]papeia$.,,1(/(.,%(`]papeia*`]papeia$.,,1(.(.,%Y
:::Ajpnu*k^fa_po*behpan$da]`heja[[_kjp]ejo9#Hajjkj#%*`]pao$#lq^[`]pa#(#`]u#%
W`]papeia*`]papeia$.,,1(/(.,%Y

select_related()
The oaha_p[nah]pa`$% method returns a MqanuOap that will automatically “follow” foreign-key
relationships, selecting that additional related-object data when it executes its query. This is
a performance booster that results in (sometimes much) larger queries but means later use of
foreign-key relationships won’t require database queries.
The following examples illustrate the difference between plain lookups and oaha_p[
nah]pa`$% lookups. Here’s a standard lookup:
Depopda`]p]^]oa*
:::a9Ajpnu*k^fa_po*cap$e`91%
Depopda`]p]^]oa]c]ejpkcappdanah]pa`>hkck^fa_p*
:::^9a*^hkc
And here’s a oaha_p[nah]pa` lookup:
Depopda`]p]^]oa*
:::a9Ajpnu*k^fa_po*oaha_p[nah]pa`$%*cap$e`91%
@kaoj#pdeppda`]p]^]oa(^a_]qoaa*^hkcd]o^aajlnalklqh]pa`
ejpdalnarekqomqanu*
:::^9a*^hkc
oaha_p[nah]pa`$% follows foreign keys as far as possible. If you have the following models
_h]oo?epu$ik`aho*Ik`ah%6
***
_h]ooLanokj$ik`aho*Ik`ah%6
***
dkiapksj9ik`aho*BknaecjGau$?epu%
_h]oo>kkg$ik`aho*Ik`ah%6
***
]qpdkn9ik`aho*BknaecjGau$Lanokj%
then a call to >kkg*k^fa_po*oaha_p[nah]pa`$%*cap$e`90% will cache the related Lanokj and the
related ?epu:

APPENDIX B N DATABASE API REFERENCE

:::^9>kkg*k^fa_po*oaha_p[nah]pa`$%*cap$e`90%
:::l9^*]qpdkn@kaoj#pdeppda`]p]^]oa*
:::_9l*dkiapksj@kaoj#pdeppda`]p]^]oa*
:::^9>kkg*k^fa_po*cap$e`90%Jkoaha_p[nah]pa`$%ejpdeoat]ilha*
:::l9^*]qpdknDepopda`]p]^]oa*
:::_9l*dkiapksjDepopda`]p]^]oa*
Note that oaha_p[nah]pa`$% does not follow foreign keys that have jqhh9Pnqa.
Usually, using oaha_p[nah]pa`$% can vastly improve performance because your application can avoid many database calls. However, in situations with deeply nested sets of
relationships, oaha_p[nah]pa`$% can sometimes end up following too many relationships and
can generate queries so large that they end up being slow.

QuerySet Methods That Do Not Return QuerySets
The following MqanuOap methods evaluate the MqanuOap and return something other than a
MqanuOap—a single object, a value, and so forth.

get(**lookup)
This returns the object matching the given lookup parameters, which should be in the format
described in the “Field Lookups” section. This raises =ooanpekjAnnkn if more than one object is
found.
cap$% raises a @kaoJkpAteop exception if an object isn’t found for the given parameters.
The @kaoJkpAteop exception is an attribute of the model class. Consider this example:
:::Ajpnu*k^fa_po*cap$e`9#bkk#%n]eoaoAjpnu*@kaoJkpAteop
The @kaoJkpAteop exception inherits from `f]jck*_kna*at_alpekjo*K^fa_p@kaoJkpAteop,
so you can target multiple @kaoJkpAteop exceptions:
:::bnki`f]jck*_kna*at_alpekjoeilknpK^fa_p@kaoJkpAteop
:::pnu6
***a9Ajpnu*k^fa_po*cap$e`9/%
***^9>hkc*k^fa_po*cap$e`9-%
***at_alpK^fa_p@kaoJkpAteop6
***lnejpAepdanpdaajpnukn^hkc`kaoj#pateop*

create(**kwargs)
This is a convenience method for creating an object and saving it all in one step. It lets you
compress two common steps
:::l9Lanokj$benop[j]ia9>nq_a(h]op[j]ia9Olnejcopaaj%
:::l*o]ra$%
into a single line:
:::l9Lanokj*k^fa_po*_na]pa$benop[j]ia9>nq_a(h]op[j]ia9Olnejcopaaj%

379

380

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

get_or_create(**kwargs)
This is a convenience method for looking up an object and creating one if it doesn’t exist.
It returns a tuple of $k^fa_p(_na]pa`%, where k^fa_p is the retrieved or created object and
_na]pa` is a Boolean specifying whether a new object was created.
This method is meant as a shortcut to boilerplate code and is mostly useful for dataimport scripts. Here’s an example:
pnu6
k^f9Lanokj*k^fa_po*cap$benop[j]ia9#Fkdj#(h]op[j]ia9#Hajjkj#%
at_alpLanokj*@kaoJkpAteop6
k^f9Lanokj$benop[j]ia9#Fkdj#(h]op[j]ia9#Hajjkj#(^enpd`]u9`]pa$-50,(-,(5%%
k^f*o]ra$%
This pattern gets quite unwieldy as the number of fields in a model increases. The previous example can be rewritten using cap[kn[_na]pa$% like so:
k^f(_na]pa`9Lanokj*k^fa_po*cap[kn[_na]pa$
benop[j]ia9#Fkdj#(
h]op[j]ia9#Hajjkj#(
`ab]qhpo9w#^enpd`]u#6`]pa$-50,(-,(5%y
%
Any keyword arguments passed to cap[kn[_na]pa$%—except an optional one called
`ab]qhpo—will be used in a cap$% call. If an object is found, cap[kn[_na]pa$% returns a tuple of
that object and B]hoa. If an object is not found, cap[kn[_na]pa$% will instantiate and save a new
object, returning a tuple of the new object and Pnqa. The new object will be created according
to this algorithm:
`ab]qhpo9gs]nco*lkl$#`ab]qhpo#(wy%
l]n]io9`e_p$W$g(r%bkng(rejgs]nco*epaio$%eb#[[#jkpejgY%
l]n]io*ql`]pa$`ab]qhpo%
k^f9oahb*ik`ah$&&l]n]io%
k^f*o]ra$%
In English, that means you should start with any non-#`ab]qhpo# keyword argument that
doesn’t contain a double underscore (which would indicate an inexact lookup). Then add the
contents of `ab]qhpo, overriding any keys if necessary, and use the result as the keyword arguments to the model class.
If you have a field named `ab]qhpo and want to use it as an exact lookup in cap[kn[
_na]pa$%, just use #`ab]qhpo[[at]_p# like so:
Bkk*k^fa_po*cap[kn[_na]pa$
`ab]qhpo[[at]_p9#^]n#(
`ab]qhpo9w#`ab]qhpo#6#^]n#y
%

APPENDIX B N DATABASE API REFERENCE

NNote As mentioned earlier, cap[kn[_na]pa$% is mostly useful in scripts that need to parse data and cre
ATE NEW RECORDS IF EXISTING ONES ARENT AVAILABLE "UT IF YOU NEED TO USE cap[kn[_na]pa$% in a view, please
MAKE SURE TO USE IT ONLY IN LKOP requests unless you have a good reason not to. CAP REQUESTS SHOULDNT HAVE
any effect on data; use LKOP whenever a request to a page has a side effect on your data.

count()
_kqjp$% returns an integer representing the number of objects in the database matching the
MqanuOap. _kqjp$% never raises exceptions. Here’s an example:
Napqnjopdapkp]hjqi^ankbajpneaoejpda`]p]^]oa*
:::Ajpnu*k^fa_po*_kqjp$%
0
Napqnjopdajqi^ankbajpneaosdkoada]`heja_kjp]ejo#Hajjkj#
:::Ajpnu*k^fa_po*behpan$da]`heja[[_kjp]ejo9#Hajjkj#%*_kqjp$%
_kqjp$% performs a OAHA?P?KQJP$&% behind the scenes, so you should always use _kqjp$%
rather than loading all of the records into Python objects and calling haj$% on the result.
Depending on which database you’re using (e.g., PostgreSQL or MySQL), _kqjp$% may
return a long integer instead of a normal Python integer. This is an underlying implementation
quirk that shouldn’t pose any real-world problems.

in_bulk(id_list)
This method takes a list of primary-key values and returns a dictionary mapping each primarykey value to an instance of the object with the given ID, as in this example:
:::>hkc*k^fa_po*ej[^qhg$W-Y%
w-6>a]phao>hkcy
:::>hkc*k^fa_po*ej[^qhg$W-(.Y%
w-6>a]phao>hkc(.6?da``]nP]hgy
:::>hkc*k^fa_po*ej[^qhg$WY%
wy
IDs of objects that don’t exist are silently dropped from the result dictionary. If you pass
ej[^qhg$% an empty list, you’ll get an empty dictionary.

latest(field_name=None)
This returns the latest object in the table, by date, using the beah`[j]ia provided as the date
field. This example returns the latest Ajpnu in the table, according to the lq^[`]pa field:
:::Ajpnu*k^fa_po*h]paop$#lq^[`]pa#%

381

382

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

If your model’s Iap] specifies cap[h]paop[^u, you can leave off the beah`[j]ia argument to
h]paop$%. Django will use the field specified in cap[h]paop[^u by default.
Like cap$%, h]paop$% raises @kaoJkpAteop if an object doesn’t exist with the given parameters.

Field Lookups
Field lookups are how you specify the meat of an SQL SDANA clause. They’re specified as keyword arguments to the MqanuOap methods behpan$%, at_hq`a$%, and cap$%.
Basic lookup keyword arguments take the form beah`[[hkkgqlpula9r]hqa (note the double
underscore). This example
:::Ajpnu*k^fa_po*behpan$lq^[`]pa[[hpa9#.,,2),-),-#%
translates (roughly) into the following SQL:
OAHA?P&BNKI^hkc[ajpnuSDANAlq^[`]pa89#.,,2),-),-#7
If you pass an invalid keyword argument, a lookup function will raise PulaAnnkn.
The supported lookup types follow.

exact
at]_p performs an exact match:
:::Ajpnu*k^fa_po*cap$da]`heja[[at]_p9I]j^epao`kc%
This matches any object with the exact headline “Man bites dog”.
If you don’t provide a lookup type—that is, if your keyword argument doesn’t contain a
double underscore—the lookup type is assumed to be at]_p. For example, the following two
statements are equivalent:
:::>hkc*k^fa_po*cap$e`[[at]_p9-0%Atlhe_epbkni
:::>hkc*k^fa_po*cap$e`9-0%[[at]_peoeilhea`
This is for convenience, because at]_p lookups are the common case.

iexact
This method performs a case-insensitive exact match:
:::>hkc*k^fa_po*cap$j]ia[[eat]_p9#^a]phao^hkc#%
This will match #>a]phao>hkc#, #^a]phao^hkc#, #>a=pHao>HkC#, and so forth.

contains
This method performs a case-sensitive containment test:
Ajpnu*k^fa_po*cap$da]`heja[[_kjp]ejo9#Hajjkj#%
This will match the headline #Pk`]uHajjkjdkjkna`# but not #pk`]uhajjkjdkjkna`#.
SQLite doesn’t support case-sensitive HEGA statements; when using SQLite, _kjp]ejo acts
like e_kjp]ejo.

APPENDIX B N DATABASE API REFERENCE

ESCAPING PERCENT SIGNS AND UNDERSCORES IN LIKE STATEMENTS
4HE FIELD LOOKUPS THAT EQUATE TO HEGA SQL statements (eat]_p, _kjp]ejo, e_kjp]ejo, op]nposepd,
eop]nposepd, aj`osepd, and eaj`osepd) will automatically escape the two special characters used in
HEGA statements—the percent sign and the underscore )N A HEGA statement, the percent sign signifies a
MULTIPLE CHARACTER WILDCARD AND THE UNDERSCORE SIGNIFIES A SINGLE CHARACTER WILDCARD
4HIS MEANS THINGS SHOULD WORK INTUITIVELY SO THE ABSTRACTION DOESNT LEAK &OR EXAMPLE TO RETRIEVE ALL
the entries that contain a percent sign, just use the percent sign as any other character:
Ajpnu*k^fa_po*behpan$da]`heja[[_kjp]ejo9#!#%
$JANGO TAKES CARE OF THE QUOTING FOR YOU 4HE RESULTING 31, WILL LOOK SOMETHING LIKE THIS
OAHA?P***SDANAda]`hejaHEGA#!X!!#7
4HE SAME GOES FOR UNDERSCORES "OTH PERCENT SIGNS and underscores are handled for you transparently.

icontains
This performs a case-insensitive containment test:
:::Ajpnu*k^fa_po*cap$da]`heja[[e_kjp]ejo9#Hajjkj#%
Unlike _kjp]ejo, e_kjp]ejo will match #pk`]uhajjkjdkjkna`#.

gt, gte, lt, and lte
These represent greater than, greater than or equal to, less than, and less than or equal to:
:::Ajpnu*k^fa_po*behpan$e`[[cp90%
:::Ajpnu*k^fa_po*behpan$e`[[hp9-1%
:::Ajpnu*k^fa_po*behpan$e`[[hpa9/%
:::Ajpnu*k^fa_po*behpan$e`[[cpa9,%
These queries return any object with an ID greater than 4, an ID less than 15, and an ID
greater than or equal to 1, respectively.
You’ll usually use these on numeric fields. Be careful with character fields since character
order isn’t always what you’d expect (i.e., the string 0 sorts after the string -,).

in
The ej method filters where a value is on a given list:
Ajpnu*k^fa_po*behpan$e`[[ej9W-(/(0Y%
This returns all objects with the ID 1, 3, or 4.

383

384

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

startswith
op]nposepd performs a case-sensitive search based on the starting characters:
:::Ajpnu*k^fa_po*behpan$da]`heja[[op]nposepd9#Sehh#%
This will return the headlines “Will he run?” and “Willbur named judge,” but not “Who is
Will?” or “will found in crypt.”

istartswith
This method performs a case-insensitive search based on the starting characters:
:::Ajpnu*k^fa_po*behpan$da]`heja[[eop]nposepd9#sehh#%
This will return the headlines “Will he run?” “Willbur named judge,” and “will found in
crypt,” but not “Who is Will?”

endswith and iendswith
These methods perform case-sensitive and case-insensitive, respectively, searches based on
the ending characters, similar to op]nposepd and eop]nposepd:
:::Ajpnu*k^fa_po*behpan$da]`heja[[aj`osepd9#_]po#%
:::Ajpnu*k^fa_po*behpan$da]`heja[[eaj`osepd9#_]po#%

range
n]jca performs an inclusive range check:
:::op]np[`]pa9`]papeia*`]pa$.,,1(-(-%
:::aj`[`]pa9`]papeia*`]pa$.,,1(/(/-%
:::Ajpnu*k^fa_po*behpan$lq^[`]pa[[n]jca9$op]np[`]pa(aj`[`]pa%%
You can use n]jca anywhere you can use >APSAAJ in SQL—for dates, numbers, and even
characters.

year, month, and day
For date/datetime fields, these methods perform exact year, month, or day matches:
Napqnj]hhajpneaolq^heoda`ej.,,1
:::Ajpnu*k^fa_po*behpan$lq^[`]pa[[ua]n9.,,1%
Napqnj]hhajpneaolq^heoda`ej@a_ai^an
:::Ajpnu*k^fa_po*behpan$lq^[`]pa[[ikjpd9-.%
Napqnj]hhajpneaolq^heoda`kjpda/n`kbpdaikjpd
:::Ajpnu*k^fa_po*behpan$lq^[`]pa[[`]u9/%
?ki^ej]pekj6napqnj]hhajpneaokj?dneopi]okb]juua]n
:::Ajpnu*k^fa_po*behpan$lq^[`]pa[[ikjpd9-.(lq^[`]pa[`]u9.1%

APPENDIX B N DATABASE API REFERENCE

isnull
This method takes either Pnqa or B]hoa, which correspond to SQL queries of EOJQHH and EO
JKPJQHH, respectively:
:::Ajpnu*k^fa_po*behpan$lq^[`]pa[[eojqhh9Pnqa%

search
oa]n_d is a Boolean full-text search that takes advantage of full-text indexing. This is like
_kjp]ejo but is significantly faster due to full-text indexing.
Note this is available only in MySQL and requires direct manipulation of the database
to add the full-text index.

The pk Lookup Shortcut
For convenience, Django provides a lg lookup type, which stands for “primary_key.”
In the example >hkc model, the primary key is the e` field, so these three statements are
equivalent:
:::>hkc*k^fa_po*cap$e`[[at]_p9-0%Atlhe_epbkni
:::>hkc*k^fa_po*cap$e`9-0%[[at]_peoeilhea`
:::>hkc*k^fa_po*cap$lg9-0%lgeilheaoe`[[at]_p
The use of lg isn’t limited to [[at]_p queries—any query term can be combined with lg to
perform a query on a model’s primary key:
Cap^hkcoajpneaosepde`-(0(]j`3
:::>hkc*k^fa_po*behpan$lg[[ej9W-(0(3Y%
Cap]hh^hkcajpneaosepde`:-0
:::>hkc*k^fa_po*behpan$lg[[cp9-0%
lg lookups also work across joins. For example, these three statements are equivalent:
:::Ajpnu*k^fa_po*behpan$^hkc[[e`[[at]_p9/%Atlhe_epbkni
:::Ajpnu*k^fa_po*behpan$^hkc[[e`9/%[[at]_peoeilhea`
:::Ajpnu*k^fa_po*behpan$^hkc[[lg9/%[[lgeilheao[[e`[[at]_p
The point of lg is to give you a generic way to refer to the primary key when you’re not
sure whether the model’s primary key is called e`.

Complex Lookups with Q Objects
Keyword argument queries—in behpan$% and so on—are =J@ed together. If you need to execute
more-complex queries (e.g., queries with KN statements), you can use M objects.
A M object (`f]jck*`^*ik`aho*M) is an object used to encapsulate a collection of keyword
arguments. These keyword arguments are specified as explained in the “Field Lookups”
section.

385

386

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

For example, this M object encapsulates a single HEGA query:
M$mqaopekj[[op]nposepd9#Sd]p#%
M objects can be combined using the " and x operators. When an operator is used on two M
objects, it yields a new M object. For example, this statement yields a single M object that represents the KN of two mqaopekj[[op]nposepd queries:
M$mqaopekj[[op]nposepd9#Sdk#%xM$mqaopekj[[op]nposepd9#Sd]p#%
This is equivalent to the following SQL SDANA clause:
SDANAmqaopekjHEGA#Sdk!#KNmqaopekjHEGA#Sd]p!#
You can compose statements of arbitrary complexity by combining M objects with the "
and x operators. You can also use parenthetical grouping.
Each lookup function that takes keyword arguments (e.g., behpan$%, at_hq`a$%, cap$%)
can also be passed one or more M objects as positional (not-named) arguments. If you provide
multiple M object arguments to a lookup function, the arguments will be =J@ed together, as in
this example:
Lkhh*k^fa_po*cap$
M$mqaopekj[[op]nposepd9#Sdk#%(
M$lq^[`]pa9`]pa$.,,1(1(.%%xM$lq^[`]pa9`]pa$.,,1(1(2%%
%
This roughly translates into the following SQL:
OAHA?P&bnkilkhhoSDANAmqaopekjHEGA#Sdk!#
=J@$lq^[`]pa9#.,,1),1),.#KNlq^[`]pa9#.,,1),1),2#%
Lookup functions can mix the use of M objects and keyword arguments. All arguments
provided to a lookup function (be they keyword arguments or M objects) are =J@ed together.
However, if a M object is provided, it must precede the definition of any keyword arguments.
For example, the following
Lkhh*k^fa_po*cap$
M$lq^[`]pa9`]pa$.,,1(1(.%%xM$lq^[`]pa9`]pa$.,,1(1(2%%(
mqaopekj[[op]nposepd9#Sdk#%
would be a valid query, equivalent to the previous example, but this would not be valid:
EJR=HE@MQANU
Lkhh*k^fa_po*cap$
mqaopekj[[op]nposepd9#Sdk#(
M$lq^[`]pa9`]pa$.,,1(1(.%%xM$lq^[`]pa9`]pa$.,,1(1(2%%%
You can find some examples online at dppl6++sss*`f]jcklnkfa_p*_ki+`k_qiajp]pekj+ik`aho+
kn[hkkgqlo+.

APPENDIX B N DATABASE API REFERENCE

Related Objects
When you define a relationship in a model (i.e., a BknaecjGau, KjaPkKjaBeah`, or
I]juPkI]juBeah`), instances of that model will have a convenient API to access the related
object(s).
For example, an Ajpnu object a can get its associated >hkc object by accessing the ^hkc
attribute a*^hkc.
Django also creates API accessors for the “other” side of the relationship—the link from
the related model to the model that defines the relationship. For example, a >hkc object ^ has
access to a list of all related Ajpnu objects via the ajpnu[oap attribute: ^*ajpnu[oap*]hh$%.
All examples in this section use the sample >hkc, =qpdkn, and Ajpnu models defined at the
start of this appendix.

Lookups That Span Relationships
Django offers a powerful and intuitive way to “follow” relationships in lookups, taking care
of the SQL FKEJs for you automatically behind the scenes. To span a relationship, just use the
field name of related fields across models, separated by double underscores, until you get to
the field you want.
This example retrieves all Ajpnu objects with a >hkc whose j]ia is #>a]phao>hkc#:
:::Ajpnu*k^fa_po*behpan$^hkc[[j]ia[[at]_p9#>a]phao>hkc#%
This spanning can be as deep as you’d like.
It works backward, too. To refer to a “reverse” relationship (see the section “‘Reverse’
Foreign-Key Relationships”), just use the lowercase name of the model.
This example retrieves all >hkc objects that have at least one Ajpnu whose da]`heja contains #Hajjkj#:
:::>hkc*k^fa_po*behpan$ajpnu[[da]`heja[[_kjp]ejo9#Hajjkj#%

Foreign-Key Relationships
If a model has a BknaecjGau, instances of that model will have access to the related (foreign)
object via a simple attribute of the model, as in this example:
a9Ajpnu*k^fa_po*cap$e`9.%
a*^hkcNapqnjopdanah]pa`>hkck^fa_p*
You can get and set foreign-key values via a foreign-key attribute. As you may expect,
changes to the foreign key aren’t saved to the database until you call o]ra$%, as in this example:
a9Ajpnu*k^fa_po*cap$e`9.%
a*^hkc9okia[^hkc
a*o]ra$%

387

388

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

If a BknaecjGau field has jqhh9Pnqa set (i.e., it allows JQHH values), you can set it to JQHH by
assigning Jkja to it and saving:
a9Ajpnu*k^fa_po*cap$e`9.%
a*^hkc9Jkja
a*o]ra$%QL@=PA^hkc[ajpnuOAP^hkc[e`9JQHH***7
Forward access to one-to-many relationships is cached the first time the related object is
accessed. Subsequent accesses to the foreign key on the same object instance are cached, as in
this example:
a9Ajpnu*k^fa_po*cap$e`9.%
lnejpa*^hkcDepopda`]p]^]oapknapnearapda]ook_e]pa`>hkc*
lnejpa*^hkc@kaoj#pdeppda`]p]^]oa7qoao_]_da`ranoekj*
Note that the oaha_p[nah]pa`$% MqanuOap method recursively prepopulates the cache of all
one-to-many relationships:
a9Ajpnu*k^fa_po*oaha_p[nah]pa`$%*cap$e`9.%
lnejpa*^hkc@kaoj#pdeppda`]p]^]oa7qoao_]_da`ranoekj*
lnejpa*^hkc@kaoj#pdeppda`]p]^]oa7qoao_]_da`ranoekj*
oaha_p[nah]pa`$% is documented in the “select_related()” section earlier in this appendix.

“Reverse” Foreign-Key Relationships
Foreign-key relationships are automatically symmetrical—a reverse relationship is inferred
from the presence of a BknaecjGau pointing to another model.
If a model has a BknaecjGau, instances of the foreign-key model will have access to a
I]j]can that returns all instances of the first model that relate to that object. By default, this
I]j]can is named BKK[oap, where BKK is the source model name, lowercased. This I]j]can
returns MqanuOapo, which can be filtered and manipulated as described in the “Retrieving
Objects” section earlier in this appendix.
Here’s an example:
^9>hkc*k^fa_po*cap$e`9-%
^*ajpnu[oap*]hh$%Napqnjo]hhAjpnuk^fa_ponah]pa`pk>hkc*
^*ajpnu[oapeo]I]j]canpd]pnapqnjoMqanuOapo*
^*ajpnu[oap*behpan$da]`heja[[_kjp]ejo9#Hajjkj#%
^*ajpnu[oap*_kqjp$%
You can override the BKK[oap name by setting the nah]pa`[j]ia parameter in
the BknaecjGau$% definition. For example, if the Ajpnu model was altered to ^hkc9
BknaecjGau$>hkc(nah]pa`[j]ia9#ajpneao#%, the preceding example code would look
like this:

APPENDIX B N DATABASE API REFERENCE

^9>hkc*k^fa_po*cap$e`9-%
^*ajpneao*]hh$%Napqnjo]hhAjpnuk^fa_ponah]pa`pk>hkc*
^*ajpneaoeo]I]j]canpd]pnapqnjoMqanuOapo*
^*ajpneao*behpan$da]`heja[[_kjp]ejo9#Hajjkj#%
^*ajpneao*_kqjp$%
nah]pa`[j]ia is particularly useful if a first model has two foreign keys to the same second
model.
You cannot access a reverse BknaecjGau I]j]can from the class; it must be accessed from
an instance:
>hkc*ajpnu[oapN]eoao=ppne^qpaAnnkn6I]j]caniqop^a]__aooa`re]ejop]j_a*
In addition to the MqanuOap methods defined in the earlier “Retrieving Objects” section,
the BknaecjGau I]j]can has these methods:
Ê

UÊ ]``$k^f-(k^f.(***%: Adds the specified model objects to the related object set,
for example
^9>hkc*k^fa_po*cap$e`9-%
a9Ajpnu*k^fa_po*cap$e`9./0%
^*ajpnu[oap*]``$a%=ook_e]paoAjpnuasepd>hkc^*

Ê

UÊ _na]pa$&&gs]nco%: Creates a new object, saves it, and puts it in the related object set.
It returns the newly created object:
^9>hkc*k^fa_po*cap$e`9-%
a9^*ajpnu[oap*_na]pa$da]`heja9#Dahhk#(^k`u[patp9#De#(
lq^[`]pa9`]papeia*`]pa$.,,1(-(-%%
Jkjaa`pk_]hha*o]ra$%]ppdeolkejpÍep#o]hna]`u^aajo]ra`*
This is equivalent to (but much simpler than) the following:
^9>hkc*k^fa_po*cap$e`9-%
a9Ajpnu$^hkc9^(da]`heja9#Dahhk#(^k`u[patp9#De#(
lq^[`]pa9`]papeia*`]pa$.,,1(-(-%%
a*o]ra$%
Note that there’s no need to specify the keyword argument of the model that defines
the relationship. In the preceding example, we don’t pass the parameter ^hkc to
_na]pa$%. Django figures out that the new Ajpnu object’s ^hkc field should be set to ^.

389

390

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

Ê

UÊ naikra$k^f-(k^f.(***%: Removes the specified model objects from the related
object set:
^9>hkc*k^fa_po*cap$e`9-%
a9Ajpnu*k^fa_po*cap$e`9./0%
^*ajpnu[oap*naikra$a%@eo]ook_e]paoAjpnuabnki>hkc^*
To prevent database inconsistency, this method exists only on BknaecjGau objects
where jqhh9Pnqa. If the related field can’t be set to Jkja (JQHH), then an object can’t be
removed from a relation without being added to another. In the preceding example,
removing a from ^*ajpnu[oap$% is equivalent to doing a*^hkc9Jkja, and because the
^hkc BknaecjGau doesn’t have jqhh9Pnqa, this is invalid.

Ê

UÊ _ha]n$%: Removes all objects from the related object set:
^9>hkc*k^fa_po*cap$e`9-%
^*ajpnu[oap*_ha]n$%
Note that this doesn’t delete the related objects—it just disassociates them.
Just like naikra$%, _ha]n$% is available only on BknaecjGaus where jqhh9Pnqa.

To assign the members of a related set in one fell swoop, just assign to it from any iterable
object, as in this example:
^9>hkc*k^fa_po*cap$e`9-%
^*ajpnu[oap9Wa-(a.Y
If the _ha]n$% method is available, any pre-existing objects will be removed from the
ajpnu[oap before all objects in the iterable (in this case, a list) are added to the set. If the
_ha]n$% method is not available, all objects in the iterable will be added without removing any
existing elements.
Each “reverse” operation described in this section has an immediate effect on the database. Every addition, creation, and deletion is immediately and automatically saved to the
database.

Many-to-Many Relationships
Both ends of a many-to-many relationship get automatic API access to the other end. The API
works just as a “reverse” one-to-many relationship (described in the previous section). The
only difference is in the attribute naming: the model that defines the I]juPkI]juBeah` uses
the attribute name of that field itself, whereas the “reverse” model uses the lowercased model
name of the original model, plus #[oap# (just like reverse one-to-many relationships).
An example makes this concept easier to understand:
a9Ajpnu*k^fa_po*cap$e`9/%
a*]qpdkno*]hh$%Napqnjo]hh=qpdknk^fa_pobknpdeoAjpnu*
a*]qpdkno*_kqjp$%
a*]qpdkno*behpan$j]ia[[_kjp]ejo9#Fkdj#%
]9=qpdkn*k^fa_po*cap$e`91%
]*ajpnu[oap*]hh$%Napqnjo]hhAjpnuk^fa_pobknpdeo=qpdkn*

APPENDIX B N DATABASE API REFERENCE

Like BknaecjGau, I]juPkI]juBeah` can specify nah]pa`[j]ia. In the preceding example,
if the I]juPkI]juBeah` in Ajpnu had specified nah]pa`[j]ia9#ajpneao#, then each =qpdkn
instance would have an ajpneao attribute instead of ajpnu[oap.

HOW ARE THE REVERSE RELATIONSHIPS POSSIBLE?
Some OBJECT RELATIONAL MAPPERS REQUIRE YOU TO DEFINE RELATIONSHIPS ON BOTH SIDES 4HE $JANGO DEVELOPERS
BELIEVE THIS IS A VIOLATION OF THE $29 $ONT 2EPEAT 9OURSELF PRINCIPLE SO $JANGO REQUIRES YOU TO DEFINE THE
RELATIONSHIP ON ONLY ONE END "UT HOW IS THIS POSSIBLE GIVEN THAT A MODEL CLASS DOESNT KNOW WHICH OTHER
model classes are related to it until those other model classes are loaded?
The answer lies in the EJOP=HHA@[=LLO setting. The first time any model is loaded, Django iterates
over every model in EJOP=HHA@[=LLO and creates the reverse relationships in memory as needed. Essen
tially, one of the functions of EJOP=HHA@[=LLO is to tell Django the entire model domain.

Queries over Related Objects
Queries involving related objects follow the same rules as queries involving normal value
fields. When specifying the value for a query to match, you may use either an object instance
itself or the primary-key value for the object.
For example, if you have a >hkc object ^ with e`91, the following three queries would be
identical:
Ajpnu*k^fa_po*behpan$^hkc9^%Mqanuqoejck^fa_pejop]j_a
Ajpnu*k^fa_po*behpan$^hkc9^*e`%Mqanuqoejce`bnkiejop]j_a
Ajpnu*k^fa_po*behpan$^hkc91%Mqanuqoejce``ena_phu

Deleting Objects
The deletion method, conveniently, is named `ahapa$%. This method immediately deletes the
object and has no return value:
a*`ahapa$%
You can also delete objects in bulk. Every MqanuOap has a `ahapa$% method, which deletes
all members of that MqanuOap. For example, this deletes all Ajpnu objects with a lq^[`]pa year
of 2005:
Ajpnu*k^fa_po*behpan$lq^[`]pa[[ua]n9.,,1%*`ahapa$%
When Django deletes an object, it emulates the behavior of the SQL constraint KJ@AHAPA
?=O?=@A—in other words, any objects that had foreign keys pointing at the object to be deleted
will be deleted along with it. Here’s an example:
^9>hkc*k^fa_po*cap$lg9-%
Pdeosehh`ahapapda>hkc]j`]hhkbepoAjpnuk^fa_po*
^*`ahapa$%

391

392

A PPENDIX B N D A TA B A S E A P I R EFER ENC E

Note that `ahapa$% is the only MqanuOap method that is not exposed on a I]j]can itself.
This is a safety mechanism to prevent you from accidentally requesting Ajpnu*k^fa_po*
`ahapa$% and deleting all the entries. If you do want to delete all the objects, then you have
to explicitly request a complete query set:
Ajpnu*k^fa_po*]hh$%*`ahapa$%

Shortcuts
As you develop views, you will discover a number of common idioms in the way you use the
database API. Django encodes some of these idioms as shortcuts that can be used to simplify
the process of writing views. These functions are in the `f]jck*odknp_qpo module.

get_object_or_404()
One common idiom is to use cap$% and raise Dppl0,0 if the object doesn’t exist. This idiom is
captured by cap[k^fa_p[kn[0,0$%. This function takes a Django model as its first argument
and an arbitrary number of keyword arguments, which it passes to the default manager’s cap$%
function. It raises Dppl0,0 if the object doesn’t exist. Consider this example:
CappdaAjpnusepd]lnei]nugaukb/
a9cap[k^fa_p[kn[0,0$Ajpnu(lg9/%
When you provide a model to this shortcut function, the default manager is used to execute the underlying cap$% query. If you don’t want to use the default manager or if you want
to search a list of related objects, you can provide cap[k^fa_p[kn[0,0$% with a I]j]can object
instead:
Cappda]qpdknkb^hkcejop]j_aasepd]j]iakb#Bna`#
]9cap[k^fa_p[kn[0,0$a*]qpdkno(j]ia9#Bna`#%
Qoa]_qopkii]j]can#na_ajp[ajpneao#ejpdaoa]n_dbkn]j
ajpnusepd]lnei]nugaukb/
a9cap[k^fa_p[kn[0,0$Ajpnu*na_ajp[ajpneao(lg9/%

get_list_or_404()
cap[heop[kn[0,0 behaves the same way as cap[k^fa_p[kn[0,0$%, except that it uses behpan$%
instead of cap$%. It raises Dppl0,0 if the list is empty.

APPENDIX B N DATABASE API REFERENCE

Falling Back to Raw SQL
If you find yourself needing to write an SQL query that is too complex for Django’s database
mapper to handle, you can fall back into raw SQL-statement mode.
The preferred way to do this is by giving your model custom methods or custom manager methods that execute queries. Although there’s nothing in Django that requires database
queries to live in the model layer, this approach keeps all your data-access logic in one place,
which is smart from a code-organization standpoint. For instructions, see Appendix A.
Finally, it’s important to note that the Django database layer is merely an interface to your
database. You can access your database via other tools, programming languages, or database
frameworks—there’s nothing Django-specific about your database.

393

A PPE ND IX

C

Generic View Reference
C

hapter 11 introduced generic views but leaves out some of the gory details. This appendix
describes each generic view along with all the options each view can take. Be sure to read
Chapter 11 before trying to understand the reference material that follows. You might want to
refer to the >kkg, Lq^heodan, and =qpdkn objects defined in that chapter; the examples that follow use these models.

Common Arguments to Generic Views
Most of these views take a large number of arguments that can change the generic view’s
behavior. Many of these arguments work the same across a large number of views. Table C-1
describes each of these common arguments; any time you see one of these arguments in a
generic view’s argument list, it will work as described in the table.
Table C-1. Common Arguments to Generic Views

Argument

Description

]hhks[ailpu

A Boolean specifying whether to display the page if no objects are available. If this is B]hoa and no objects are available, the view will raise a 404
error instead of displaying an empty page. By default, this is Pnqa.

_kjpatp[lnk_aookno

A list of additional template-context processors (besides the defaults) to
apply to the view’s template. See Chapter 9 for information on template
context processors.

atpn][_kjpatp

A dictionary of values to add to the template context. By default, this is an
empty dictionary. If a value in the dictionary is callable, the generic view
will call it just before rendering the template.

ieiapula

The MIME type to use for the resulting document. It defaults to the value
of the @AB=QHP[IEIA[PULA setting, which is patp+dpih if you haven’t
changed it.

mqanuoap

A MqanuOap (i.e., something like =qpdkn*k^fa_po*]hh$%) to read objects
from. See Appendix B for more information about MqanuOap objects. Most
generic views require this argument.
Continued

395

396

A PPENDIX C N GE NER IC VIEW R EFER ENC E

Table C-1. Continued

Argument

Description

pailh]pa[hk]`an

The template loader to use when loading the template. By default, it’s
`f]jck*pailh]pa*hk]`an. See Chapter 9 for information on template
loaders.

pailh]pa[j]ia

The full name of a template to use in rendering the page. This lets you
override the default template name derived from the MqanuOap.

pailh]pa[k^fa_p[j]ia The name of the template variable to use in the template context. By
default, this is #k^fa_p#. Views that list more than one object (i.e., k^fa_p[
heop views and various objects-for-date views) will append #[heop# to the
value of this parameter.

“Simple” Generic Views
The module `f]jck*reaso*cajane_*oeilha contains simple views that handle a couple of common cases: rendering a template when no view logic is needed and issuing a redirect.

Rendering a Template
View function: `f]jck*reaso*cajane_*oeilha*`ena_p[pk[pailh]pa
This view renders a given template, passing it a wwl]n]ioyy template variable, which is a
dictionary of the parameters captured in the URL.

Example
Given the following URLconf, a request to +bkk+ would render the template bkk[ej`at*dpih,
and a request to +bkk+-1+ would render bkk[`ap]eh*dpih with a context variable
wwl]n]io*e`yy that is set to -1:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_*oeilhaeilknp`ena_p[pk[pailh]pa
qnhl]ppanjo9l]ppanjo$##(
$n#Zbkk+ #(`ena_p[pk[pailh]pa(w#pailh]pa#6#bkk[ej`at*dpih#y%(
$n#Zbkk+$;L8e`:X`'%+ #(`ena_p[pk[pailh]pa(w#pailh]pa#6#bkk[`ap]eh*dpih#y%(
%

Required Arguments
Ê

UÊ pailh]pa: The full name of a template to use.

APPENDIX C N GENERIC VIEW REFERENCE

Redirecting to Another URL
View function: `f]jck*reaso*cajane_*oeilha*na`ena_p[pk
This view redirects to another URL. The given URL may contain dictionary-style string
formatting, which will be interpolated against the parameters captured in the URL.
If the given URL is Jkja, Django will return an HTTP 410 (“Gone”) message.

Example
This URLconf redirects from +bkk+8e`:+ to +^]n+8e`:+:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_*oeilhaeilknpna`ena_p[pk
qnhl]ppanjo9l]ppanjo$#`f]jck*reaso*cajane_*oeilha#(
$#Zbkk+$;l8e`:X`'%+ #(na`ena_p[pk(w#qnh#6#+^]n+!$e`%o+#y%(
%
This example returns a “Gone” response for requests to +^]n+:
bnki`f]jck*reaso*cajane_*oeilhaeilknpna`ena_p[pk
qnhl]ppanjo9l]ppanjo$#`f]jck*reaso*cajane_*oeilha#(
$#Z^]n+ #(na`ena_p[pk(w#qnh#6Jkjay%(
%

Required Arguments
Ê

UÊ qnh: The URL to redirect to, as a string. Or Jkja to return a 410 (“Gone”) HTTP
response.

List/Detail Generic Views
The list/detail generic views (in the module `f]jck*reaso*cajane_*heop[`ap]eh) handle the
common case of displaying a list of items at one view and individual “detail” views of those
items at another.

Lists of Objects
View function: `f]jck*reaso*cajane_*heop[`ap]eh*k^fa_p[heop
Use this view to display a page representing a list of objects.

Example
Given the =qpdkn object from Chapter 5, we can use the k^fa_p[heop view to show a simple list
of all authors, given the following URLconf snippet:
bnkiiuoepa*^kkgo*ik`ahoeilknp=qpdkn
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_eilknpheop[`ap]eh

397

398

A PPENDIX C N GE NER IC VIEW R EFER ENC E

]qpdkn[heop[ejbk9w
#mqanuoap#6=qpdkn*k^fa_po*]hh$%(
y
qnhl]ppanjo9l]ppanjo$##(
$n#]qpdkno+ #(heop[`ap]eh*k^fa_p[heop(]qpdkn[heop[ejbk%
%

Required Arguments
Ê

UÊ mqanuoap: A MqanuOap of objects to list (refer to Table C-1).

Optional Arguments
Ê

UÊ l]cej]pa[^u: An integer specifying how many objects should be displayed per page. If
this is given, the view will paginate objects with l]cej]pa[^u objects per page. The view
will expect either a l]ca query string parameter (via CAP) containing a zero-indexed
page number or a l]ca variable specified in the URLconf. (See the following “A Note
on Pagination” sidebar.)
Additionally, this view may take any of these common arguments (described in Table C-1):

Ê

UÊ ]hhks[ailpu

Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

Ê

UÊ pailh]pa[k^fa_p[j]ia

Template Name
If pailh]pa[j]ia isn’t specified, this view will use the template 8]ll[h]^ah:+8ik`ah[j]ia:[
heop*dpih by default. Both the application label and the model name are derived from the
mqanuoap parameter. The application label is the name of the application that the model is
defined in, and the model name is the lowercased version of the name of the model class.
In the previous example using =qpdkn*k^fa_po*]hh$% as the mqanuoap, the application label
would be ^kkgo and the model name would be ]qpdkn. This means the default template would
be ^kkgo+]qpdkn[heop*dpih.

APPENDIX C N GENERIC VIEW REFERENCE

Template Context
In addition to atpn][_kjpatp, the template’s context will contain the following:
Ê

UÊ k^fa_p[heop: The list of objects. This variable’s name depends on the pailh]pa[k^fa_p[
j]ia parameter, which is #k^fa_p# by default. If pailh]pa[k^fa_p[j]ia is #bkk#, this
variable’s name will be bkk[heop.

Ê

UÊ eo[l]cej]pa`: A Boolean representing whether the results are paginated. Specifically,
this is set to B]hoa if the number of available objects is less than or equal to l]cej]pa[^u.
If the results are paginated, the context will contain these extra variables:

Ê

UÊ naoqhpo[lan[l]ca: The number of objects per page (this is the same as the l]cej]pa[^u
parameter).

Ê

UÊ d]o[jatp: A Boolean representing whether there’s a next page.

Ê

UÊ d]o[lnarekqo: A Boolean representing whether there’s a previous page.

Ê

UÊ l]ca: The current page number as an integer. This is 1-based.

Ê

UÊ jatp: The next page number, as an integer. If there’s no next page, this will still be an
integer representing the theoretical next-page number. This is 1-based.

Ê

UÊ lnarekqo: The previous page number, as an integer. This is 1-based.

Ê

UÊ l]cao: The total number of pages, as an integer.

Ê

UÊ depo: The total number of objects across all pages, not just this page.

A NOTE ON PAGINATION
If l]cej]pa[^u is specified, Django will paginate the results. You can specify the page number in the URL in
one of two ways:
s 5SE THE l]ca parameter in the URLconf. For example, this is what your URLconf might look like:
$n#Zk^fa_po+l]ca$;L8l]ca:W,)5Y'%+ #(#k^fa_p[heop#(`e_p$ejbk[`e_p%%
s 0ASS THE PAGE NUMBER VIA THE l]ca query-string parameter. For example, a URL would look like this:
+k^fa_po+;l]ca9/
In both cases, l]ca is 1-based, not 0-based, so the first page would be represented as page -.

399

400

A PPENDIX C N GE NER IC VIEW R EFER ENC E

Detail Views
View function: `f]jck*reaso*cajane_*heop[`ap]eh*k^fa_p[`ap]eh
This view provides a “detail” view of a single object.

Example
Continuing the previous k^fa_p[heop example, we could add a detail view for a given author by
modifying the URLconf:
bnkiiuoepa*^kkgo*ik`ahoeilknp=qpdkn
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_eilknpheop[`ap]eh
]qpdkn[heop[ejbk9w
#mqanuoap#6=qpdkn*k^fa_po*]hh$%(
y
]qpdkn[`ap]eh[ejbk9w
mqanuoap6=qpdkn*k^fa_po*]hh$%(
pailh]pa[k^fa_p[j]ia6]qpdkn(
y
qnhl]ppanjo9l]ppanjo$##(
$n#]qpdkno+ #(heop[`ap]eh*k^fa_p[heop(]qpdkn[heop[ejbk%(
$n#Z]qpdkno+$;L8k^fa_p[e`:`'%+ #(heop[`ap]eh*k^fa_p[`ap]eh(
]qpdkn[`ap]eh[ejbk%(
%

Required Arguments
Ê

UÊ mqanuoap: A MqanuOap that will be searched for the object (refer to Table C-1).
You'll also need either:

Ê

UÊ k^fa_p[e`: The value of the primary-key field for the object.

or
Ê

UÊ ohqc: The slug of the given object. If you pass this field, the ohqc[beah` argument
(see the following section) is also required.

Optional Arguments
Ê

UÊ ohqc[beah`: The name of the field on the object containing the slug. This is required if
you are using the ohqc argument, but it must be absent if you’re using the k^fa_p[e`
argument.

Ê

UÊ pailh]pa[j]ia[beah`: The name of a field on the object whose value is the template
name to use. This lets you store template names in your data.

APPENDIX C N GENERIC VIEW REFERENCE

In other words, if your object has a field #pda[pailh]pa# that contains a string #bkk*
dpih#, and you set pailh]pa[j]ia[beah` to #pda[pailh]pa#, the generic view for this
object will use the template #bkk*dpih#.
If the template named by pailh]pa[j]ia[beah` doesn’t exist, the one named by
pailh]pa[j]ia is used instead. It’s a bit of a brain-bender, but it’s useful in some cases.
This view may also take these common arguments (refer to Table C-1):
Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

Ê

UÊ pailh]pa[k^fa_p[j]ia

Template Name
If pailh]pa[j]ia and pailh]pa[j]ia[beah` aren’t specified, this view will use the template
8]ll[h]^ah:+8ik`ah[j]ia:[`ap]eh*dpih by default.

Template Context
In addition to atpn][_kjpatp, the template’s context will be as follows:
Ê

UÊ k^fa_p: The object. This variable’s name depends on the pailh]pa[k^fa_p[j]ia parameter, which is #k^fa_p# by default. If pailh]pa[k^fa_p[j]ia is #bkk#, this variable’s
name will be bkk.

Date-Based Generic Views
Date-based generic views are generally used to provide a set of “archive” pages for dated material. Think year/month/day archives for a newspaper, or a typical blog archive.

NTip "Y DEFAULT THESE VIEWS IGNORE OBJECTS WITH DATES IN THE FUTURE 4HIS MEANS THAT IF YOU TRY TO VISIT AN
ARCHIVE PAGE IN THE FUTURE $JANGO WILL AUTOMATICALLY SHOW A  h0AGE NOT FOUNDv ERROR EVEN IF THERE ARE
OBJECTS PUBLISHED THAT DAY 4HUS YOU CAN PUBLISH POSTDATED OBJECTS THAT DONT APPEAR PUBLICLY UNTIL THEIR
DESIRED PUBLICATION DATE (OWEVER FOR DIFFERENT TYPES OF DATE BASED OBJECTS THIS ISNT APPROPRIATE EG A CALENDAR OF UPCOMING EVENTS  &OR THESE VIEWS SETTING THE ]hhks[bqpqna option to Pnqa will make the future
OBJECTS APPEAR AND ALLOW USERS TO VISIT hFUTUREv ARCHIVE PAGES 

401

402

A PPENDIX C N GE NER IC VIEW R EFER ENC E

Archive Index
View function: `f]jck*reaso*cajane_*`]pa[^]oa`*]n_dera[ej`at
This view provides a top-level index page showing the “latest” (i.e., most recent) objects
by date.

Example
Say a typical book publisher wants a page of recently published books. Given some >kkg object
with a lq^he_]pekj[`]pa field, we can use the ]n_dera[ej`at view for this common task:
bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_eilknp`]pa[^]oa`
^kkg[ejbk9w
mqanuoap6>kkg*k^fa_po*]hh$%(
`]pa[beah`6lq^he_]pekj[`]pa
y
qnhl]ppanjo9l]ppanjo$##(
$n#Z^kkgo+ #(`]pa[^]oa`*]n_dera[ej`at(^kkg[ejbk%(
%

Required Arguments
Ê

UÊ `]pa[beah`: The name of the @]paBeah` or @]paPeiaBeah` in the MqanuOap’s model that
the date-based archive should use to determine the objects on the page.

Ê

UÊ mqanuoap: A MqanuOap of objects for which the archive serves.

Optional Arguments
Ê

UÊ ]hhks[bqpqna: A Boolean specifying whether to include “future” objects on this page, as
described in the previous note.

Ê

UÊ jqi[h]paop: The number of latest objects to send to the template context. By default,
it’s 15.
This view may also take these common arguments (refer to Table C-1):

Ê

UÊ ]hhks[ailpu

Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

APPENDIX C N GENERIC VIEW REFERENCE

Template Name
If pailh]pa[j]ia isn’t specified, this view will use the template 8]ll[h]^ah:+8ik`ah[j]ia:[
]n_dera*dpih by default.

Template Context
In addition to atpn][_kjpatp, the template’s context will be as follows:
Ê

UÊ `]pa[heop: A list of `]papeia*`]pa objects representing all years that have objects available according to mqanuoap. These are ordered in reverse.
For example, if you have blog entries from 2003 through 2006, this list will contain four
`]papeia*`]pa objects: one for each of those years.

Ê

UÊ h]paop: The jqi[h]paop objects in the system, in descending order by `]pa[beah`.
For example, if jqi[h]paop is -,, then h]paop will be a list of the latest 10 objects in
mqanuoap.

Year Archives
View function: `f]jck*reaso*cajane_*`]pa[^]oa`*]n_dera[ua]n
Use this view for yearly archive pages. These pages have a list of months in which objects
exist and they can optionally display all the objects published in a given year.

Example
Extending the ]n_dera[ej`at example from earlier, we’ll add a way to view all the books published in a given year:
bnkiiuoepa*^kkgo*ik`ahoeilknp>kkg
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
bnki`f]jck*reaso*cajane_eilknp`]pa[^]oa`
^kkg[ejbk9w
mqanuoap6>kkg*k^fa_po*]hh$%(
`]pa[beah`6lq^he_]pekj[`]pa
y
qnhl]ppanjo9l]ppanjo$##(
$n#Z^kkgo+ #(`]pa[^]oa`*]n_dera[ej`at(^kkg[ejbk%(
$n#Z^kkgo+$;L8ua]n:`w0y%+; #(`]pa[^]oa`*]n_dera[ua]n(^kkg[ejbk%(
%

Required Arguments
Ê

UÊ `]pa[beah`: As for ]n_dera[ej`at (refer to the previous section).

Ê

UÊ mqanuoap: A MqanuOap of objects for which the archive serves.

Ê

UÊ ua]n: The four-digit year for which the archive serves (as in our example, this is usually
taken from a URL parameter).

403

404

A PPENDIX C N GE NER IC VIEW R EFER ENC E

Optional Arguments
Ê

UÊ i]ga[k^fa_p[heop: A Boolean specifying whether to retrieve the full list of objects for
this year and pass those to the template. If Pnqa, this list of objects will be made available to the template as k^fa_p[heop. (The name k^fa_p[heop may be different; see
the information about k^fa_p[heop in the following “Template Context” section.) By
default, this is B]hoa.

Ê

UÊ ]hhks[bqpqna: A Boolean specifying whether to include “future” objects on this page.
This view may also take these common arguments (refer to Table C-1):

Ê

UÊ ]hhks[ailpu

Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

Ê

UÊ pailh]pa[k^fa_p[j]ia

Template Name
If pailh]pa[j]ia isn’t specified, this view will use the template 8]ll[h]^ah:+8ik`ah[j]ia:[
]n_dera[ua]n*dpih by default.

Template Context
In addition to atpn][_kjpatp, the template’s context will be as follows:
Ê

UÊ `]pa[heop: A list of `]papeia*`]pa objects representing all months that have objects
available in the given year, according to mqanuoap, in ascending order.

Ê

UÊ ua]n: The given year, as a four-character string.

Ê

UÊ k^fa_p[heop: If the i]ga[k^fa_p[heop parameter is Pnqa, this will be set to a list of
objects available for the given year, ordered by the date field. This variable’s name
depends on the pailh]pa[k^fa_p[j]ia parameter, which is #k^fa_p# by default.
If pailh]pa[k^fa_p[j]ia is #bkk#, this variable’s name will be bkk[heop.
If i]ga[k^fa_p[heop is B]hoa, k^fa_p[heop will be passed to the template as an
empty list.

Month Archives
View function: `f]jck*reaso*cajane_*`]pa[^]oa`*]n_dera[ikjpd
This view provides monthly archive pages showing all objects for a given month.

APPENDIX C N GENERIC VIEW REFERENCE

Example
Continuing with our example, adding month views should look familiar:
qnhl]ppanjo9l]ppanjo$##(
$n#Z^kkgo+ #(`]pa[^]oa`*]n_dera[ej`at(^kkg[ejbk%(
$n#Z^kkgo+$;L8ua]n:`w0y%+; #(`]pa[^]oa`*]n_dera[ua]n(^kkg[ejbk%(
$
n#Z$;L8ua]n:`w0y%+$;L8ikjpd:W])vYw/y%+ #(
`]pa[^]oa`*]n_dera[ikjpd(
^kkg[ejbk
%(
%

Required Arguments
Ê

UÊ ua]n: The four-digit year for which the archive serves (a string).

Ê

UÊ ikjpd: The month for which the archive serves, formatted according to the ikjpd[
bkni]p argument.

Ê

UÊ mqanuoap: A MqanuOap of objects for which the archive serves.

Ê

UÊ `]pa[beah`: The name of the @]paBeah` or @]paPeiaBeah` in the MqanuOap’s model that
the date-based archive should use to determine the objects on the page.

Optional Arguments
Ê

UÊ ikjpd[bkni]p: A format string that regulates what format the ikjpd parameter uses.
This should be in the syntax accepted by Python’s peia*opnbpeia. (See Python’s
opnbpeia documentation at dppl6++`k_o*lupdkj*knc+he^n]nu+peia*dpihpeia*
opnbpeia.) It’s set to !^ by default, which is a three-letter month abbreviation
(i.e., “jan,” “feb,” etc.). To change it to use numbers, use !i.

Ê

UÊ ]hhks[bqpqna: A Boolean specifying whether to include “future” objects on this page, as
described in the previous note.
This view may also take these common arguments (refer to Table C-1):

Ê

UÊ ]hhks[ailpu

Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

Ê

UÊ pailh]pa[k^fa_p[j]ia

405

406

A PPENDIX C N GE NER IC VIEW R EFER ENC E

Template Name
If pailh]pa[j]ia isn’t specified, this view will use the template 8]ll[h]^ah:+8ik`ah[j]ia:[
]n_dera[ikjpd*dpih by default.

Template Context
In addition to atpn][_kjpatp, the template’s context will be as follows:
Ê

UÊ ikjpd: A `]papeia*`]pa object representing the given month.

Ê

UÊ jatp[ikjpd: A `]papeia*`]pa object representing the first day of the next month. If the
next month is in the future, this will be Jkja.

Ê

UÊ lnarekqo[ikjpd: A `]papeia*`]pa object representing the first day of the previous
month. Unlike jatp[ikjpd, this will never be Jkja.

Ê

UÊ k^fa_p[heop: A list of objects available for the given month. This variable’s name
depends on the pailh]pa[k^fa_p[j]ia parameter, which is #k^fa_p# by default. If
pailh]pa[k^fa_p[j]ia is #bkk#, this variable’s name will be bkk[heop.

Week Archives
View function: `f]jck*reaso*cajane_*`]pa[^]oa`*]n_dera[saag
This view shows all objects in a given week.

NNote &OR THE SAKE OF CONSISTENCY WITH 0YTHONS BUILT IN DATETIME HANDLING $JANGO ASSUMES THAT THE FIRST
day of the week is Sunday.

Example
qnhl]ppanjo9l]ppanjo$##(
***
$
n#Z$;L8ua]n:`w0y%+$;L8saag:`w.y%+ #(
`]pa[^]oa`*]n_dera[saag(
^kkg[ejbk
%(
%

APPENDIX C N GENERIC VIEW REFERENCE

Required Arguments
Ê

UÊ ua]n: The four-digit year for which the archive serves (a string).

Ê

UÊ saag: The week of the year for which the archive serves (a string).

Ê

UÊ mqanuoap: A MqanuOap of objects for which the archive serves.

Ê

UÊ `]pa[beah`: The name of the @]paBeah` or @]paPeiaBeah` in the MqanuOap’s model that
the date-based archive should use to determine the objects on the page.

Optional Arguments
Ê

UÊ ]hhks[bqpqna: A Boolean specifying whether to include “future” objects on this page, as
described in the previous note.
This view may also take these common arguments (refer to Table C-1):

Ê

UÊ ]hhks[ailpu

Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

Ê

UÊ pailh]pa[k^fa_p[j]ia

Template Name
If pailh]pa[j]ia isn’t specified, this view will use the template 8]ll[h]^ah:+8ik`ah[j]ia:[
]n_dera[saag*dpih by default.

Template Context
In addition to atpn][_kjpatp, the template’s context will be as follows:
Ê

UÊ saag: A `]papeia*`]pa object representing the first day of the given week.

Ê

UÊ k^fa_p[heop: A list of objects available for the given week. This variable’s name
depends on the pailh]pa[k^fa_p[j]ia parameter, which is #k^fa_p# by default.
If pailh]pa[k^fa_p[j]ia is #bkk#, this variable’s name will be bkk[heop.

407

408

A PPENDIX C N GE NER IC VIEW R EFER ENC E

Day Archives
View function: `f]jck*reaso*cajane_*`]pa[^]oa`*]n_dera[`]u
This view generates all objects in a given day.

Example
qnhl]ppanjo9l]ppanjo$##(
***
$
n#Z$;L8ua]n:`w0y%+$;L8ikjpd:W])vYw/y%+$;L8`]u:`w.y%+ #(
`]pa[^]oa`*]n_dera[`]u(
^kkg[ejbk
%(
%

Required Arguments
Ê

UÊ ua]n: The four-digit year for which the archive serves (a string).

Ê

UÊ ikjpd: The month for which the archive serves, formatted according to the ikjpd[
bkni]p argument.

Ê

UÊ `]u: The day for which the archive serves, formatted according to the `]u[bkni]p
argument.

Ê

UÊ mqanuoap: A MqanuOap of objects for which the archive serves.

Ê

UÊ `]pa[beah`: The name of the @]paBeah` or @]paPeiaBeah` in the MqanuOap’s model that
the date-based archive should use to determine the objects on the page.

Optional Arguments
Ê

UÊ ikjpd[bkni]p: A format string that regulates what format the ikjpd parameter uses.
See the detailed explanation in the preceding “Month Archives” section.

Ê

UÊ `]u[bkni]p: Like ikjpd[bkni]p, but for the `]u parameter. It defaults to !` (the day of
the month as a decimal number, 01-31).

Ê

UÊ ]hhks[bqpqna: A Boolean specifying whether to include “future” objects on this page, as
described in the previous note.
This view may also take these common arguments (refer to Table C-1):

Ê

UÊ ]hhks[ailpu

Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

APPENDIX C N GENERIC VIEW REFERENCE

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

Ê

UÊ pailh]pa[k^fa_p[j]ia

Template Name
If pailh]pa[j]ia isn’t specified, this view will use the template 8]ll[h]^ah:+8ik`ah[j]ia:[
]n_dera[`]u*dpih by default.

Template Context
In addition to atpn][_kjpatp, the template’s context will be as follows:
Ê

UÊ `]u: A `]papeia*`]pa object representing the given day.

Ê

UÊ jatp[`]u: A `]papeia*`]pa object representing the next day. If the next day is in the
future, this will be Jkja.

Ê

UÊ lnarekqo[`]u: A `]papeia*`]pa object representing the previous day. Unlike jatp[`]u,
this will never be Jkja.

Ê

UÊ k^fa_p[heop: A list of objects available for the given day. This variable’s name depends
on the pailh]pa[k^fa_p[j]ia parameter, which is #k^fa_p# by default. If pailh]pa[
k^fa_p[j]ia is #bkk#, this variable’s name will be bkk[heop.

Archive for Today
The `f]jck*reaso*cajane_*`]pa[^]oa`*]n_dera[pk`]u view shows all objects for today. This
is exactly the same as ]n_dera[`]u, except the ua]n/ikjpd/`]u arguments are not used, and
today’s date is used instead.

Example
qnhl]ppanjo9l]ppanjo$##(
***
$n#Z^kkgo+pk`]u+ #(`]pa[^]oa`*]n_dera[pk`]u(^kkg[ejbk%(
%

Date-Based Detail Pages
View function: `f]jck*reaso*cajane_*`]pa[^]oa`*k^fa_p[`ap]eh
Use this view for a page representing an individual object.
This has a different URL from the k^fa_p[`ap]eh view; the k^fa_p[`ap]eh view uses URLs
such as +ajpneao+8ohqc:+, whereas this one uses URLs such as +ajpneao+.,,2+]qc+.3+8ohqc:+.

409

410

A PPENDIX C N GE NER IC VIEW R EFER ENC E

NNote )F YOURE USING DATE BASED DETAIL PAGES WITH SLUGS IN THE 52,S YOU PROBABLY ALSO WANT TO USE
the qjemqa[bkn[`]pa OPTION ON THE SLUG FIELD TO VALIDATE THAT SLUGS ARENT DUPLICATED IN A SINGLE DAY
See Appendix A for details on qjemqa[bkn[`]pa.

Example
This one differs (slightly) from all the other date-based examples in that we need to provide
either an object ID or a slug so that Django can look up the object in question.
Since the object we’re using doesn’t have a slug field, we’ll use ID-based URLs. It’s considered a best practice to use a slug field, but in the interest of simplicity we’ll let it go.
qnhl]ppanjo9l]ppanjo$##(
***
$
n#Z$;L8ua]n:`w0y%+$;L8ikjpd:W])vYw/y%+$;L8`]u:`w.y%+$;L8k^fa_p[e`:Ws)Y'%+ #(
`]pa[^]oa`*k^fa_p[`ap]eh(
^kkg[ejbk
%(
%

Required Arguments
Ê

UÊ ua]n: The object’s four-digit year (a string).

Ê

UÊ ikjpd: The object’s month, formatted according to the ikjpd[bkni]p argument.

Ê

UÊ `]u: The object’s day, formatted according to the `]u[bkni]p argument.

Ê

UÊ mqanuoap: A MqanuOap that contains the object.

Ê

UÊ `]pa[beah`: The name of the @]paBeah` or @]paPeiaBeah` in the MqanuOap’s model that
the generic view should use to look up the object according to ua]n, ikjpd, and `]u.
You’ll also need either:

Ê

UÊ k^fa_p[e`: The value of the primary-key field for the object.

or:
Ê

UÊ ohqc: The slug of the given object. If you pass this field, then the ohqc[beah` argument
(described in the following section) is also required.

APPENDIX C N GENERIC VIEW REFERENCE

Optional Arguments
Ê

UÊ ]hhks[bqpqna: A Boolean specifying whether to include “future” objects on this page,
as described in the previous note.

Ê

UÊ `]u[bkni]p: Like ikjpd[bkni]p, but for the `]u parameter. It defaults to !` (the day of
the month as a decimal number, 01-31).

Ê

UÊ ikjpd[bkni]p: A format string that regulates what format the ikjpd parameter uses.
See the detailed explanation in the “Month Archives” section.

Ê

UÊ ohqc[beah`: The name of the field on the object containing the slug. This is required if
you are using the ohqc argument, but it must be absent if you’re using the k^fa_p[e`
argument.

Ê

UÊ pailh]pa[j]ia[beah`: The name of a field on the object whose value is the template
name to use. This lets you store template names in the data. In other words, if your
object has a field #pda[pailh]pa# that contains a string #bkk*dpih#, and you set
pailh]pa[j]ia[beah` to #pda[pailh]pa#, the generic view for this object will use
the template #bkk*dpih#.
This view may also take these common arguments (refer to Table C-1):

Ê

UÊ _kjpatp[lnk_aookno

Ê

UÊ atpn][_kjpatp

Ê

UÊ ieiapula

Ê

UÊ pailh]pa[hk]`an

Ê

UÊ pailh]pa[j]ia

Ê

UÊ pailh]pa[k^fa_p[j]ia

Template Name
If pailh]pa[j]ia and pailh]pa[j]ia[beah` aren’t specified, this view will use the template
8]ll[h]^ah:+8ik`ah[j]ia:[`ap]eh*dpih by default.

Template Context
In addition to atpn][_kjpatp, the template’s context will be as follows:
Ê

UÊ k^fa_p: The object. This variable’s name depends on the pailh]pa[k^fa_p[j]ia parameter, which is #k^fa_p# by default. If pailh]pa[k^fa_p[j]ia is #bkk#, this variable’s
name will be bkk.

411

A PPE ND IX

D

Settings
Y

our Django settings file contains all the configuration of your Django installation. This
appendix explains how settings work and which settings are available.

The Basics of Settings Files
A settings file is just a Python module with module-level variables.
Here are a couple of example settings:
@A>QC9B]hoa
@AB=QHP[BNKI[AI=EH9#sa^i]opanˆ`Ê*ÞÌ œ˜ÊVœ`iÆÊÃޘÌ>ÝÊiÀÀœÀÃÊ>Ài˜½ÌÊ>œÜi`°

Ê

UÊ ÌÊV>˜Ê>ÃÈ}˜ÊÃiÌ̈˜}ÃÊ`ޘ>“ˆV>ÞÊÕȘ}ʘœÀ“>Ê*ÞÌ œ˜ÊÃޘÌ>Ý]ÊvœÀÊiÝ>“«i
IU[OAPPEJC9Wopn$e%bkneejn]jca$/,%Y

Ê

UÊ ÌÊV>˜Êˆ“«œÀÌÊÛ>Õià from other settings files.

Default Settings
A Django settingsÊvˆiÊ`œiؽÌÊ >ÛiÊ̜Ê`ivˆ˜iÊ>˜ÞÊÃiÌ̈˜}ÃʈvʈÌÊ`œiؽÌʘii`Ê̜°Ê >V ÊÃiÌ̈˜}Ê
has a sensible default value. These defaults live in the file `f]jck+_kjb+chk^]h[oappejco*lu.
Here are the steps Django uses in compiling settings:
1. Load settings from chk^]h[oappejco*lu.
2. Load settings from the specified settings file, overriding the global settings as
necessary.
Note that a settings file should not import from chk^]h[oappejco*lu, becauseÊÌ >̽ÃÊ
redundant.

413

414

A PPENDIX D N SETTING S

Seeing Which Settings You’ve Changed
/ iÀi½ÃÊ>˜Êi>ÃÞ way to view which of your settings deviate from the default settings. The
command i]j]ca*lu`ebboappejco displays differences between the current settings file and
>˜}œ½ÃÊ`iv>ՏÌÊÃiÌ̈˜}ð
i]j]ca*lu is described in more detail in Appendix F.

Using Settings in Python Code
˜ÊޜÕÀÊ >˜}œ applications, use settings by importing the object `f]jck*_kjb*oappejco, as in
this example:
bnki`f]jck*_kjbeilknpoappejco
eboappejco*@A>QC6
@kokiapdejc
Note that `f]jck*_kjb*oappejcoʈؽÌÊ>ʓœ`ՏiÆʈ̽ÃÊ>˜ÊœLiVÌ°Ê-œÊˆ“«œÀ̈˜}ʈ˜`ˆÛˆ`Õ>ÊÃiÌtings is not possible:
bnki`f]jck*_kjb*oappejcoeilknp@A>QCPdeoskj#pskng*
Also note that your code should not import from either chk^]h[oappejco or your own settings file. `f]jck*_kjb*oappejco abstracts the concepts of default settings and site-specific
ÃiÌ̈˜}ÃÆʈÌÊ«ÀiÃi˜ÌÃÊ>ÊȘ}iʈ˜ÌiÀv>Vi°ÊÌÊ>ÃœÊ`iVœÕ«iÃÊÌ iÊVœ`iÊÌ >ÌÊÕÃiÃÊÃiÌ̈˜}à from the
location of your settings.

Altering Settings at Runtime
9œÕÊà œÕ`˜½ÌÊ>ÌiÀÊÃiÌ̈˜}Ãʈ˜ÊޜÕÀÊ>««ˆV>̈œ˜ÃÊ>ÌÊÀ՘̈“i°ÊœÀÊiÝ>“«i]Ê`œ˜½ÌÊ`œÊÌ ˆÃʈ˜Ê
a view:
bnki`f]jck*_kjbeilknpoappejco
oappejco*@A>QC9Pnqa@kj#p`kpdeo
The only place that settings should be defined in is a settings file.

Security
Because a settings file contains sensitive information, such as the database password, you
should make every attempt to limit access to it. For example, change its file permissions so
Ì >Ìʜ˜ÞÊޜÕÊ>˜`ÊޜÕÀÊ7iLÊÃiÀÛiÀ½ÃÊÕÃiÀÃÊV>˜ÊÀi>`ʈ̰Ê/ ˆÃʈÃÊiëiVˆ>Þ important in a sharedhosting environment.

APPENDIX D N SETTINGS

Creating Your Own Settings
/ iÀi½ÃʘœÌ ˆ˜}ÊÃ̜««ˆ˜} you from creating your own settings for your own Django applications. Just follow these conventions:
Ê

UÊ 1ÃiÊ>ÊÕ««iÀV>ÃiÊvœÀÊÃiÌ̈˜}ʘ>“ið

Ê

UÊ œÀÊÃiÌ̈˜}ÃÊÌ >ÌÊ>ÀiÊÃiµÕi˜ViÃ]ÊÕÃiÊÌÕ«iÃʈ˜ÃÌi>`ʜvʏˆÃÌðÊ-iÌ̈˜}ÃÊà œÕ`ÊLiÊVœ˜Ãˆ`iÀi`ʈ““ÕÌ>LiÊ>˜`Êà œÕ`˜½ÌÊLiÊV >˜}i`ʜ˜ViÊÌ iÞ½ÀiÊ`ivˆ˜i`°Ê

Ê

UÊ

œ˜½ÌÊÀiˆ˜Ûi˜Ì an existing setting.

Designating the Settings: DJANGO_SETTINGS_
MODULE
When you use Django, you haveÊ̜ÊÌiÊˆÌÊÜ ˆV ÊÃiÌ̈˜}ÃÊޜսÀiÊÕȘ}°Ê œÊÌ ˆÃÊLÞÊÕȘ}ÊÌ iÊi˜Ûˆronment variable @F=JCK[OAPPEJCO[IK@QHA.
The value of @F=JCK[OAPPEJCO[IK@QHA should be in Python path syntax (e.g., iuoepa*
oappejco). Note that the settings module should be on the Python import search path
(LUPDKJL=PD).

NTip A good guide to LUPDKJL=PD can be found at dppl6++`eraejpklupdkj*knc+cappejc[pk[gjks[
lupdkj+aranupdejc[eo[]j[k^fa_p*dpih.

The django-admin.py Utility
When using `f]jck)]`iej*lu (see Appendix F), you can either set the environment variable
once or explicitly pass in the settings module each time you run the utility.
iÀi½ÃÊ>˜ÊiÝ>“«iÊÕȘ}ÊÌ iÊ1˜ˆÝÊ >à Êà i\
atlknp@F=JCK[OAPPEJCO[IK@QHA9iuoepa*oappejco
`f]jck)]`iej*lunqjoanran
iÀi½ÃÊ>˜ÊiÝ>“«iÊÕȘ}ÊÌ iÊ7ˆ˜`œÜÃÊà i\
oap@F=JCK[OAPPEJCO[IK@QHA9iuoepa*oappejco
`f]jck)]`iej*lunqjoanran
1ÃiÊÌ iÊ))oappejco command-line argument to specify the settings manually:
`f]jck)]`iej*lunqjoanran))oappejco9iuoepa*oappejco
The i]j]ca*lu utility created by op]nplnkfa_p as part of the project skeleton sets @F=JCK[
OAPPEJCO[IK@QHAÊ>Õ̜“>̈V>ÞÆÊÃiiÊ««i˜`ˆÝÊ for more about i]j]ca*lu.

415

416

A PPENDIX D N SETTING S

On the Server (mod_python)
˜ÊޜÕÀʏˆÛiÊÃiÀÛiÀÊi˜ÛˆÀœ˜“i˜Ì]ÊޜսÊ˜ii`Ê̜ÊÌiÊ«>V iɓœ`Ú«ÞÌ œ˜ÊÜ ˆV ÊÃiÌ̈˜}ÃÊvˆiÊ̜Ê
use. Do that with OapAjr:
8Hk_]pekj+iuoepa+:
OapD]j`hanlupdkj)lnkcn]i
LupdkjD]j`han`f]jck*_kna*d]j`hano*ik`lupdkj
OapAjr@F=JCK[OAPPEJCO[IK@QHAiuoepa*oappejco
8+Hk_]pekj:
For more information, readÊÌ iÊ >˜}œÊ“œ`Ú«ÞÌ œ˜ documentation online at dppl6++
`k_o*`f]jcklnkfa_p*_ki+aj+`ar+dkspk+`alhkuiajp+ik`lupdkj+.

Using Settings Without Setting DJANGO_
SETTINGS_MODULE
˜ÊܓiÊV>ÃiÃ]ÊÞœÕ might want to bypass the @F=JCK[OAPPEJCO[IK@QHA environment variable.
œÀÊiÝ>“«i]ʈvÊޜսÀiÊÕȘ}ÊÌ iÊÌi“«>ÌiÊÃÞÃÌi“ÊLÞʈÌÃiv]ÊޜÕʏˆŽiÞÊ`œ˜½ÌÊÜ>˜ÌÊÌœÊ >ÛiÊ̜ÊÃiÌÊ
up an environment variable pointing to a settings module.
˜ÊÌ iÃiÊV>ÃiÃ]ÊޜÕÊV>˜ÊVœ˜vˆ}ÕÀiÊ >˜}œ½ÃÊÃiÌ̈˜}Ãʓ>˜Õ>Þ°Ê œÊÌ ˆÃÊLÞÊV>ˆ˜}Ê`f]jck*
_kjb*oappejco*_kjbecqna$%°ÊiÀi½ÃÊ>˜ÊiÝ>“«i\
bnki`f]jck*_kjbeilknpoappejco
oappejco*_kjbecqna$
@A>QC9Pnqa(
PAILH=PA[@A>QC9Pnqa(
PAILH=PA[@ENO9W
#+dkia+sa^)]llo+iu]ll#(
#+dkia+sa^)]llo+^]oa#(
Y
%
Pass _kjbecqna$%Ê>Ãʓ>˜ÞʎiÞܜÀ`Ê>À}Փi˜ÌÃÊ>ÃÊޜս`ʏˆŽi]ÊÜˆÌ Êi>V ʎiÞܜÀ`Ê>À}Փi˜ÌÊ
Ài«ÀiÃi˜Ìˆ˜}Ê>ÊÃiÌ̈˜}Ê>˜`ʈÌÃÊÛ>Õi°Ê >V Ê>À}Փi˜Ìʘ>“iÊà œÕ`ÊLiÊ>ÊÕ««iÀV>Ãi]ÊÜˆÌ ÊÌ iÊ
Ã>“iʘ>“iÊ>ÃÊÌ iÊÃiÌ̈˜}ÃÊ`iÃVÀˆLi`Êi>ÀˆiÀ°ÊvÊ>Ê«>À̈VՏ>ÀÊÃiÌ̈˜}ʈÃʘœÌÊ«>ÃÃi`Ê̜Ê_kjbecqna$%
and is needed at some later point, Django will use the default setting value.
Configuring Django in this fashion is necessary mostly—and, indeed, recommended—
Ü i˜ÊޜսÀiÊÕȘ}Ê>Ê«ˆiViʜvÊÌ iÊvÀ>“iܜÀŽÊˆ˜Ãˆ`iÊ>ʏ>À}iÀÊ>««ˆV>̈œ˜°Ê œ˜ÃiµÕi˜ÌÞ]ÊÜ i˜Ê
configured via oappejco*_kjbecqna$%, Django will not make any modifications to the process
i˜ÛˆÀœ˜“i˜ÌÊÛ>Àˆ>Liðʭ-iiÊÌ iÊiÝ«>˜>̈œ˜ÊœvÊPEIA[VKJA later in this appendix to find out why
Ì ˆÃÊܜՏ`ʘœÀ“>ÞʜVVÕÀ°®Ê̽ÃÊ>ÃÃՓi`ÊÌ >ÌÊޜսÀiÊ>Ài>`Þʈ˜ÊvՏÊVœ˜ÌÀœÊœvÊޜÕÀÊi˜ÛˆÀœ˜ment in these cases.

APPENDIX D N SETTINGS

Custom Default Settings
vÊޜս`ʏˆŽi default values to come from somewhere other than `f]jck*_kjb*chk^]h[oappejco,
you can pass in a module or class that provides the default settings as the `ab]qhp[oappejco
argument (or as the first positional argument) in the call to _kjbecqna$%.
˜ÊÌ ˆÃÊiÝ>“«i]Ê`iv>ՏÌÊÃiÌ̈˜}ÃÊ>ÀiÊÌ>Ži˜ÊvÀœ“Êiu]ll[`ab]qhpo, and the @A>QC setting is
set to Pnqa, regardless of its value in iu]ll[`ab]qhpo:
bnki`f]jck*_kjbeilknpoappejco
bnkiiu]lleilknpiu]ll[`ab]qhpo
oappejco*_kjbecqna$`ab]qhp[oappejco9iu]ll[`ab]qhpo(@A>QC9Pnqa%
The following example, which uses iu]ll[`ab]qhpoÊ>ÃÊ>Ê«œÃˆÌˆœ˜>Ê>À}Փi˜Ì]ʈÃÊiµÕˆÛ>i˜Ì\
oappejco*_kjbecqna$iu]ll[`ab]qhpo(@A>QC9Pnqa%
Normally, you will not need to override the defaults in this fashion. The Django defaults
are sufficiently tame that you can safely use them. Be aware that if you do pass in a new default
module, it entirely replaces the Django defaults, so you must specify a value for every possible setting that might be used in that code you are importing. Check `f]jck*_kjb*oappejco*
chk^]h[oappejco for the full list.

Either configure() or DJANGO_SETTINGS_MODULE Is Required
vÊޜսÀiʘœÌ setting the @F=JCK[OAPPEJCO[IK@QHA environment variable, you must call
_kjbecqna$% at some point before using any code that reads settings.
vÊޜÕÊ`œ˜½ÌÊÃiÌÊ@F=JCK[OAPPEJCO[IK@QHAÊ>˜`Ê`œ˜½ÌÊV>Ê_kjbecqna$%, Django will raise an
AjrenkjiajpAnnknÊiÝVi«Ìˆœ˜ÊÌ iÊvˆÀÃÌÊ̈“iÊ>ÊÃiÌ̈˜}ʈÃÊ>VViÃÃi`°ÊvÊޜÕÊÃiÌÊ@F=JCK[OAPPEJCO[
IK@QHA, access settings values, and then call _kjbecqna$%, Django will raise an AjrenkjiajpAnnkn
stating that settings have already been configured.
Ãœ]ʈ̽ÃÊ>˜ÊiÀÀœÀÊ̜ÊV>Ê_kjbecqna$% more than once or to call _kjbecqna$% after any setting has been accessed.
ÌÊLœˆÃÊ`œÜ˜Ê̜ÊÌ ˆÃ\ÊÕÃiÊiÝ>V̏Þʜ˜iʜv either _kjbecqna$% or @F=JCK[OAPPEJCO[IK@QHA, and
use it only once.

Available Settings
The following sections consist of a list of the main available settings, in alphabetical order, and
their default values.

ABSOLUTE_URL_OVERRIDES
Default: wy (empty dictionary)
This is a dictionary mapping ]ll[h]^ah*ik`ah[j]ia strings to functions that take a
“œ`iÊœLiVÌÊ>˜`ÊÀiÌÕÀ˜ÊˆÌÃÊ1,°Ê/ ˆÃʈÃÊ>ÊÜ>ÞʜvʜÛiÀÀˆ`ˆ˜}Êcap[]^okhqpa[qnh$% methods on a
«iÀ‡ˆ˜ÃÌ>>̈œ˜ÊL>ÈðÊiÀi½ÃÊ>˜ÊiÝ>“«i\
=>OKHQPA[QNH[KRANNE@AO9w
#^hkco*sa^hkc#6h]i^`]k6+^hkco+!o+!k*ohqc(
#jaso*opknu#6h]i^`]k6+opkneao+!o+!o+!$k*lq^[ua]n(k*ohqc%(
y

417

418

A PPENDIX D N SETTING S

Note that the model name used in this setting should be all lowercase, regardless of the
case of the actual model class name.

ADMIN_MEDIA_PREFIX
Default: #+ia`e]+#
This setting isÊÌ iÊ1,Ê«ÀivˆÝÊvœÀÊ>`“ˆ˜Ê“i`ˆ>\Ê --]Ê>Û>-VÀˆ«Ì]Ê>˜`ʈ“>}iðÊ>ŽiÊÃÕÀiÊ̜Ê
use a trailing slash.

ADMINS
Default: $% (empty tuple)
This is a tuple that lists people who get code-error notifications. When @A>QC9B]hoa and a
view raises an exception, Django will e-mail these people with the full exception information.
>V ʓi“LiÀʜvÊÌ iÊÌÕ«iÊà œÕ`ÊLiÊ>ÊÌÕ«iʜvÊ­ՏÊ˜>“i]Êi‡“>ˆÊ>``ÀiÃî]ÊvœÀÊiÝ>“«i\
$$#Fkdj#(#fkdjÊÃiVÕÀˆÌÞʓi>ÃÕÀiÊÜÊÌ >ÌÊÌi“«>ÌiÊ>ÕÌ œÀÃÊV>˜½ÌÊ>VViÃÃÊvˆiÃÊÌ >ÌÊÌ iÞÊà œÕ`˜½ÌÊLiÊ
accessing.
For example, if =HHKSA@[EJ?HQ@A[NKKPO is $#+dkia+dpih#(#+r]n+sss#%, then w!ooe
+dkia+dpih+bkk*ptp!y would work, but w!ooe+ap_+l]oos`!yÊܜՏ`˜½Ì°

APPEND_SLASH
Default: Pnqa
This setting indicatesÊÜ iÌ iÀÊ̜Ê>««i˜`ÊÌÀ>ˆˆ˜}ÊÏ>à iÃÊ̜Ê1,ðÊ/ ˆÃʈÃÊÕÃi`ʜ˜ÞʈvÊ
?kiikjIe``has]naʈÃʈ˜ÃÌ>i`Ê­ÃiiÊ >«ÌiÀʣǮ°Ê-ii also LNALAJ@[SSS.

CACHE_BACKEND
Default: #hk_iai6++#
This is the cache back-end to use (see Chapter 15).

CACHE_MIDDLEWARE_KEY_PREFIX
Default: ## (empty string)
This is the cache key prefix that the cache middleware should use (see Chapter 15).

DATABASE_ENGINE
Default: ## (empty string)
This setting indicates which database back-end to use, (e.g., #lkopcnaomh[lou_klc.# or
#iuomh#).

APPENDIX D N SETTINGS

DATABASE_HOST
Default: ## (empty string)
This setting indicates which host to use when connecting to the database. An empty string
means hk_]hdkop°Ê/ ˆÃʈÃʘœÌÊÕÃi`ÊÜˆÌ Ê-+ˆÌi°
vÊÌ ˆÃÊÛ>ÕiÊÃÌ>ÀÌÃÊÜˆÌ Ê>ÊvœÀÜ>À`ÊÏ>à ʭ#+#®Ê>˜`ÊޜսÀiÊÕȘ}ÊÞ-+]ÊÞ-+Ê܈ÊVœ˜˜iVÌÊ
ۈ>Ê>Ê1˜ˆÝÊÜVŽiÌÊ̜ÊÌ iÊëiVˆvˆi`ÊÜVŽiÌ\
@=P=>=OA[DKOP9#+r]n+nqj+iuomh#
vÊޜսÀiÊÕȘ}ÊÞ-+Ê>˜`ÊÌ ˆÃÊÛ>ÕiÊdoesn’t start with a forward slash, then this value is
assumed to be the host.

DATABASE_NAME
Default: ## (empty string)
This is the nameʜvÊÌ iÊ`>Ì>L>ÃiÊ̜ÊÕÃi°ÊœÀÊ-+ˆÌi]ʈ̽ÃÊÌ iÊvՏÊ«>Ì to the database file.

DATABASE_OPTIONS
Default: wy (empty dictionary)
This specifies extra parameters to use when connecting to the database. Consult the backi˜`ʓœ`Տi½ÃÊ`œVՓi˜Ì for available keywords.

DATABASE_PASSWORD
Default: ## (empty string)
This setting isÊÌ iÊ«>ÃÃܜÀ`Ê̜ÊÕÃiÊÜ i˜ÊVœ˜˜iV̈˜}Ê̜ÊÌ iÊ`>Ì>L>Ãi°ÊÌ is not used with
-+ˆÌi°

DATABASE_PORT
Default: ## (empty string)
This is the port to use when connecting to the database. An empty string means the
`iv>ՏÌÊ«œÀÌ°ÊÌʈÃʘœÌÊÕÃi`ÊÜˆÌ Ê-+ˆÌi°

DATABASE_USER
Default: ## (empty string)
This setting isÊÌ iÊÕÃiÀ˜>“iÊ̜ÊÕÃiÊÜ i˜ÊVœ˜˜iV̈˜}Ê̜ÊÌ iÊ`>Ì>L>Ãi°ÊÌ is not used with
-+ˆÌi°

DATE_FORMAT
Default: #Jf(U# (e.g., Ba^*0(.,,/)
This is the default formatting to use for date fields on Django admin change-list pages—
>˜`]Ê«œÃÈLÞ]ÊLÞÊœÌ iÀÊ«>ÀÌÃʜvÊÌ iÊÃÞÃÌi“°ÊÌÊ>VVi«ÌÃÊÌ iÊÃ>“iÊvœÀ“>Ì as the jks tag (see
««i˜`ˆÝÊ ]Ê/>LiÊ ‡Ó®°
-iiÊ>ÃœÊ@=PAPEIA[BKNI=P, PEIA[BKNI=P, UA=N[IKJPD[BKNI=P, and IKJPD[@=U[BKNI=P.

419

420

A PPENDIX D N SETTING S

DATETIME_FORMAT
Default: #Jf(U(L# (e.g., Ba^*0(.,,/(0l*i*)
This is the default formatting to use for datetime fields on Django admin change-list
«>}iÃp>˜`]Ê«œÃÈLÞ]ÊLÞÊœÌ iÀÊ«>ÀÌÃʜvÊÌ iÊÃÞÃÌi“°ÊÌÊ>VVi«ÌÃÊÌ iÊÃ>“iÊvœÀ“>ÌÊ>ÃÊÌ iÊjks tag
(see AppendixÊ ]Ê/>LiÊ ‡Ó®°
-iiÊ>ÃœÊ@=PA[BKNI=P, PEIA[BKNI=P, UA=N[IKJPD[BKNI=P, and IKJPD[@=U[BKNI=P.

DEBUG
Default: B]hoa
This setting is a Boolean that turns debug mode on and off.
vÊޜÕÊ`ivˆ˜iÊVÕÃ̜“ÊÃiÌ̈˜}Ã]Ê`f]jck+reaso+`a^qc*lu has a DE@@AJ[OAPPEJCO regular
expression that will hide from the @A>QC view anything that contains OA?NAP, L=OOSKN@, or
LNKB=JEPEAO. This allows untrusted users to be able to provide backtraces without seeing
sensitive (or offensive) settings.
-̈]ʘœÌiÊÌ >ÌÊÌ iÀiÊ>ÀiÊ>Ü>ÞÃÊ}œˆ˜}Ê̜ÊLiÊÃiV̈œ˜ÃʜvÊޜÕÀÊ`iLÕ}ʜÕÌ«ÕÌÊÌ >ÌÊ>Àiʈ˜>«propriate for public consumption. File paths, configuration options, and the like all give
attackers extra information about your server. Never deploy a site with @A>QC turned on.

DEFAULT_CHARSET
Default: #qpb)4#
This is the default charset to use for all DpplNaolkjoaʜLiVÌÃʈvÊ>Ê ÊÌÞ«iʈؽÌÊëiVˆvˆi`ʓ>˜Õ>Þ°ÊÌʈÃÊÕÃi`ÊÜˆÌ Ê@AB=QHP[?KJPAJP[PULA to construct the ?kjpajp)Pula header.
-iiÊ««i˜`ˆÝÊÊvœÀʓœÀi about DpplNaolkjoa objects.

DEFAULT_CONTENT_TYPE
Default: #patp+dpih#
This is the default content type to use for all DpplNaolkjoaʜLiVÌÃʈvÊ>Ê ÊÌÞ«iʈؽÌÊ
“>˜Õ>ÞÊëiVˆvˆi`°ÊÌʈÃÊÕÃi`ÊÜˆÌ Ê@AB=QHP[?D=NOAP to construct the ?kjpajp)Pula header.
-iiÊ««i˜`ˆÝÊÊvœÀʓœÀi about DpplNaolkjoa objects.

DEFAULT_FROM_EMAIL
Default: #sa^i]opanÀiʘœÌÊ>œÜi`Ê̜ÊۈÈÌÊ>˜ÞÊ«>}i]ÊÃÞÃÌi“܈`i°Ê1ÃiÊÌ ˆÃÊvœÀÊL>`ÊÀœLœÌÃÉVÀ>܏iÀðÊ/ ˆÃʈÃÊÕÃi`Ê
only if ?kiikjIe``has]na is installed (see Chapter 17).

APPENDIX D N SETTINGS

EMAIL_HOST
Default: #hk_]hdkop#
This is theÊ œÃÌÊ̜ÊÕÃiÊvœÀÊÃi˜`ˆ˜}Êi‡“>ˆ°Ê-ii also AI=EH[LKNP.

EMAIL_HOST_PASSWORD
Default: ## (empty string)
This is theÊ«>ÃÃܜÀ`Ê̜ÊÕÃiÊvœÀÊÌ iÊ-/*ÊÃiÀÛiÀÊ`ivˆ˜i`ʈ˜ÊAI=EH[DKOP. This setting is used
in conjunction with AI=EH[DKOP[QOANÊÜ i˜Ê>ÕÌ i˜ÌˆV>̈˜}Ê̜ÊÌ iÊ-/*ÊÃiÀÛiÀ°ÊvÊiˆÌ iÀʜvÊ
Ì iÃiÊÃiÌ̈˜}ÃʈÃÊi“«ÌÞ]Ê >˜}œÊܜ˜½ÌÊ>ÌÌi“«ÌÊ>ÕÌ i˜ÌˆV>̈œ˜°
-ii also AI=EH[DKOP[QOAN.

EMAIL_HOST_USER
Default: ## (empty string)
This is theÊÕÃiÀ˜>“iÊ̜ÊÕÃiÊvœÀÊÌ iÊ-/*ÊÃiÀÛiÀÊ`ivˆ˜i`ʈ˜ÊAI=EH[DKOP°Êvʈ̽ÃÊi“«ÌÞ]Ê
>˜}œÊܜ˜½ÌÊ>ÌÌi“«ÌÊ>ÕÌ i˜ÌˆV>̈œ˜°Ê-iiÊ>ÃœÊAI=EH[DKOP[L=OOSKN@.

EMAIL_PORT
Default: .1
This is theÊ«œÀÌÊ̜ÊÕÃiÊvœÀÊÌ iÊ-/*ÊÃiÀÛiÀ defined in AI=EH[DKOP.

EMAIL_SUBJECT_PREFIX
Default: #W@f]jckY#
This is the subject-line prefix for e-mail messages sent with `f]jck*_kna*i]eh*i]eh[]`iejo
or `f]jck*_kna*i]eh*i]eh[i]j]cano°Ê9œÕ½Ê«ÀœL>LÞÊÜ>˜ÌÊ̜ include a trailing space.

FIXTURE_DIRS
Default: $% (empty tuple)
This is a list of locations of the fixture data files, in search order. Note that these paths
à œÕ`ÊÕÃiÊ1˜ˆÝ‡ÃÌޏiÊvœÀÜ>À`ÊÏ>à iÃ]ÊiÛi˜Êœ˜Ê7ˆ˜`œÜðÊÌʈÃÊÕÃi`ÊLÞÊ >˜}œ½ÃÊÌiÃ̈˜}ÊvÀ>“iwork, which is covered online at dppl6++`k_o*`f]jcklnkfa_p*_ki+aj+`ar+pkle_o+paopejc+.

IGNORABLE_404_ENDS
Default: $#i]eh*lh#(#i]ehbkni*lh#(#i]eh*_ce#(#i]ehbkni*_ce#(#b]re_kj*e_k#(#*ldl#%
This is a tupleʜvÊÃÌÀˆ˜}ÃÊÌ >ÌÊëiVˆvÞÊLi}ˆ˜˜ˆ˜}ÃʜvÊ1,ÃÊÌ >ÌÊà œÕ`ÊLiʈ}˜œÀi`ÊLÞÊÌ iÊ{ä{Ê
i‡“>ˆiÀ°Ê­-iiÊ >«ÌiÀÊ£ÓÊvœÀʓœÀiʜ˜ÊÌ iÊ{ä{Êi‡“>ˆiÀ°®
œÊiÀÀœÀÃÊ܈ÊLiÊÃi˜ÌÊvœÀÊ1,ÃÊÌ >ÌÊi˜`ÊÜˆÌ ÊÃÌÀˆ˜}ÃÊvÀœ“ÊÌ ˆÃÊÃiµÕi˜Vi°
-ii also ECJKN=>HA[0,0[OP=NPO and OAJ@[>NKGAJ[HEJG[AI=EHO.

421

422

A PPENDIX D N SETTING S

IGNORABLE_404_STARTS
Default: $#+_ce)^ej+#(#+[rpe[^ej#(#+[rpe[ejb#%
This is just like ECJKN=>HA[0,0[AJ@OÊiÝVi«ÌʈÌÊ>««ˆiÃÊ̜ÊÌ iÊi˜`ʜvÊ1,ð
-ii also OAJ@[>NKGAJ[HEJG[AI=EHO and ECJKN=>HA[0,0[AJ@O.

INSTALLED_APPS
Default: $% (empty tuple)
A tuple of strings designating all applications that are enabled in this Django installation.
>V ÊÃÌÀˆ˜}Êà œÕ`ÊLiÊ>ÊvՏÊ*ÞÌ œ˜Ê«>Ì Ê̜Ê>Ê*ÞÌ œ˜Ê«>VŽ>}iÊÌ >ÌÊVœ˜Ì>ˆ˜ÃÊ>Ê >˜}œÊ>««ˆV>̈œ˜°Ê-iiÊ >«ÌiÀÊxÊvœÀ more about applications.

LANGUAGE_CODE
Default: #aj)qo#
This is a string representing the language code for this installation. This should be in stan`>À`ʏ>˜}Õ>}iÊvœÀ“>ÌpvœÀÊiÝ>“«i]Ê1-Ê ˜}ˆÃ is aj)qo°Ê-iiÊ >«ÌiÀÊ£™°

LANGUAGES
Default: A tuple of all available languages. This list is continually growing and any copy
included here would inevitably become rapidly out of date. You can see the current list of
translated languages by looking in `f]jck+_kjb+chk^]h[oappejco*lu.
The list is a tuple of two-tuples in the format (language code, language name)—for example, $#f]#(#F]l]jaoa#%. This specifies which languages are available for language selection.
-iiÊ >«ÌiÀÊ£™ÊvœÀʓœÀiʜ˜Ê>˜}Õ>}iÊÃiiV̈œ˜°
i˜iÀ>Þ]ÊÌ iÊ`iv>ՏÌÊÛ>ÕiÊà œÕ`ÊÃÕvvˆVi°Ê"˜ÞÊÃiÌÊÌ ˆÃÊÃiÌ̈˜}ʈvÊޜÕÊÜ>˜ÌÊ̜ÊÀiÃÌÀˆVÌʏ>˜guage selection to a subset of the Django-provided languages.
vÊޜÕÊ`ivˆ˜iÊ>ÊVÕÃ̜“ÊH=JCQ=CAOÊÃiÌ̈˜}]ʈ̽ÃÊ"Ê̜ʓ>ÀŽÊÌ iʏ>˜}Õ>}iÃÊ>ÃÊÌÀ>˜Ã>̈œ˜Ê
strings, but you should never import `f]jck*qpeho*pn]joh]pekj from within your settings file,
because that module itself depends on the settings, and that would cause a circular import.
The solution is to use a “dummy” cappatp$% function°ÊiÀi½ÃÊ>ÊÃ>“«iÊÃiÌ̈˜}ÃÊvˆi\
cappatp9h]i^`]o6o
H=JCQ=CAO9$
$#`a#(cappatp$#Cani]j#%%(
$#aj#(cappatp$#Ajcheod#%%(
%
With this arrangement, i]ga)iaoo]cao*lu will still find and mark these strings for transl䜘]ÊLÕÌÊÌ iÊÌÀ>˜Ã>̈œ˜Êܜ˜½ÌÊ >««i˜Ê>ÌÊÀ՘̈“ipÜÊޜսÊ >ÛiÊ̜ÊÀi“i“LiÀÊ̜ÊÜÀ>«ÊÌ iÊ
languages in the real cappatp$% in any code that uses H=JCQ=CAO at runtime.

APPENDIX D N SETTINGS

MANAGERS
Default: $% (empty tuple)
This tuple is in the same format as =@IEJOÆʈÌÊëiVˆvˆiÃÊÜ œÊà œÕ`Ê}iÌÊLÀœŽi˜‡ˆ˜ŽÊ˜œÌˆvˆV>tions when OAJ@[>NKGAJ[HEJG[AI=EHO9Pnqa.

MEDIA_ROOT
Default: ## (empty string)
This is an absolute path to the directory that holds media for this installation (e.g., +dkia+
ia`e]+ia`e]*h]snaj_a*_ki+®°Ê-ii also IA@E=[QNH.

MEDIA_URL
Default: ## (empty string)
/ ˆÃÊ1,Ê >˜`ià the media served from IA@E=[NKKP (e.g., dppl6++ia`e]*h]snaj_a*_ki).
Note that this should have a trailing slash if it has a path component:
Ê

UÊ Correct: dppl6++sss*at]ilha*_ki+op]pe_+

Ê

UÊ Incorrect: dppl6++sss*at]ilha*_ki+op]pe_
-iiÊ

>«ÌiÀÊ£ÓÊvœÀʓœÀiʜ˜Ê`i«œÞ“i˜Ì and serving media.

MIDDLEWARE_CLASSES
Default:
$`f]jck*_kjpne^*oaooekjo*ie``has]na*OaooekjIe``has]na(
`f]jck*_kjpne^*]qpd*ie``has]na*=qpdajpe_]pekjIe``has]na(
`f]jck*ie``has]na*_kiikj*?kiikjIe``has]na(
`f]jck*ie``has]na*`k_*TReasIe``has]na%
This is a tuple of middleware classes toÊÕÃi°Ê-iiÊ

>«ÌiÀʣǰ

MONTH_DAY_FORMAT
Default: #Bf#
This is the default formatting to use for date fields on Django admin change-list pages—
and, possibly, by other parts of the system—in cases when only the month and day are
`ˆÃ«>Þi`°ÊÌÊ>VVi«ÌÃÊÌ iÊÃ>“iÊvœÀ“>ÌÊ>ÃÊÌ iÊjksÊÌ>}Ê­ÃiiÊ««i˜`ˆÝÊ ]Ê/>LiÊ ‡Ó®°
For example, when a Django admin change-list page is being filtered by a date, the header
for a given day displays the day and month. Different locales have different formats. For exam«i]Ê1-Ê ˜}ˆÃ ÊܜՏ`Ê >Ûiʺ>˜Õ>ÀÞÊ£]»ÊÜ iÀi>ÃÊ-«>˜ˆÃ ʓˆ} ÌÊ >Ûiʺ£Êi˜iÀœ°»
-ii also @=PA[BKNI=P, @=PAPEIA[BKNI=P, PEIA[BKNI=P, and UA=N[IKJPD[BKNI=P.

423

424

A PPENDIX D N SETTING S

PREPEND_WWW
Default: B]hoa
This setting indicatesÊÜ iÌ iÀÊ̜ʫÀi«i˜`ÊÌ iʺÜÜÜ°»ÊÃÕL`œ“>ˆ˜Ê̜Ê1,ÃÊÌ >ÌÊ`œ˜½ÌÊ >ÛiÊ
it. This is used only if ?kiikjIe``has]na is installed (seeÊ >«ÌiÀʣǮ°Ê-iiÊ>ÃœÊ=LLAJ@[OH=OD.

ROOT_URLCONF
Default: Not defined
This is a stringÊÀi«ÀiÃi˜Ìˆ˜}ÊÌ iÊvՏÊ*ÞÌ œ˜Êˆ“«œÀÌÊ«>Ì Ê̜ÊޜÕÀÊÀœœÌÊ1,Vœ˜vÊ­i°}°]Ê
iu`f]jck]llo*qnho®°Ê-ii Chapter 3.

SECRET_KEY
Default\Êi˜iÀ>Ìi`Ê>Õ̜“>̈V>Þ when you start a project
/ ˆÃʈÃÊ>ÊÃiVÀiÌʎiÞÊvœÀÊÌ ˆÃÊ«>À̈VՏ>ÀÊ >˜}œÊˆ˜ÃÌ>>̈œ˜°ÊÌʈÃÊÕÃi`Ê̜ʫÀœÛˆ`iÊ>Ê
Ãii`ʈ˜ÊÃiVÀi̇ŽiÞÊ >à ˆ˜}Ê>}œÀˆÌ “ðÊ-iÌÊÌ ˆÃÊ̜Ê>ÊÀ>˜`œ“ÊÃÌÀˆ˜}pÌ iʏœ˜}iÀ]ÊÌ iÊLiÌÌiÀ°Ê
`f]jck)]`iej*luop]nplnkfa_p creates one automatically, and most of the time youÊܜ˜½ÌÊ
need to change it.

SEND_BROKEN_LINK_EMAILS
Default: B]hoa
This setting indicates whether to send an e-mail to the I=J=CANO each time somebody visˆÌÃÊ>Ê >˜}œ‡«œÜiÀi`Ê«>}iÊÌ >ÌʈÃÊ{ä{½i`ÊÜˆÌ Ê>ʘœ˜i“«ÌÞÊÀiviÀiÀÊ­ˆ°i°]Ê>ÊLÀœŽi˜Êˆ˜Ž®°Ê/ ˆÃʈÃÊ
used only if ?kiikjIe``has]na is installed (seeÊ >«ÌiÀʣǮ°Ê-iiÊ>ÃœÊECJKN=>HA[0,0[OP=NPO and
ECJKN=>HA[0,0[AJ@O.

SERIALIZATION_MODULES
Default: Not defined
-iÀˆ>ˆâ>̈œ˜ÊˆÃÊ>Êvi>ÌÕÀiÊÃ̈Ê՘`iÀÊ i>ÛÞÊ`iÛiœ«“i˜Ì°Ê,iviÀÊ̜ÊÌ iʜ˜ˆ˜iÊ`œVՓi˜Ì>tion at dppl6++`k_o*`f]jcklnkfa_p*_ki+aj+`ar+pkle_o+oane]hev]pekj+ for more information.

SERVER_EMAIL
Default: #nkkp«ÌiÀÊ£{°

APPENDIX D N SETTINGS

SESSION_COOKIE_DOMAIN
Default: Jkja
This is theÊ`œ“>ˆ˜Ê̜ÊÕÃiÊvœÀÊÃiÃȜ˜ÊVœœŽˆiðÊ-iÌÊÌ ˆÃÊ̜Ê>ÊÃÌÀˆ˜}ÊÃÕV Ê>ÃÊ*h]snaj_a*_ki
for cross-domain cookies, or use Jkja for a standard domainÊVœœŽˆi°Ê-iiÊ >«ÌiÀÊ£{°

SESSION_COOKIE_NAME
Default: #oaooekje`#
This is theʘ>“iʜvÊÌ iÊVœœŽˆiÊ̜ÊÕÃiÊvœÀÊÃiÃȜ˜ÃÆʈÌÊV>˜ÊLiÊÜ >ÌiÛiÀÊޜÕÊÜ>˜Ì°Ê-iiÊ
>«ÌiÀÊ£{°

SESSION_COOKIE_SECURE
Default: B]hoa
This setting indicatesÊÜ iÌ iÀÊ̜ÊÕÃiÊ>ÊÃiVÕÀiÊVœœŽˆiÊvœÀÊÌ iÊÃiÃȜ˜ÊVœœŽˆi°ÊvÊÌ ˆÃʈÃÊÃiÌÊ̜Ê
Pnqa, the cookie will be marked as “secure,” which means browsers may ensure that the cookie
ˆÃÊÃi˜Ìʜ˜ÞÊ՘`iÀÊ>˜Ê//*-ÊVœ˜˜iV̈œ˜°Ê-iiÊ >«ÌiÀÊ£{°

SESSION_EXPIRE_AT_BROWSER_CLOSE
Default: B]hoa
This setting indicates whether to expire the session when the user closes his browser.
-iiÊ >«ÌiÀÊ£{°

SESSION_SAVE_EVERY_REQUEST
Default: B]hoa
This setting indicates whether to save the session data on everyÊÀiµÕiÃÌ°Ê-iiÊ

>«ÌiÀÊ£{°

SITE_ID
Default: Not defined
/ ˆÃʈÃÊÌ iÊ ]Ê>à an integer, of the current site in the `f]jck[oepaÊ`>Ì>L>ÃiÊÌ>Li°ÊÌʈÃÊÕÃi`Ê
so that application data can hook into specific site(s) and a single database can manage content for multipleÊÈÌiðÊ-iiÊ >«ÌiÀʣȰ

TEMPLATE_CONTEXT_PROCESSORS
Default:
$`f]jck*_kna*_kjpatp[lnk_aookno*]qpd(
`f]jck*_kna*_kjpatp[lnk_aookno*`a^qc(
`f]jck*_kna*_kjpatp[lnk_aookno*e-4j(
`f]jck*_kna*_kjpatp[lnk_aookno*ia`e]%
This is a tuple of callables that are used to populate the context in Namqaop?kjpatp. These
V>>LiÃÊÌ>ŽiÊ>ÊÀiµÕiÃÌʜLiVÌÊ>ÃÊÌ iˆÀÊ>À}Փi˜ÌÊ>˜`ÊÀiÌÕÀ˜Ê>Ê`ˆV̈œ˜>ÀÞʜvʈÌi“ÃÊ̜ÊLiʓiÀ}i`Ê
into theÊVœ˜ÌiÝÌ°Ê-iiÊ >«ÌiÀʙ°

425

426

A PPENDIX D N SETTING S

TEMPLATE_DEBUG
Default: B]hoa
This Boolean turnsÊÌi“«>ÌiÊ`iLÕ}ʓœ`iʜ˜Ê>˜`ʜvv°ÊvʈÌʈÃÊPnqa, the fancy error page will
display a detailed report for any Pailh]paOujp]tAnnkn. This report contains the relevant snippet of the template, with the appropriate line highlighted.
Note that Django displays fancy error pages only if @A>QC is Pnqa]ÊÜÊޜսÊÜ>˜ÌÊ̜ÊÃiÌÊÌ >ÌÊ
to take advantage of this setting.
-iiÊ>ÃœÊ@A>QC.

TEMPLATE_DIRS
Default: $% (empty tuple)
This is a list of locations of the template source files, in search order. Note that these paths
à œÕ`ÊÕÃiÊ1˜ˆÝ‡ÃÌޏiÊvœÀÜ>À`ÊÏ>à iÃ]ÊiÛi˜Êœ˜Ê7ˆ˜`œÜðÊ-iiÊ >«ÌiÀÃÊ{Ê>˜`ʙ°

TEMPLATE_LOADERS
Default: $#`f]jck*pailh]pa*hk]`ano*behaouopai*hk]`[pailh]pa[okqn_a#(#`f]jck*pailh]pa*
hk]`ano*]ll[`ena_pkneao*hk]`[pailh]pa[okqn_a#%
This is a tuple of callables (as strings) that know how to import templates from various
ÜÕÀViðÊ-iiÊ >«ÌiÀʙ°

TEMPLATE_STRING_IF_INVALID
Default: ##Ê­ “«ÌÞÊÃÌÀˆ˜}®
This is output, as a string, that the template system should use for invalid (e.g., misspelled)
Û>Àˆ>LiðÊ-iiÊ >«ÌiÀʙ°

TEST_DATABASE_NAME
Default: Jkja
This is the nameʜvÊ`>Ì>L>ÃiÊ̜ÊÕÃiÊÜ i˜ÊÀ՘˜ˆ˜}ÊÌ iÊÌiÃÌÊÃՈÌi°ÊvÊ>ÊÛ>ÕiʜvÊJkja is
specified, the test database will use the name #paop[#'oappejco*@=P=>=OA[J=IA°Ê-iiÊÌ iÊ
`œVՓi˜Ì>̈œ˜ÊvœÀÊ >˜}œ½ÃÊÌiÃ̈˜}ÊvÀ>“iܜÀŽ]ÊÜ ˆV is covered online at dppl6++`k_o*
`f]jcklnkfa_p*_ki+aj+`ar+pkle_o+paopejc+.

TEST_RUNNER
Default: #`f]jck*paop*oeilha*nqj[paopo#
This is theʘ>“iʜvÊÌ iʓiÌ œ`Ê̜ÊÕÃiÊvœÀÊÃÌ>À̈˜}ÊÌ iÊÌiÃÌÊÃՈÌi°ÊÌʈÃÊÕÃi`ÊLÞÊ >˜}œ½ÃÊÌiÃÌing framework, which is covered online at dppl6++`k_o*`f]jcklnkfa_p*_ki+aj+`ar+pkle_o+
paopejc+.

APPENDIX D N SETTINGS

TIME_FORMAT
Default: #L# (e.g., 0l*i*)
This is the default formatting to use for time fields on Django admin change-list pages—
>˜`]Ê«œÃÈLÞ]ÊLÞÊœÌ iÀÊ«>ÀÌÃʜvÊÌ iÊÃÞÃÌi“°ÊÌÊ>VVi«ÌÃÊÌ iÊÃ>“iÊvœÀ“>ÌÊ>ÃÊÌ iÊjks tag (see
««i˜`ˆÝÊ ]Ê/>LiÊ ‡Ó®°
-ii also @=PA[BKNI=P, @=PAPEIA[BKNI=P, PEIA[BKNI=P, UA=N[IKJPD[BKNI=P, and IKJPD[@=U[
BKNI=P.

TIME_ZONE
Default: #=iane_]+?de_]ck#
This is a stringÊÀi«ÀiÃi˜Ìˆ˜}ÊÌ iÊ̈“iÊ✘iÊvœÀÊÌ ˆÃʈ˜ÃÌ>>̈œ˜°Ê"˜iÊÀi>̈ÛiÞÊVœ“«iÌiÊ
ˆÃÌʜvÊ̈“i‡âœ˜iÊÃÌÀˆ˜}ÃÊV>˜ÊLiÊvœÕ˜`Ê>ÌÊdppl6++sss*lkopcnaomh*knc+`k_o+4*-+op]pe_+
`]papeia)gauskn`o*dpih@=PAPEIA)PEIAVKJA)OAP)P=>HA.
/ ˆÃʈÃÊÌ iÊ̈“iÊ✘iÊ̜ÊÜ ˆV Ê >˜}œÊ܈ÊVœ˜ÛiÀÌÊ>Ê`>ÌiÃÉ̈“iÃp˜œÌʘiViÃÃ>ÀˆÞÊÌ iÊ
̈“iÊ✘iʜvÊÌ iÊÃiÀÛiÀ°ÊœÀÊiÝ>“«i]ʜ˜iÊÃiÀÛiÀʓ>ÞÊÃiÀÛiʓՏ̈«iÊ >˜}œ‡«œÜiÀi`ÊÈÌiÃ]Ê
i>V ÊÜˆÌ Ê>ÊÃi«>À>ÌiÊ̈“i‡âœ˜iÊÃiÌ̈˜}°
Normally, Django sets the ko*ajrenkjW#PV#Y variableÊ̜ÊÌ iÊ̈“iÊ✘iÊޜÕÊëiVˆvÞʈ˜ÊÌ iÊ
PEIA[VKJA setting. Thus, all your views and models will automatically operate in the correct
̈“iÊ✘i°ÊœÜiÛiÀ]ʈvÊޜսÀiÊÕȘ}ÊÌ iʓ>˜Õ>ÞÊVœ˜vˆ}ÕÀi`ÊÃiÌ̈˜}ÃÊ­`iÃVÀˆLi`Êi>ÀˆiÀʈ˜ÊÌ iÊ
ÃiV̈œ˜Êº1Ș}Ê-iÌ̈˜}ÃÊ7ˆÌ œÕÌÊ-iÌ̈˜}Ê  "Ú- // -Ú" 1 »®]Ê >˜}œÊ܈Ênot
touch the PV environment variable, and it will be up to you to ensure your processes are running in the correct environment.

NNote Django cannot reliably use alternate time zones in a Windows environment. If you’re running Django
on Windows, this variable must be set to match the system time zone.

URL_VALIDATOR_USER_AGENT
Default: @f]jck+8ranoekj:$dppl6++sss*`f]jcklnkfa_p*_ki+%
This is the string to use as the Qoan)=cajpÊ i>`iÀÊÜ i˜ÊV iVŽˆ˜}Ê̜ÊÃiiʈvÊ1,ÃÊi݈ÃÌÊ­ÃiiÊ
the ranebu[ateopo option on QNHBeah`ÆÊÀiviÀ to Appendix A).

USE_ETAGS
Default: B]hoa
This Boolean specifiesÊÜ iÌ iÀÊ̜ʜÕÌ«ÕÌÊÌ iÊ />}Ê i>`iÀ°ÊÌÊÃ>ÛiÃÊL>˜`܈`Ì ÊLÕÌÊϜÜÃÊ
down performance. This is used only if ?kiikjIe``has]na is installed (see Chapter 17).

427

428

A PPENDIX D N SETTING S

USE_I18N
Default: Pnqa
This Boolean specifiesÊÜ iÌ iÀÊ >˜}œ½Ãʈ˜ÌiÀ˜>̈œ˜>ˆâ>̈œ˜ÊÃÞÃÌi“Ê­ÃiiÊ >«ÌiÀÊ£™®Ê
à œÕ`ÊLiÊi˜>Li`°ÊÌÊ«ÀœÛˆ`iÃÊ>˜Êi>ÃÞÊÜ>ÞÊ̜ÊÌÕÀ˜Êœvvʈ˜ÌiÀ˜>̈œ˜>ˆâ>̈œ˜ÊvœÀÊ«iÀvœÀ“>˜Vi°Ê
vÊÌ ˆÃʈÃÊÃiÌÊ̜ÊB]hoa]Ê >˜}œÊ܈Ê“>ŽiÊܓiʜ«Ìˆ“ˆâ>̈œ˜ÃÊÜÊ>ÃʘœÌÊ̜ʏœ>`ÊÌ iʈ˜ÌiÀ˜>̈œ˜>ˆâ>̈œ˜ machinery.

YEAR_MONTH_FORMAT
Default: #BU#
This is the default formatting to use for date fields on Django admin change-list pages—
and, possibly, by other parts of the system—in cases when only the year and month are
`ˆÃ«>Þi`°ÊÌÊ>VVi«ÌÃÊÌ iÊÃ>“iÊvœÀ“>ÌÊ>ÃÊÌ iÊjksÊÌ>}Ê­ÃiiÊ««i˜`ˆÝÊ ®°
For example, when a Django admin change-list page is being filtered by a date drill-down,
the header for a given month displays the month and the year. Different locales have different
vœÀ“>ÌðÊœÀÊiÝ>“«i]Ê1-Ê ˜}ˆÃ would use “JanuaryÊÓääÈ]»ÊÜ iÀi>ÃÊ>˜œÌ iÀʏœV>iʓˆ} Ì use
ºÓääÈÉ>˜Õ>ÀÞ°»
-iiÊ>ÃœÊ@=PA[BKNI=P, @=PAPEIA[BKNI=P, PEIA[BKNI=P, and IKJPD[@=U[BKNI=P.

A PPE ND IX

E

Built-in Template Tags
and Filters
C

hapter 4 lists a number of the most useful built-in template tags and filters. However,
Django ships with many more built-in tags and filters. This appendix covers them.

Built-in Tag Reference
autoescape
Controls the current autoescaping behavior. This tag takes either kj or kbb as an argument,
which determines whether autoescaping is in effect inside the block.
When autoescaping is in effect, all variable content has HTML escaping applied to it
before placing the result into the output (but after any filters have been applied). This is equivalent to manually applying the ao_]la filter to each variable.
The only exceptions are variables that are already marked as “safe” from escaping, either
by the code that populated the variable or because it has had the o]ba or ao_]la filters applied.

block
Defines a block that can be overridden by child templates. See Chapter 4 for more information
on template inheritance.

comment
Ignores everything between w!_kiiajp!y and w!aj`_kiiajp!y.

429

430

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

cycle
Cycles among the given strings or variables each time this tag is encountered.
Within a loop, cycles among the given strings each time through the loop:
w!bknkejokia[heop!y
8pn_h]oo9w!_u_ha#nks-##nks.#!y:
***
8+pn:
w!aj`bkn!y
You can use variables, too. For example, if you have two template variables, nksr]hqa- and
nksr]hqa., you can cycle between their values like this:
w!bknkejokia[heop!y
8pn_h]oo9w!_u_hanksr]hqa-nksr]hqa.!y:
***
8+pn:
w!aj`bkn!y
Yes, you can mix variables and strings:
w!bknkejokia[heop!y
8pn_h]oo9w!_u_ha#nks-#nksr]hqa.#nks/#!y:
***
8+pn:
w!aj`bkn!y
In some cases, you might want to refer to the next value of a cycle from outside of a loop.
To do this, just give the w!_u_ha!y tag a name, using ]o like this:
w!_u_ha#nks-##nks.#]onks_khkno!y
From then on, you can insert the current value of the cycle wherever you’d like in your
template:
8pn_h]oo9w!_u_hanks_khkno!y:***8+pn:
8pn_h]oo9w!_u_hanks_khkno!y:***8+pn:
You can use any number of values in a w!_u_ha!y tag, separated by spaces. Values
enclosed in single quotes (#) or double quotes () are treated as string literals, whereas values
without quotes are treated as template variables.
For backward-compatibility, the w!_u_ha!y tag supports the much inferior old syntax
from previous Django versions. You shouldn’t use this in any new projects, but for the sake of
the people who are still using it, here’s what it looks like:
w!_u_hanks-(nks.(nks/!y
In this syntax, each value gets interpreted as a literal string, and there’s no way to specify
variable values. Or literal commas. Or spaces. Did we mention you shouldn’t use this syntax in
any new projects?

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

debug
Outputs a whole load of debugging information, including the current context and imported
modules.

extends
Signals that this template extends a parent template.
This tag can be used in two ways:
Ê

UÊ w!atpaj`o^]oa*dpih!y (with quotes) uses the literal value ^]oa*dpih as the
name of the parent template to extend.

Ê

UÊ w!atpaj`or]ne]^ha!y uses the value of r]ne]^ha. If the variable evaluates to a string,
Django will use that string as the name of the parent template. If the variable evaluates
to a Pailh]pa object, Django will use that object as the parent template.
See Chapter 4 for more information on template inheritance.

filter
Filters the contents of the variable through variable filters.
Filters can also be piped through each other, and they can have arguments just as in variable syntax.
For example:
w!behpanbkn_a[ao_]laxhksan!y
Pdeopatpsehh^aDPIH)ao_]la`(]j`sehh]lla]nej]hhhksan_]oa*
w!aj`behpan!y

firstof
Outputs the first variable passed that is not B]hoa. Outputs nothing if all the passed variables
are B]hoa.
For example:
w!benopkbr]n-r]n.r]n/!y
This is equivalent to the following:
w!ebr]n-!y
wwr]n-yy
w!ahoa!yw!ebr]n.!y
wwr]n.yy
w!ahoa!yw!ebr]n/!y
wwr]n/yy
w!aj`eb!yw!aj`eb!yw!aj`eb!y
You can also use a literal string as a fallback value in case all passed variables are B]hoa:
w!benopkbr]n-r]n.r]n/b]hh^]_gr]hqa!y

431

432

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

for
Loops over each item in an array. For example, to display a list of athletes provided in
]pdhapa[heop:
8qh:
w!bkn]pdhapaej]pdhapa[heop!y
8he:ww]pdhapa*j]iayy8+he:
w!aj`bkn!y
8+qh:
You can loop over a list in reverse by using w!bknk^fejheopnaranoa`!y.
If you need to loop over a list of lists, you can unpack the values in each sublist into individual variables. For example, if your context contains a list of (x,y) coordinates called lkejpo,
you could use the following to output the list of points:
w!bknt(uejlkejpo!y
Pdanaeo]lkejp]pwwtyy(wwuyy
w!aj`bkn!y
This can also be useful if you need to access the items in a dictionary. For example, if your
context contained a dictionary `]p], the following would display the keys and values of the
dictionary:
w!bkngau(r]hqaej`]p]*epaio!y
wwgauyy6wwr]hqayy
w!aj`bkn!y
The bkn loop sets a number of variables available within the loop (see Table E-1).
Table E-1. Variables Available Inside {% for %} Loops

Variable

Description

bknhkkl*_kqjpan

The current iteration of the loop (1-indexed)

bknhkkl*_kqjpan,

The current iteration of the loop (0-indexed)

bknhkkl*nar_kqjpan

The number of iterations from the end of the loop (1-indexed)

bknhkkl*nar_kqjpan,

The number of iterations from the end of the loop (0-indexed)

bknhkkl*benop

Pnqa if this is the first time through the loop

bknhkkl*h]op

Pnqa if this is the last time through the loop

bknhkkl*l]najphkkl

For nested loops, this is the loop “above” the current one

The bkn tag can take an optional w!ailpu!y clause that will be displayed if the given
array is empty or could not be found:
8qh:
w!bkn]pdhapaej]pdhapa[heop!y
8he:ww]pdhapa*j]iayy8+he:

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

w!ailpu!y
8he:Oknnu(jk]pdhapaejpdeoheop8+he:
w!aj`bkn!y
8qh:
The preceding is equivalent to but shorter, cleaner, and possibly faster than the following:
8qh:
w!eb]pdhapa[heop!y
w!bkn]pdhapaej]pdhapa[heop!y
8he:ww]pdhapa*j]iayy8+he:
w!aj`bkn!y
w!ahoa!y
8he:Oknnu(jk]pdhapaoejpdeoheop*8+he:
w!aj`eb!y
8+qh:

if
The w!eb!y tag evaluates a variable, and if that variable is pnqa (i.e., exists, is not empty, and
is not a false Boolean value), the contents of the block are output:
w!eb]pdhapa[heop!y
Jqi^ankb]pdhapao6ww]pdhapa[heopxhajcpdyy
w!ahoa!y
Jk]pdhapao*
w!aj`eb!y
In the preceding code, if ]pdhapa[heop is not empty, the number of athletes will be displayed by the ww]pdhapa[heopxhajcpdyy variable.
As you can see, the eb tag can take an optional w!ahoa!y clause that will be displayed if
the test fails.
eb tags may use ]j`, kn, or jkp to test a number of variables or to negate a given variable:
w!eb]pdhapa[heop]j`_k]_d[heop!y
>kpd]pdhapao]j`_k]_dao]na]r]eh]^ha*
w!aj`eb!y
w!ebjkp]pdhapa[heop!y
Pdana]najk]pdhapao*
w!aj`eb!y
w!eb]pdhapa[heopkn_k]_d[heop!y
Pdana]naokia]pdhapaoknokia_k]_dao*
w!aj`eb!y

433

434

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

w!ebjkp]pdhapa[heopkn_k]_d[heop!y
Pdana]najk]pdhapaoknpdana]naokia_k]_dao$KG(ok
snepejcAjcheodpn]joh]pekjokb^kkha]jhkce_okqj`o
opqle`7ep#ojkpkqnb]qhp%*
w!aj`eb!y
w!eb]pdhapa[heop]j`jkp_k]_d[heop!y
Pdana]naokia]pdhapao]j`]^okhqpahujk_k]_dao*
w!aj`eb!y
eb tags don’t allow ]j` and kn clauses within the same tag because the order of logic would
be ambiguous. For example, this is invalid:
w!eb]pdhapa[heop]j`_k]_d[heopkn_daanha]`an[heop!y
If you need to combine ]j` and kn to do advanced logic, just use nested eb tags. For example:
w!eb]pdhapa[heop!y
w!eb_k]_d[heopkn_daanha]`an[heop!y
Sad]ra]pdhapao(]j`aepdan_k]_daokn_daanha]`ano
w!aj`eb!y
w!aj`eb!y
Multiple uses of the same logical operator are fine, as long as you use the same operator.
For example, this is valid:
w!eb]pdhapa[heopkn_k]_d[heopknl]najp[heopknpa]_dan[heop!y

ifchanged
Checks to see whether a value has changed from the last iteration of a loop.
The eb_d]jca` tag is used within a loop. It has two possible uses:
Ê

UÊ

iVŽÃʈÌÃʜܘÊÀi˜`iÀi`ÊVœ˜Ìi˜ÌÃÊ>}>ˆ˜ÃÌʈÌÃÊ«ÀiۈœÕÃÊÃÌ>ÌiÊ>˜`ʜ˜ÞÊ`ˆÃ«>ÞÃÊÌ iÊ
content if it has changed. For example, this displays a list of days, only displaying the
month if it changes:
8d-:=n_derabknwwua]nyy8+d-:
w!bkn`]paej`]uo!y
w!eb_d]jca`!y8d/:ww`]pax`]pa6Byy8+d/:w!aj`eb_d]jca`!y
8]dnab9ww`]pax`]pa6I+`xhksanyy+:ww`]pax`]pa6fyy8+]:
w!aj`bkn!y

Ê

UÊ vÊ}ˆÛi˜Ê>ÊÛ>Àˆ>Li]ÊV iVŽÊÜ iÌ iÀÊÌ >ÌÊÛ>Àˆ>LiÊ >ÃÊV >˜}i`°ÊœÀÊiÝ>“«i]ÊÌ iÊvœœÜˆ˜}Ê
shows the date every time it changes, but only shows the hour if both the hour and the
date have changed:

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

w!bkn`]paej`]uo!y
w!eb_d]jca``]pa*`]pa!yww`]pa*`]payyw!aj`eb_d]jca`!y
w!eb_d]jca``]pa*dkqn`]pa*`]pa!y
ww`]pa*dkqnyy
w!aj`eb_d]jca`!y
w!aj`bkn!y
The eb_d]jca` tag can also take an optional w!ahoa!y clause that will be displayed if the
value has not changed:
w!bkni]p_deji]p_dao!y
8`eropuha9^]_gcnkqj`)_khkn6
w!eb_d]jca`i]p_d*^]hhkp[e`!y
w!_u_hana`(^hqa!y
w!ahoa!y
cnau
w!aj`eb_d]jca`!y
:wwi]p_dyy8+`er:
w!aj`bkn!y

ifequal
Outputs the contents of the block if the two arguments equal each other.
For example:
w!ebamq]hqoan*e`_kiiajp*qoan[e`!y
***
w!aj`ebamq]h!y
As in the w!eb!y tag, an w!ahoa!y clause is optional.
The arguments can be hard-coded strings, so the following is valid:
w!ebamq]hqoan*qoanj]ia]`ne]j!y
***
w!aj`ebamq]h!y
It is possible to compare an argument only to template variables or strings. You cannot
check for equality with Python objects such as Pnqa or B]hoa. If you need to test whether something is pnqa or b]hoa, use the eb tag instead.

ifnotequal
Just like ebamq]h, except that it tests that the two arguments are not equal.

include
Loads a template and renders it with the current context. This is a way of “including” other
templates within a template.
The template name can either be a variable or a hard-coded (quoted) string in either
single or double quotes.

435

436

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

This example includes the contents of the template bkk+^]n*dpih:
w!ej_hq`abkk+^]n*dpih!y
This example includes the contents of the template whose name is contained in the variable pailh]pa[j]ia:
w!ej_hq`apailh]pa[j]ia!y
An included template is rendered with the context of the template that includes it. This
example produces the output Dahhk(Fkdj:
Ê

UÊ

œ˜ÌiÝÌ\ÊÛ>Àˆ>LiÊlanokj is set to fkdj.

Ê

UÊ /i“«>Ìi\
w!ej_hq`aj]ia[ojellap*dpih!y

Ê

UÊ / iÊj]ia[ojellap*dpih template:
Dahhk(wwlanokjyy
See also: w!ooe!y.

load
Loads a custom template tag set. See Chapter 9 for more information on custom template
libraries.

now
Displays the date, formatted according to the given string.
Uses the same format as PHP’s `]pa$% function (dppl6++ldl*jap+`]pa) with some custom
extensions.
Table E-2 shows the available format strings.
Table E-2. Available Date Format Strings

Format Character

Description

Example Output

a

#]*i*# or #l*i*# (Note that this is slightly different from PHP’s output because it includes periods
to match Associated Press style.)

#]*i*#

A

#=I# or #LI#.

#=I#

b

Month, textual, three letters, lowercase.

#f]j#

B

Not implemented.

d

Day of the month, two digits with leading zeros.

#,-# to #/-#

D

Day of the week, textual, three letters.

#Bne#

f

Time, in 12-hour hours and minutes, with minutes
left off if they’re zero. Proprietary extension.

#-#, #-6/,#

F

Month, textual, long.

#F]jq]nu#

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

Format Character

Description

Example Output

g

Hour, 12-hour format without leading zeros.

#-# to #-.#

G

Hour, 24-hour format without leading zeros.

#,# to #./#

h

Hour, 12-hour format.

#,-# to #-.#

H

Hour, 24-hour format.

#,,# to #./#

i

Minutes.

#,,# to #15#

I

Not implemented.

j

Day of the month without leading zeros.

#-# to #/-#

l

Day of the week, textual, long.

#Bne`]u#

L

Boolean for whether it’s a leap year.

Pnqa or B]hoa

m

Month, two digits with leading zeros.

#,-# to #-.#

M

Month, textual, three letters.

#F]j#

n

Month without leading zeros.

#-# to #-.#

N

Month abbreviation in Associated Press style.
Proprietary extension.

#F]j*#, #Ba^*#,
#I]n_d#, #I]u#

O

Difference to Greenwich time in hours.

#',.,,#

P

Time, in 12-hour hours and minutes, and
‘a.m.’/’p.m.’, with minutes left off if they’re zero
and the special-case strings #ie`jecdp# and
#jkkj# if appropriate. Proprietary extension.

#-]*i*#, #-6/,l*i*#,
#ie`jecdp#, #jkkj#,
#-.6/,l*i*#

r

RFC 2822 formatted date.

#Pdq(.-@a_.,,,
-26,-6,3',.,,#

s

Seconds, two digits with leading zeros.

#,,# to #15#

S

English ordinal suffix for day of the month, two
characters.

#op#, #j`#, #n`#, or #pd#

t

Number of days in the given month.

.4 to /-

T

Time zone of this machine.

#AOP#, #I@P#

U

Not implemented.

w

Day of the week, digits without leading zeros.

#,# (Sunday) to #2#

W

ISO-8601 week number of year, with weeks starting
on Monday.

-, 1/

y

Year, two digits.

#55#

Y

Year, four digits.

#-555#

z

Day of the year.

, to /21

Z

Time zone offset in seconds. The offset for time
zones west of UTC is always negative, and for those
east of UTC is always positive.

)0/.,, to 0/.,,

(Saturday)

For example:
Epeow!jksfOBUD6e!y

437

438

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

Note that you can backslash-escape a format string if you want to use the “raw” value. In
this example, “f” is backslash-escaped because otherwise “f” is a format string that displays the
time. The “o” doesn’t need to be escaped, because it’s not a format character:
Epeopdaw!jksfOkXbB!y
This would display as “It is the 4th of September.”

regroup
Regroups a list of like objects by a common attribute.
This complex tag is best illustrated by use of an example: say that laklha is a list of people
represented by dictionaries with benop[j]ia, h]op[j]ia, and caj`an keys:
laklha9W
w#benop[j]ia#6#Caknca#(#h]op[j]ia#6#>qod#(#caj`an#6#I]ha#y(
w#benop[j]ia#6#>ehh#(#h]op[j]ia#6#?hejpkj#(#caj`an#6#I]ha#y(
w#benop[j]ia#6#I]nc]nap#(#h]op[j]ia#6#Pd]p_dan#(#caj`an#6#Bai]ha#y(
w#benop[j]ia#6#?kj`khaavv]#(#h]op[j]ia#6#Ne_a#(#caj`an#6#Bai]ha#y(
w#benop[j]ia#6#L]p#(#h]op[j]ia#6#Oiepd#(#caj`an#6#Qjgjksj#y(
Y
And you want to display a hierarchical list that is ordered by gender, like this:
Ê

UÊ Male:
Ê UÊiœÀ}iÊ ÕÃ
Ê UÊ ˆÊ ˆ˜Ìœ˜

Ê

UÊ Female:
Ê UÊ>À}>ÀiÌÊ/ >ÌV iÀ
Ê UÊ œ˜`œiiââ>Ê,ˆVi

Ê

UÊ Unknown:
Ê UÊ*>ÌÊ-“ˆÌ

You can use the w!nacnkql!y tag to group the list of people by gender. The following
snippet of template code would accomplish it:
w!nacnkqllaklha^ucaj`an]ocaj`an[heop!y
8qh:
w!bkncaj`anejcaj`an[heop!y
8he:wwcaj`an*cnkqlanyy
8qh:
w!bknepaiejcaj`an*heop!y
8he:wwepai*benop[j]iayywwepai*h]op[j]iayy8+he:
w!aj`bkn!y
8+qh:
8+he:
w!aj`bkn!y
8+qh:

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

Let’s walk through this example. w!nacnkql!y takes three arguments: the list you want
to regroup, the attribute to group by, and the name of the resulting list. Here, we’re regrouping
the laklha list by the caj`an attribute and calling the result caj`an[heop.
w!nacnkql!y produces a list (in this case, caj`an[heop) of group objects. Each group
object has two attributes:
Ê

UÊ cnkqlan: The item that was grouped by (e.g., the string I]haor Bai]ha)

Ê

UÊ heop: A list of all items in this group (e.g., a list of all people with caj`an9#I]ha#)

Note that w!nacnkql!y does not order its input! Our example relies on the fact that the
laklha list was ordered by caj`an in the first place. If the laklha list did not order its members
by caj`an, the regrouping would naively display more than one group for a single gender. For
example, say the laklha list was set to this (note that the males are not grouped together):
laklha9W
w#benop[j]ia#6#>ehh#(#h]op[j]ia#6#?hejpkj#(#caj`an#6#I]ha#y(
w#benop[j]ia#6#L]p#(#h]op[j]ia#6#Oiepd#(#caj`an#6#Qjgjksj#y(
w#benop[j]ia#6#I]nc]nap#(#h]op[j]ia#6#Pd]p_dan#(#caj`an#6#Bai]ha#y(
w#benop[j]ia#6#Caknca#(#h]op[j]ia#6#>qod#(#caj`an#6#I]ha#y(
w#benop[j]ia#6#?kj`khaavv]#(#h]op[j]ia#6#Ne_a#(#caj`an#6#Bai]ha#y(
Y
With this input for laklha, the previous example w!nacnkql!y template code would
result in the following output:
Ê

UÊ Male:
Ê UÊ ˆÊ ˆ˜Ìœ˜

Ê

UÊ Unknown:
Ê UÊ*>ÌÊ-“ˆÌ

Ê

UÊ Female:
Ê UÊ>À}>ÀiÌÊ/ >ÌV iÀ

Ê

UÊ Male:
Ê UÊiœÀ}iÊ ÕÃ

Ê

UÊ Female:
Ê UÊ œ˜`œiiââ>Ê,ˆVi

The easiest solution to this gotcha is to make sure in your view code that the data is
ordered according to how you want to display it.
Another solution is to sort the data in the template using the `e_poknp filter if your data is
in a list of dictionaries:
w!nacnkqllaklhax`e_poknp6caj`an^ucaj`an]ocaj`an[heop!y

439

440

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

spaceless
Removes whitespace between HTML tags (this includes tab characters and newlines).
For example:
w!ol]_ahaoo!y
8l:
8]dnab9bkk+:Bkk8+]:
8+l:
w!aj`ol]_ahaoo!y
This example would return this HTML:
8l:8]dnab9bkk+:Bkk8+]:8+l:
Only space between tags is removed; not space between tags and text. In this example, the
space around Dahhk won’t be stripped:
w!ol]_ahaoo!y
8opnkjc:
Dahhk
8+opnkjc:
w!aj`ol]_ahaoo!y

ssi
Outputs the contents of a given file into the page.
Like a simple ej_hq`a tag, w!ooe!y includes the contents of another file that must be
specified using an absolute path in the current page:
w!ooe+dkia+dpih+hfsknh`*_ki+ej_hq`ao+necdp[cajane_*dpih!y
If the optional “parsed” parameter is given, the contents of the included file are evaluated
as template code within the current context:
w!ooe+dkia+dpih+hfsknh`*_ki+ej_hq`ao+necdp[cajane_*dpihl]noa`!y
Note that if you use w!ooe!y, you’ll need to define =HHKSA@[EJ?HQ@A[NKKPO in your
Django settings as a security measure.
See also w!ej_hq`a!y.

templatetag
Outputs one of the syntax characters used to compose template tags.
Because the template system has no concept of “escaping,” to display one of the bits used
in template tags, you must use the w!pailh]pap]c!y tag.
See Table E-3 for the available arguments.

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

Table E-3. Available Arguments for templatetag Filter

Argument

Output

klaj^hk_g

w!

_hkoa^hk_g

!y

klajr]ne]^ha

ww

_hkoar]ne]^ha

yy

klaj^n]_a

w

_hkoa^n]_a

y

klaj_kiiajp

w

_hkoa_kiiajp

y

url
Returns an absolute URL (i.e., a URL without the domain name) matching a given view function and optional parameters. This is a way to output links without violating the DRY principle
by having to hard-code URLs in your templates:
w!qnhl]pd*pk*okia[reas]nc-(]nc.(j]ia-9r]hqa-!y
The first argument is a path to a view function in the format l]_g]ca*l]_g]ca*ik`qha*
bqj_pekj. Additional arguments are optional and should be comma-separated values that will
be used as positional and keyword arguments in the URL. All arguments required by the URLconf should be present.
For example, suppose that you have a view, ]ll[reaso*_heajp, whose URLconf takes a client ID (here, _heajp$% is a method inside the views file ]ll[reaso*lu). The URLconf line might
look like this:
$#Z_heajp+$X`'%+ #(#]ll[reaso*_heajp#%
If this app’s URLconf is included into the project’s URLconf under a path such as this:
$#Z_heajpo+#(ej_hq`a$#lnkfa_p[j]ia*]ll[j]ia*qnho#%%
you can create a link to this view like this in a template:
w!qnh]ll[reaso*_heajp_heajp*e`!y
The template tag will output the string +_heajpo+_heajp+-./+.

widthratio
For creating bar charts and such, this tag calculates the ratio of a given value to a maximum
value, and then applies that ratio to a constant.
For example:
8eicon_9^]n*cebdaecdp9-,se`pd9w!se`pdn]pekpdeo[r]hqai]t[r]hqa-,,!y+:
If pdeo[r]hqa is -31 and i]t[r]hqa is .,,, the image in the preceding example will be 88
pixels wide (because 175 / 200 = .875, .875 * 100 = 87.5, which is rounded up to 88).

441

442

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

with
Caches a complex variable under a simpler name. This is useful when accessing an “expensive”
method (e.g., one that hits the database multiple times).
For example:
w!sepd^qoejaoo*ailhkuaao*_kqjp]opkp]h!y
wwpkp]hyyailhkuaawwpkp]hxlhqn]hevayy
w!aj`sepd!y
The populated variable (in the example above, pkp]h) is only available between the
w!sepd!y and w!aj`sepd!y tags.

Built-in Filter Reference
add
Adds the argument to the value.
For example:
wwr]hqax]``6.yy
If r]hqa is 0, the output will be 2.

addslashes
Adds slashes before quotes. Useful for escaping strings in CSV, for example.

capfirst
Capitalizes the first character of the value.

center
Centers the value in a field of a given width.

cut
Removes all values of ]nc from the given string. For example:
wwr]hqax_qp6yy
If r]hqa is Opnejcsepdol]_ao, the output will be Opnejcsepdol]_ao.

date
Formats a date according to the given format (same as the w!jks!y tag). For example:
wwr]hqax`]pa6@`IUyy

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

If r]hqa is a `]papeia object (e.g., the result of `]papeia*`]papeia*jks$%), the output will
be the string #Sa`,5F]j.,,4#.
When used without a format string, as follows, the formatting string defined in the @=PA[
BKNI=P setting will be used:
wwr]hqax`]payy

default
If value evaluates to B]hoa, use given default. Otherwise, use the value.
For example:
wwr]hqax`ab]qhp6jkpdejcyy
If r]hqa is  (the empty string), the output will be jkpdejc.

default_if_none
If (and only if) r]hqa is Jkja, use the given default. Otherwise, use the value.
Note that if an empty string is given, the default value will not be used. Use the `ab]qhp
filter if you want to fallback for empty strings.
For example:
wwr]hqax`ab]qhp[eb[jkja6jkpdejcyy
If r]hqa is Jkja, the output will be the string jkpdejc.

dictsort
Takes a list of dictionaries and returns that list sorted by the key given in the argument.
For example:
wwr]hqax`e_poknp6j]iayy
If r]hqa is:
W
w#j]ia#6#va`#(#]ca#6-5y(
w#j]ia#6#]iu#(#]ca#6..y(
w#j]ia#6#fka#(#]ca#6/-y(
Y
then the output would be:
W
w#j]ia#6#]iu#(#]ca#6..y(
w#j]ia#6#fka#(#]ca#6/-y(
w#j]ia#6#va`#(#]ca#6-5y(
Y

443

444

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

dictsortreversed
Takes a list of dictionaries and returns that list sorted in reverse order by the key given in the
argument. This works exactly the same as the previous filter, but the returned value will be in
reverse order.

divisibleby
Returns Pnqa if the value is divisible by the argument.
For example:
wwr]hqax`ereoe^ha^u6/yy
If r]hqa is .-, the output would be Pnqa.

escape
Escapes a string’s HTML. Specifically, it makes these replacements:
Ê

UÊ 8 is converted to "hp7

Ê

UÊ : is converted to "cp7

Ê

UÊ # (single quote) is converted to "/57

Ê

UÊ  (double quote) is converted to "mqkp7

Ê

UÊ " is converted to "]il7

The escaping is applied only when the string is output, so it does not matter where in a
chained sequence of filters you put ao_]la: it will always be applied as if it were the last filter.
If you want escaping to be applied immediately, use the bkn_a[ao_]la filter.
Applying ao_]la to a variable that would normally have autoescaping applied to the result
will result in only one round of escaping being done. So it is safe to use this function even
in autoescaping environments. If you want multiple escaping passes to be applied, use the
bkn_a[ao_]la filter.

escapejs
Escapes characters for use in JavaScript strings. This does not make the string safe for use in
HTML, but does protect you from syntax errors when using templates to generate JavaScript/
JSON.

filesizeformat
Formats the value like a ‘human-readable’ file size (i.e., #-/G>#, #0*-I>#, #-,.^upao#, etc).
For example:
wwr]hqaxbehaoevabkni]pyy
If r]hqa is 123456789, the output would be --3*3I>.

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

first
Returns the first item in a list.
For example:
wwr]hqaxbenopyy
If r]hqa is the list W#]#(#^#(#_#Y, the output will be #]#.

fix_ampersands
Replaces ampersands with "]il7 entities.
For example:
wwr]hqaxbet[]ilano]j`oyy
If r]hqa is Pki"Fannu, the output will be Pki"]il7Fannu.

floatformat
When used without an argument, rounds a floating-point number to one decimal place (but
only if there’s a decimal part to be displayed). See Table E-4.
Table E-4. Example Output of floatformat Tag
R]hqa

Template

Output

/0*././0

wwr]hqaxbhk]pbkni]pyy

/0*.

/0*,,,,,

wwr]hqaxbhk]pbkni]pyy

/0

/0*.2,,,

wwr]hqaxbhk]pbkni]pyy

/0*/

If used with a numeric integer argument, bhk]pbkni]p rounds a number to that many
decimal places. See Table E-5.

Table E-5. More Example Output of floatformat Tag
R]hqa

Template

Output

/0*././0

wwr]hqaxbhk]pbkni]p6/yy

/0*./.

/0*,,,,,

wwr]hqaxbhk]pbkni]p6/yy

/0*,,,

/0*.2,,,

wwr]hqaxbhk]pbkni]p6/yy

/0*.2,

If the argument passed to bhk]pbkni]p is negative, it will round a number to that many
decimal places, but only if there’s a decimal part to be displayed. See Table E-6.

445

446

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

Table E-6. Even More Example Output of floatformat Tag
R]hqa

Template

Output

/0*././0

wwr]hqaxbhk]pbkni]p6)/yy

/0*./.

/0*,,,,,

wwr]hqaxbhk]pbkni]p6)/yy

/0

/0*.2,,,

wwr]hqaxbhk]pbkni]p6)/yy

/0*.2,

Using bhk]pbkni]p with no argument is equivalent to using bhk]pbkni]p with an argument
of )-.

force_escape
Applies HTML escaping to a string (see the ao_]la filter for details). This filter is applied
immediately and returns a new escaped string. This is useful in the rare cases where you need
multiple escaping or want to apply other filters to the escaped results. Normally, you want to
use the ao_]la filter.

get_digit
Given a whole number, returns the requested digit, where 1 is the rightmost digit, 2 is the
second digit, and so on. Returns the original value for invalid input (if the input or argument is
not an integer or if the argument is less than 1). Otherwise, output is always an integer.
For example:
wwr]hqaxcap[`ecep6.yy
If r]hqa is -./012345, the output will be 4.

iriencode
Converts an Internationalized Resource Identifier (IRI) to a string that is suitable for including
in a URL. This is necessary if you’re trying to use strings containing non-ASCII characters in a
URL.
It’s safe to use this filter on a string that has already gone through the qnhaj_k`a filter.

join
Joins a list with a string such as Python’s opn*fkej$heop%.
For example:
wwr]hqaxfkej6++yy
If r]hqa is the list W#]#(#^#(#_#Y, the output will be the string ]++^++_.

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

last
Returns the last item in a list.
For example:
wwr]hqaxh]opyy
If r]hqa is the list W#]#(#^#(#_#(#`#Y, the output will be the string `.

length
Returns the length of the value (this works for both strings and lists).
For example:
wwr]hqaxhajcpdyy
If r]hqa is W#]#(#^#(#_#(#`#Y, the output will be 0.

length_is
Returns Pnqa if the value’s length is the argument, or B]hoa otherwise.
For example:
wwr]hqaxhajcpd[eo60yy
If r]hqa is W#]#(#^#(#_#(#`#Y, the output will be Pnqa.

linebreaks
Replaces line breaks in plain text with appropriate HTML; a single newline becomes an HTML
line break (8^n+:) and a new line followed by a blank line becomes a paragraph break (8+l:).
For example:
wwr]hqaxheja^na]goyy
If r]hqa is FkahXjeo]ohqc, the output will be 8l:Fkah8^n+:eo]ohqc8+l:.

linebreaksbr
Converts all newlines in a piece of plain text to HTML line breaks (8^n+:).

linenumbers
Displays text with line numbers.

ljust
Left-aligns the value in a field of a given width.
Argument: field size

447

448

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

lower
Converts a string into all lowercase.
For example:
wwr]hqaxhksanyy
If r]hqa is OpehhI=@=pUkgk, the output will be opehhi]`]pukgk.

make_list
Returns the value turned into a list. For an integer, it’s a list of digits. For a string, it’s a list of
characters.
For example:
wwr]hqaxi]ga[heopyy
If r]hqa is the string Fkah, the output would be the list Wq#F#(q#k#(q#a#(q#h#Y. If
r]hqa is -./, the output will be the list W-(.(/Y.

phone2numeric
Converts a phone number (possibly containing letters) to its numerical equivalent. For example, #4,,)?KHHA?P# will be converted to #4,,).211/.4#.
The input doesn’t have to be a valid phone number. This will happily convert any string.

pluralize
Returns a plural suffix if the value is not -. By default, this suffix is #o#.
For example:
Ukqd]rawwjqi[iaoo]caoyyiaoo]cawwjqi[iaoo]caoxlhqn]hevayy*
For words that require a suffix other than #o#, you can provide an alternate suffix as a
parameter to the filter.
For example:
Ukqd]rawwjqi[s]hnqoaoyys]hnqowwjqi[s]hnqoxlhqn]heva6aoyy*
For words that don’t pluralize by simple suffix, you can specify both a singular and plural
suffix, separated by a comma.
For example:
Ukqd]rawwjqi[_danneaoyy_dannwwjqi[_danneaoxlhqn]heva6u(eaoyy*

pprint
A wrapper around the Python standard library’s llnejp*llnejp function for debugging, really.

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

random
Returns a random item from the given list.
For example:
wwr]hqaxn]j`kiyy
If r]hqa is the list W#]#(#^#(#_#(#`#Y, the output could be ^.

removetags
Removes a space-separated list of [X]HTML tags from the output.
For example:
wwr]hqaxnaikrap]co6^ol]jxo]bayy
If r]hqa is 8^:Fkah8+^:8^qppkj:eo8+^qppkj:]8ol]j:ohqc8+ol]j: the output will be
Fkah8^qppkj:eo8+^qppkj:]ohqc.

rjust
Right-aligns the value in a field of a given width.
Argument: field size

safe
Marks a string as not requiring further HTML escaping prior to output. When autoescaping is
off, this filter has no effect.

safeseq
Applies the o]ba filter to each element of a sequence. Useful in conjunction with other filters
that operate on sequences, such as fkej. For example:
wwokia[heopxo]baoamxfkej6(yy
You couldn’t use the o]ba filter directly in this case because it would first convert the variable into a string instead of working with the individual elements of the sequence.

slice
Returns a slice of the list.
Uses the same syntax as Python’s list slicing. See dppl6++`eraejpklupdkj*knc+j]pera[
`]p][pulao+heopo*dpihk`^_dahlan*heop*ohe_a for an introduction.
For example:
wwokia[heopxohe_a66.yy

449

450

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

slugify
Converts to lowercase, removes nonword characters (only alphanumerics and underscores are
kept), and converts spaces to hyphens. Also strips leading and trailing whitespace.
For example:
wwr]hqaxohqcebuyy
If r]hqa is Fkaheo]ohqc, the output will be fkah)eo)])ohqc.

stringformat
Formats the variable according to the argument, a string-formatting specifier. This specifier
uses Python string-formatting syntax, with the exception that the leading ! is dropped.
See dppl6++`k_o*lupdkj*knc+he^n]nu+op`pulao*dpihopnejc)bkni]ppejc)klan]pekjo for
documentation of Python string formatting.
For example:
wwr]hqaxopnejcbkni]p6oyy
If r]hqa is Fkaheo]ohqc, the output will be Fkaheo]ohqc.

striptags
Strips all [X]HTML tags.
For example:
wwr]hqaxopnelp]coyy
If r]hqa is 8^:Fkah8+^:8^qppkj:eo8+^qppkj:]8ol]j:ohqc8+ol]j:, the output will be
Fkaheo]ohqc.

time
Formats a time according to the given format (same as the jks tag). The peia filter will accept
parameters in the format string that relate to the time of day, not the date (for obvious reasons). If you need to format a date, use the `]pa filter.
For example:
wwr]hqaxpeia6D6eyy
If r]hqa is equivalent to `]papeia*`]papeia*jks$%, the output will be the string ,-6./.
When used without a format string, the format string defined in the PEIA[BKNI=P setting
will be used:
wwr]hqaxpeiayy

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

timesince
Formats a date as the time since that date (e.g., “4 days, 6 hours”).
Takes an optional argument that is a variable containing the date to use as the comparison point (without the argument, the comparison point is now). For example, if ^hkc[`]pa is
a date instance representing midnight on 1 June 2006, and _kiiajp[`]pa is a date instance for
08:00 on 1 June 2006, then ww^hkc[`]paxpeiaoej_a6_kiiajp[`]payy would return “4dkqno”.
Comparing offset-naive and offset-aware datetimes will return an empty string.
Minutes is the smallest unit used, and ,iejqpao will be returned for any date that is in
the future relative to the comparison point.

timeuntil
Similar to peiaoej_a, except that it measures the time from now until the given date or datetime. For example, if today is 1 June 2006, and _kjbanaj_a[`]pa is a date instance holding 29
June 2006, then ww_kjbanaj_a[`]paxpeiaqjpehyy will return 0saago.
Takes an optional argument that is a variable containing the date to use as the
comparison point (instead of now). If bnki[`]pa contains 22 June 2006, then ww_kjbanaj_a[
`]paxpeiaqjpeh6bnki[`]payy will return -saag.
Comparing offset-naive and offset-aware datetimes will return an empty string.
Minutes is the smallest unit used, and ,iejqpao will be returned for any date that is in
the past relative to the comparison point.

title
Converts a string into titlecase.

truncatewords
Truncates a string after a certain number of words.
Argument: Number of words to truncate after.
For example:
wwr]hqaxpnqj_]paskn`o6.yy
If r]hqa is Fkaheo]ohqc, the output will be Fkaheo***.

truncatewords_html
Similar to pnqj_]paskn`o, except that it is aware of HTML tags. Any tags that are opened in the
string and not closed before the truncation point are closed immediately after the truncation.
This is less efficient than pnqj_]paskn`o, so should be used only when it is being passed
HTML text.

451

452

A PPENDIX E N BU IL T- IN TEMP L A TE TA G S A ND FIL TE R S

unordered_list
Recursively takes a self-nested list and returns an HTML unordered list without opening and
closing 8qh: tags.
The list is assumed to be in the proper format. For example, if r]n contains W#Op]pao#(
W#G]jo]o#(W#H]snaj_a#(#Pklag]#Y(#Ehhejkeo#YY, then wwr]nxqjkn`ana`[heopyy would
return the following:
8he:Op]pao
8qh:
8he:G]jo]o
8qh:
8he:H]snaj_a8+he:
8he:Pklag]8+he:
8+qh:
8+he:
8he:Ehhejkeo8+he:
8+qh:
8+he:

upper
Converts a string into all uppercase.
For example:
wwr]hqaxqllanyy
If r]hqa is Fkaheo]ohqc, the output will be FKAHEO=OHQC.

urlencode
Escapes a value for use in a URL.

urlize
Converts URLs in plain text into clickable links.
Note that if qnheva is applied to text that already contains HTML markup, things won’t
work as expected. Apply this filter only to plain text.
For example:
wwr]hqaxqnhevayy
If r]hqa is ?da_gkqpsss*`f]jcklnkfa_p*_ki, the output will be ?da_gkqp8]
dnab9dppl6++sss*`f]jcklnkfa_p*_ki:sss*`f]jcklnkfa_p*_ki8+]:.

A P P EN D I X E N B U I LT - I N T E M P LA T E T A G S A N D F I LT E R S

urlizetrunc
Converts URLs into clickable links, truncating URLs longer than the given character limit.
As with qnheva, this filter should be applied only to plain text.
Argument: Length to truncate URLs to.
For example:
wwr]hqaxqnhevapnqj_6-1yy
If r]hqa is ?da_gkqpsss*`f]jcklnkfa_p*_ki, the output would be #?da_gkqp8]
dnab9dppl6++sss*`f]jcklnkfa_p*_ki:sss*`f]jckln***8+]:#.

wordcount
Returns the number of words.

wordwrap
Wraps words at a specified line length.
Argument: number of characters at which to wrap the text.
For example:
wwr]hqaxskn`sn]l61yy
If r]hqa is Fkaheo]ohqc, the output would be the following:
Fkah
eo]
ohqc

yesno
Given a string mapping values for Pnqa, B]hoa, and (optionally) Jkja returns one of those
strings according to the value (see Table E-7).
Table E-7. Examples of the yesno Filter

Value

Argument

Output

Pnqa

ua]d(jk(i]u^a

ua]d

B]hoa

ua]d(jk(i]u^a

jk

Jkja

ua]d(jk(i]u^a

i]u^a

Jkja

ua]d(jk

jk (converts Jkja to B]hoa if no mapping for Jkja is given)

453

A PPE ND IX

F

The django-admin Utility
`

f]jck)]`iej*lu is Django’s command-line utility for administrative tasks. This appendix
explains its many powers.
Usually you’ll access `f]jck)]`iej*lu through a project’s i]j]ca*lu wrapper. i]j]ca*lu
is created automatically in each Django project and is a thin wrapper around `f]jck)]`iej*lu.
It takes care of two things for you before delegating to `f]jck)]`iej*lu:
Ê

UÊ ÌÊ«ÕÌÃÊޜÕÀÊ«ÀœiV̽ÃÊ«>VŽ>}iʜ˜Êouo*l]pd.

Ê

UÊ ÌÊÃiÌÃÊÌ iÊ@F=JCK[OAPPEJCO[IK@QHA environment variable so that it points to your
project’s oappejco*lu file.

The `f]jck)]`iej*lu script should be on your system path if you installed Django via its
oapql*lu utility. If it’s not on your path, you can find it in oepa)l]_g]cao+`f]jck+^ej within
your Python installation. Consider symlinking it from some place on your path, such as +qon+
hk_]h+^ej.
Windows users, who do not have symlinking functionality available, can copy `f]jck)]`iej*
lu to a location on their existing path or edit the L=PD settings (under Settings ¢ Control Panel
¢ System ¢ Advanced ¢ Environment) to point to its installed location.
Generally, when working on a single Django project it’s easier to use i]j]ca*lu. If you
need to switch between multiple Django settings files, use `f]jck)]`iej*lu with @F=JCK[
OAPPEJCO[IK@QHA or use the ))oappejco command-line option.
The command-line examples throughout this appendix use `f]jck)]`iej*lu to be consistent, but any example can use i]j]ca*lu just as well.

Usage
Here’s how to use `f]jck)]`iej*lu:
`f]jck)]`iej*lu8oq^_kii]j`:WklpekjoY
i]j]ca*lu8oq^_kii]j`:WklpekjoY

455

456

A PPENDIX F N T HE DJ A NG O-A DMIN U TIL ITY

oq^_kii]j` should be one of the subcommands listed in the “Available Subcommands”
section of this appendix. klpekjo, which is optional, should be zero or more of the options
available for the given subcommand.

Getting Runtime Help
Run `f]jck)]`iej*ludahl to display a list of all available subcommands. Run `f]jck)]`iej*lu
dahl8oq^_kii]j`: to display a description of the given subcommand and a list of its available
options.

App Names
Many subcommands take a list of app names. An app name is the base name of the package
containing your models. For example, if your EJOP=HHA@[=LLO contains the string #iuoepa*^hkc#,
the app name is ^hkc.

Determining the Version
Run `f]jck)]`iej*lu))ranoekj to display the current Django version.
Here are some examples of output:
-*-*,
,*52
,*53)lna)ORJ)2,25

Displaying Debug Output
Use ))ran^koepu to specify the amount of notification and debug information that `f]jck)]`iej*
lu should print to the console.

Available Subcommands
cleanup
This can be run as a cron job, or directly to clean out old data from the database (only expired
sessions currently).

compilemessages
The _kilehaiaoo]cao subcommand compiles *lk files created with i]gaiaoo]cao to *ik files for
use with the built-in cappatp support. See Chapter 19.

A P P E N D I X F N T H E D JA N G O - A D M I N U T I LI T Y

--locale
Use the ))hk_]ha or )h option to specify the locale to process. If this option is not provided, all
locales are processed.
Here is a usage example:
`f]jck)]`iej*lu_kilehaiaoo]cao))hk_]ha9^n[LP

createcachetable
This subcommand creates a cache table with a given name for use with the database-cache
back-end. See Chapter 15.
Example usage:
`f]jck)]`iej*lu_na]pa_]_dap]^haiu[_]_da[p]^ha

createsuperuser
This creates a superuser account (a user who has all permissions). This is useful if you need to
create an initial superuser account but did not do so during ouj_`^, or if you need to generate
superuser accounts programmatically for your site(s).
When run interactively, this command will prompt for a password for the new superuser
account. When run non-interactively, no password will be set, and the superuser account will
not be able to log in until a password has been set for it manually.
The username and e-mail address for the new account can be supplied by using the
))qoanj]ia and ))ai]eh arguments on the command line. If either of these is not supplied,
_na]paoqlanqoan will prompt for it when running interactively.
This command is available only if Django’s authentication system (`f]jck*_kjpne^*]qpd)
is in EJOP=HHA@[=LLO. See Chapter 14.

dbshell
`^odahh runs the command-line client for the database engine specified in your @=P=>=OA[
AJCEJA setting, with the connection parameters specified in your @=P=>=OA[QOAN, @=P=>=OA[
L=OOSKN@, and other such settings:
Ê

UÊ œÀÊ*œÃÌ}Ài-+]ÊÌ ˆÃÊÀ՘ÃÊÌ iÊlomh command-line client.

Ê

UÊ œÀÊÞ-+]ÊÌ ˆÃÊÀ՘ÃÊÌ iÊiuomh command-line client.

Ê

UÊ œÀÊ-+ˆÌi]ÊÌ ˆÃÊÀ՘ÃÊÌ iÊomhepa/ command-line client.

This command assumes the programs are on your L=PD so that a simple call to the program name (lomh, iuomh, omhepa/) will find the program in the right place. There’s no way to
specify the location of the program manually.

457

458

A PPENDIX F N T HE DJ A NG O-A DMIN U TIL ITY

diffsettings
Use this to display differences between the current settings file and Django’s default settings.
Settings that don’t appear in the defaults are followed by . For example, the default
settings don’t define NKKP[QNH?KJB, so NKKP[QNH?KJB is followed by  in the output of
`ebboappejco.
Note that Django’s default settings live in `f]jck+_kjb+chk^]h[oappejco*lu, in case you’re
ever curious to see the full list of defaults.

dumpdata
This outputs to standard output all data in the database associated with the named application(s).
If no application name is provided, all installed applications will be dumped. The output of
`qil`]p] can be used as input for hk]``]p].
Note that `qil`]p] uses the default manager on the model for selecting the records to
dump. If you’re using a custom manager as the default manager and it filters some of the available records, not all of the objects will be dumped.
Here is a usage example:
`f]jck)]`iej*lu`qil`]p]^kkgo
Use the ))at_hq`a option to exclude a specific application from the applications whose
contents are output. For example, to specifically exclude the auth application from the output,
you would call:
`f]jck)]`iej*lu`qil`]p]))at_hq`a9]qpd
If you want to exclude multiple applications, use multiple ))at_hq`a directives:
`f]jck)]`iej*lu`qil`]p]))at_hq`a9]qpd))at_hq`a9_kjpajppulao
By default, `qil`]p] will format its output in JSON, but you can use the ))bkni]p option to
specify another format. Currently supported formats are listed in the Django documentation.
By default, `qil`]p] will output all data on a single line. This isn’t easy for humans to read, so
you can use the ))ej`ajp option to pretty-print the output with a number of indentation spaces.
In addition to specifying application names, you can provide a list of individual models,
in the form of ]llj]ia*Ik`ah. If you specify a model name to `qil`]p], the dumped output will
be restricted to that model, rather than the entire application. You can also mix application
names and model names.

flush
bhqod returns the database to the state it was in immediately after ouj_`^ was executed. This
means that all data will be removed from the database, any post-synchronization handlers will
be re-executed, and the ejepe]h[`]p] fixture will be reinstalled.
Use the ))jkejlqp option to suppress all user prompting, such as “Are you sure?” confirmation messages. This is useful if `f]jck)]`iej*lu is being executed as an unattended,
automated script.

A P P E N D I X F N T H E D JA N G O - A D M I N U T I LI T Y

inspectdb
This subcommand introspects the database tables in the database pointed to by the @=P=>=OA[
J=IA setting and outputs a Django model module (a ik`aho*lu file) to standard output.
Use this if you have a legacy database with which you’d like to use Django. The script will
inspect the database and create a model for each table within it.
As you might expect, the created models will have an attribute for every field in the table.
Note that ejola_p`^ has a few special cases in its field-name output:
Ê

UÊ vÊejola_p`^ cannot map a column’s type to a model field type, it’ll use PatpBeah` and
insert the Python comment #Pdeobeah`pulaeo]cqaoo*# next to the field in the
generated model.

Ê

UÊ vÊÌ iÊ`>Ì>L>ÃiÊVœÕ“˜Ê˜>“iʈÃÊ>Ê*ÞÌ œ˜ÊÀiÃiÀÛi`ÊܜÀ`Ê­ÃÕV Ê>ÃÊ#l]oo#, #_h]oo#, or
#bkn#), ejola_p`^ will append #[beah`# to the attribute name. For example, if a table
has a column #bkn#, the generated model will have a field #bkn[beah`#, with the `^[
_khqij attribute set to #bkn#. ejola_p`^ will insert the Python comment #Beah`naj]ia`
^a_]qoaeps]o]Lupdkjnaoanra`skn`*# next to the field.

This feature is meant as a shortcut, not as definitive model generation. After you run it,
you’ll want to look over the generated models yourself to make customizations. In particular,
you’ll need to rearrange models’ order so that models that refer to other models are ordered
properly.
*Àˆ“>ÀÞʎiÞÃÊ>ÀiÊ>Õ̜“>̈V>Þʈ˜ÌÀœÃ«iVÌi`ÊvœÀÊ*œÃÌ}Ài-+]ÊÞ-+]Ê>˜`Ê-+ˆÌi]ʈ˜ÊÜ ˆV Ê
case Django puts in the lnei]nu[gau9Pnqa where needed.
ejola_p`^ÊܜÀŽÃÊÜˆÌ Ê*œÃÌ}Ài-+]ÊÞ-+]Ê>˜`Ê-+ˆÌi°ÊœÀiˆ}˜‡ŽiÞÊ`iÌiV̈œ˜ÊܜÀŽÃʜ˜ÞÊ
ˆ˜Ê*œÃÌ}Ài-+Ê>˜`ÊÜˆÌ ÊViÀÌ>ˆ˜ÊÌÞ«iÃʜvÊÞ-+ÊÌ>Lið

loaddata 
This subcommand searches for and loads the contents of the named fixture into the database.

What’s a Fixture?
A fixture is a collection of files that contain the serialized contents of the database. Each fixture
has a unique name, and the files that compose the fixture can be distributed over multiple
directories, in multiple applications.
Django will search in three locations for fixtures:
Ê

UÊ ˜ÊÌ iÊbetpqnao directory of every installed application

Ê

UÊ ˜Ê>˜ÞÊ`ˆÀiV̜ÀÞʘ>“i`ʈ˜ÊÌ iÊBETPQNA[@ENO setting

Ê

UÊ ˜ÊÌ iʏˆÌiÀ>Ê«>Ì Ê˜>“i`ÊLÞÊÌ iÊvˆÝÌÕÀi

Django will load any and all fixtures it finds in these locations that match the provided
fixture names.

459

460

A PPENDIX F N T HE DJ A NG O-A DMIN U TIL ITY

If the named fixture has a file extension, only fixtures of that type will be loaded. For
example:
`f]jck)]`iej*luhk]``]p]iu`]p]*fokj
would load only JSON fixtures called iu`]p]. The fixture extension must correspond to the registered name of a serializer (e.g., fokj or tih). For more on serializers, see the Django docs.
If you omit the extensions, Django will search all available fixture types for a matching
fixture. For example:
`f]jck)]`iej*luhk]``]p]iu`]p]
would look for any fixture of any fixture type called iu`]p]. If a fixture directory contained
iu`]p]*fokj, that fixture would be loaded as a JSON fixture.
The fixtures that are named can include directory components. These directories will be
included in the search path. For example:
`f]jck)]`iej*luhk]``]p]bkk+^]n+iu`]p]*fokj
would search 8]llj]ia:+betpqnao+bkk+^]n+iu`]p]*fokj for each installed application,
8`enj]ia:+bkk+^]n+iu`]p]*fokj for each directory in BETPQNA[@ENO, and the literal path bkk+
^]n+iu`]p]*fokj.
When fixture files are processed, the data is saved to the database as is. Model-defined
o]ra methods and lna[o]ra signals are not called.
Note that the order in which fixture files are processed is undefined. However, all fixture
data is installed as a single transaction, so data in one fixture can reference data in another
fixture. If the database back-end supports row-level constraints, these constraints will be
checked at the end of the transaction.
The `qil`]p] command can be used to generate input for hk]``]p].

Compressed Fixtures
Fixtures may be compressed in vel, cv, or ^v. format. For example:
`f]jck)]`iej*luhk]``]p]iu`]p]*fokj
would look for any of iu`]p]*fokj, iu`]p]*fokj*vel, iu`]p]*fokj*cv, or iu`]p]*fokj*^v.. The
first file contained within a ZIP-compressed archive is used.
Note that if two fixtures with the same name but different fixture types are discovered (for
example, if iu`]p]*fokj and iu`]p]*tih*cv were found in the same fixture directory), fixture
installation will be aborted, and any data installed in the call to hk]``]p] will be removed from
the database.

MYSQL AND FIXTURES
Unfortunately, MySQL isn’t capable of completely supporting all the features of Django fixtures. If you use
MyISAM tables, because MySQL doesn’t support transactions or constraints, you won’t get a rollback if multiple fixture files are found or if validation of fixture data fails.
If you use InnoDB tables, you won’t be able to have any forward references in your data files—MySQL
doesn’t provide a mechanism to defer checking of row constraints until a transaction is committed.

A P P E N D I X F N T H E D JA N G O - A D M I N U T I LI T Y

makemessages
This runs over the entire source tree of the current directory and pulls out all strings marked
for translation. It creates (or updates) a message file in the _kjb+hk_]ha (in the Django tree) or
hk_]ha (for projects and applications) directory. After making changes to the messages files,
you need to compile them with _kilehaiaoo]cao for use with the built-in cappatp support. See
Chapter 19 for details.

--all
Use the ))]hh or )] option to update the message files for all available languages.
Here’s an example of its usage:
`f]jck)]`iej*lui]gaiaoo]cao))]hh

--extension
Use the ))atpajoekj or )a option to specify a list of file extensions to examine (default:
“*dpih”).
Here’s a usage example:
`f]jck)]`iej*lui]gaiaoo]cao))hk_]ha9`a))atpajoekjtdpih
Separate multiple extensions with commas or use )a or ))atpajoekj multiple times:
`f]jck)]`iej*lui]gaiaoo]cao))hk_]ha9`a))atpajoekj9dpih(ptp))atpajoekjtih

--locale
Use the ))hk_]ha or )h option to specify the locale to process.
Here’s a usage example:
`f]jck)]`iej*lui]gaiaoo]cao))hk_]ha9^n[LP

--domain
Use the ))`ki]ej or )` option to change the domain of the messages files. These are currently
supported:
Ê

UÊ `f]jck for all &*lu and &*dpih files (default)

Ê

UÊ `f]jckfo for &*fo files

reset 
This subcommand executes the equivalent of omhnaoap for the given app name(s).

--noinput
Use the ))jkejlqp option to suppress all user prompting, such as “Are you sure?” confirmation
messages. This is useful if `f]jck)]`iej*lu is being executed as an unattended, automated script.

461

462

A PPENDIX F N T HE DJ A NG O-A DMIN U TIL ITY

runfcgi [options]
This starts a set of FastCGI processes suitable for use with any Web server that supports the
FastCGI protocol. See Chapter 12 for details. Requires the Python FastCGI module from flup:
dppl6++pn]_*o]``e*_ki+bhql.

runserver
This starts a lightweight development Web server on the local machine. By default, the server
runs on port 8000 on the IP address 127.0.0.1. You can pass in an IP address and port number
explicitly.
If you run this script as a user with normal privileges (recommended), you might not
>ÛiÊ>VViÃÃÊ̜ÊÃÌ>ÀÌÊ>Ê«œÀÌʜ˜Ê>ʏœÜÊ«œÀÌʘՓLiÀ°ÊœÜÊ«œÀÌʘՓLiÀÃÊ>ÀiÊÀiÃiÀÛi`ÊvœÀÊÌ iÊ
superuser (root).
Do not use this server in a production setting. It has not gone through security audits
or performance tests. (And that’s how it’s gonna stay. We’re in the business of making Web
frameworks, not Web servers, so improving this server to be able to handle a production environment is outside the scope of Django.)
The development server automatically reloads Python code for each request, as needed.
You don’t need to restart the server for code changes to take effect.
When you start the server, and each time you change Python code while the server is running, the server will validate all of your installed models. (See the r]he`]pa command later in
this appendix.) If the validator finds errors, it will print them to standard output, but it won’t
stop the server.
You can run as many servers as you want, as long as they’re on separate ports. Just execute
`f]jck)]`iej*lunqjoanran more than once.
Note that the default IP address, 127.0.0.1, is not accessible from other machines on your
network. To make your development server viewable to other machines on the network, use
its own IP address (e.g., 192.168.2.1) or 0.0.0.0 (which you can use if you don’t know what your
IP address is on the network).
Use the ))]`iejia`e] option to tell Django where to find the various CSS and JavaScript
files for the Django admin interface. Normally, the development server serves these files out of
the Django source tree magically, but you’d want to use this if you made any changes to those
files for your own site.
Here’s an example of usage:
`f]jck)]`iej*lunqjoanran))]`iejia`e]9+pil+jas)]`iej)opuha+
Use the ))jknahk]` option to disable the use of the auto-reloader. This means any Python
code changes you make while the server is running will not take effect if the particular Python
modules have already been loaded into memory.
Here’s an example:
`f]jck)]`iej*lunqjoanran))jknahk]`

A P P E N D I X F N T H E D JA N G O - A D M I N U T I LI T Y

Examples of Using Different Ports and Addresses
Port 8000 on IP address 127.0.0.1:
`f]jck)]`iej*lunqjoanran
Port 8000 on IP address 1.2.3.4:
`f]jck)]`iej*lunqjoanran-*.*/*064,,,
Port 7000 on IP address 127.0.0.1:
`f]jck)]`iej*lunqjoanran3,,,
Port 7000 on IP address 1.2.3.4:
`f]jck)]`iej*lunqjoanran-*.*/*063,,,

Serving Static Files with the Development Server
By default, the development server doesn’t serve any static files for your site (such as CSS files,
images, things under IA@E=[QNH, and so forth).

shell
odahh starts the Python interactive interpreter.
Django will use IPython (dppl6++elupdkj*o_elu*knc+), if it’s installed. If you have IPython
installed and want to force use of the “plain” Python interpreter, use the ))lh]ej option, like so:
`f]jck)]`iej*luodahh))lh]ej

sql 
This prints the ?NA=PAP=>HAÊ-+ÊÃÌ>Ìi“i˜ÌÃÊvœÀÊÌ i given app name(s).

sqlall 
This prints the ?NA=PAP=>HAÊ>˜`ʈ˜ˆÌˆ>‡`>Ì>Ê-+ÊÃÌ>Ìi“i˜ÌÃÊvœÀÊÌ iÊ}ˆÛi˜Ê>««Ê˜>“i­Ã®°
Refer to the description of omh_qopki for an explanation of how to specify initial data.

sqlclear 
This prints the @NKLP=>HAÊ-+ÊÃÌ>Ìi“i˜ÌÃÊvœÀÊÌ i given app name(s).

463

464

A PPENDIX F N T HE DJ A NG O-A DMIN U TIL ITY

sqlcustom 
This prints theÊVÕÃ̜“Ê-+ÊÃÌ>Ìi“i˜ÌÃÊvœÀÊÌ iÊ}ˆÛi˜Ê>««Ê˜>“i­Ã®°ÊœÀÊi>V ʓœ`iÊˆ˜Êi>V ÊëiVˆfied app, this command looks for the file 8]llj]ia:+omh+8ik`ahj]ia:*omh, where 8]llj]ia: is the
given app name and 8ik`ahj]ia: is the model’s name in lowercase. For example, if you have an
app jaso that includes a Opknu model, omh_qopki will attempt to read a file jaso+omh+opknu*omh
and append it to the output of this command.
>V ʜvÊÌ iÊ-+ÊvˆiÃ]ʈvÊ}ˆÛi˜]ʈÃÊiÝ«iVÌi`Ê̜ÊVœ˜Ì>ˆ˜ÊÛ>ˆ`Ê-+°Ê/ iÊ-+ÊvˆiÃÊ>ÀiÊ«ˆ«i`Ê
directly into the database after all of the models’ table-creation statements have been exeVÕÌi`°Ê1ÃiÊÌ ˆÃÊ-+Ê œœŽÊ̜ʓ>ŽiÊ>˜ÞÊÌ>Liʓœ`ˆvˆV>̈œ˜ÃʜÀʈ˜ÃiÀÌÊ>˜ÞÊ-+Êv՘V̈œ˜Ãʈ˜ÌœÊ
the database.
œÌiÊÌ >ÌÊÌ iʜÀ`iÀʈ˜ÊÜ ˆV ÊÌ iÊ-+ÊvˆiÃÊ>Ài processed is undefined.

sqlflush
This prints theÊ-+ÊÃÌ>Ìi“i˜ÌÃÊÌ >ÌÊܜՏ`ÊLiÊiÝiVÕÌi`ÊvœÀ the bhqod command.

sqlindexes 
This subcommand prints the ?NA=PAEJ@ATÊ-+ÊÃÌ>Ìi“i˜ÌÃÊvœÀÊÌ iÊ}ˆÛi˜ app name(s).

sqlreset 
This prints the @NKLP=>HAÊ-+ÊÌ i˜ÊÌ iÊ?NA=PAP=>HAÊ-+ÊvœÀÊÌ i given app name(s).

sqlsequencereset 
This prints theÊ-+ÊÃÌ>Ìi“i˜ÌÃÊvœÀÊÀiÃiÌ̈˜}ÊÃiµÕi˜ViÃÊvœÀ the given app name(s).

startapp 
op]np]ll8]llj]ia: creates a Django app directory structure for the given app name in the
current directory.

startproject 
This creates a Django project directory structure for the given project name in the current
directory. This command is disabled when the ))oappejco option to `f]jck)]`iej*lu is used,
or when the environment variable @F=JCK[OAPPEJCO[IK@QHA has been set. To re-enable it in
these situations, either omit the ))oappejco option or unset @F=JCK[OAPPEJCO[IK@QHA.

syncdb
ouj_`^ creates the database tables for all apps in EJOP=HHA@[=LLO whose tables have not already
been created. Use this command when you’ve added new applications to your project and
want to install them in the database. This includes any apps shipped with Django that might
be in EJOP=HHA@[=LLO by default. When you start a new project, run this command to install the
default apps.

A P P E N D I X F N T H E D JA N G O - A D M I N U T I LI T Y

SYNCDB WILL NOT ALTER EXISTING TABLES
ouj_`^ will only create tables for models that have not yet been installed. It will never issue =HPANP=>HA
statements to match changes made to a model class after installation. Changes to model classes and database schemas often involve some form of ambiguity and, in those cases, Django would have to guess at the
correct changes to make. There is a risk that critical data would be lost in the process.
If you have made changes to a model and wish to alter the database tables to match, use the omh
command to display the new SQL structure and compare that to your existing table schema to work out
the changes.

If you’re installing the `f]jck*_kjpne^*]qpd application, ouj_`^ will give you the option of
creating a superuser immediately.
ouj_`^ will also search for and install any fixture named ejepe]h[`]p] with an appropriate
extension (e.g., fokj or tih). See the section on hk]``]p] in the official Django documentation
for details on the specification of fixture data files.

--noinput
Use the ))jkejlqp option to suppress all user prompting, such as “Are you sure?” confirmation
messages. This is useful if `f]jck)]`iej*lu is being executed as an unattended, automated
script.

test
This subcommand runs tests for all installed models. See the Django documentation for more
on testing.

--noinput
Use the ))jkejlqp option to suppress all user prompting, such as “Are you sure?” confirmation messages. This is useful if `f]jck)]`iej*lu is being executed as an unattended,
automated script.

testserver 
This runs a Django development server (as in nqjoanran) using data from the given fixture(s).
For more information, see the Django documentation.

validate
This validates all installed models (according to the EJOP=HHA@[=LLO setting) and prints validation errors to standard output.

465

466

A PPENDIX F N T HE DJ A NG O-A DMIN U TIL ITY

Default Options
Although some subcommands may allow their own custom options, every subcommand
allows for the following options.

--pythonpath
This adds the given filesystem path to the Python import search path. If this isn’t provided,
`f]jck)]`iej*lu will use the LUPDKJL=PD environment variable.
Here is a usage example:
`f]jck)]`iej*luouj_`^))lupdkjl]pd9#+dkia+`f]jcklnkfa_po+iulnkfa_p#
Note that this option is unnecessary in i]j]ca*lu, which takes care of setting the Python
path for you.

--settings
This explicitly specifies the settings module to use. The settings module should be in Python
package syntax, for example iuoepa*oappejco. If this isn’t provided, `f]jck)]`iej*lu will use
the @F=JCK[OAPPEJCO[IK@QHA environment variable.
Here is a usage example:
`f]jck)]`iej*luouj_`^))oappejco9iuoepa*oappejco
Note that this option is unnecessary in i]j]ca*lu, which uses oappejco*lu from the current project by default.

--traceback
By default, `f]jck)]`iej*lu will show a simple error message whenever an error occurs. If you
specify ))pn]_a^]_g, `f]jck)]`iej*lu will output a full stack trace whenever an exception is
raised.
Here is a usage example:
`f]jck)]`iej*luouj_`^))pn]_a^]_g

--verbosity
Use ))ran^koepu to specify the amount of notification and debug information that `f]jck)
]`iej*lu should print to the console.
Ê

UÊ , means no output.

Ê

UÊ - means normal output (default).

Ê

UÊ . means verbose output.
Here is a usage example:

`f]jck)]`iej*luouj_`^))ran^koepu.

A P P E N D I X F N T H E D JA N G O - A D M I N U T I LI T Y

Extra Niceties
Syntax Coloring
The `f]jck)]`iej*lu / i]j]ca*luÊVœ““>˜`ÃÊÌ >ÌÊ«Àˆ˜ÌÊ-+Ê̜ standard output will use pretty
color-coded output if your terminal supports ANSI colors. It won’t use the color codes if you’re
piping the command’s output to another program.

Bash Completion
If you use the Bash shell, consider installing the Django bash completion script, which lives
in atpn]o+`f]jck[^]od[_kilhapekj in the Django distribution. It enables tab completion of
`f]jck)]`iej*lu and i]j]ca*lu commands, so you can, for instance
Ê

UÊ /Þ«iÊ`f]jck)]`iej*lu

Ê

UÊ *ÀiÃÃÊÌ iÊ/>LʎiÞÊ̜ see all available options

Ê

UÊ /Þ«iÊomh, then press the Tab key to see all available options whose names start with omh

467

A PPE ND IX

G

Request and Response Objects
D

jango uses request and response objects to pass state through the system. When a page is
requested, Django creates an DpplNamqaop object that contains metadata about the request.
Then Django loads the appropriate view, passing the DpplNamqaop as the first argument to the
view function. Each view is responsible for returning an DpplNaolkjoa object.
We’ve used these objects often throughout the book; this appendix explains the complete
APIs for DpplNamqaop and DpplNaolkjoa objects.

HttpRequest
DpplNamqaop represents a single HTTP request from some user-agent. Much of the important
information about the request is available as attributes on the DpplNamqaop instance (see Table
G-1). All attributes except oaooekj should be considered read-only.
Table G-1. Attributes of HttpRequest Objects

Attribute

Description

l]pd

A string representing the full path to the requested page, not including the
domain—for example, +iqoe_+^]j`o+pda[^a]phao+.

iapdk`

A string representing the HTTP method used in the request. This is guaranteed to
be uppercase. For example:
ibnamqaop*iapdk`99#CAP#6

`k[okiapdejc$%
ahebnamqaop*iapdk`99#LKOP#6
`k[okiapdejc[ahoa$%
aj_k`ejc

A string representing the current encoding used to decode form submission data
(or Jkja, which means the @AB=QHP[?D=NOAP setting is used).
You can write to this attribute to change the encoding used when accessing the
form data. Any subsequent attribute accesses (such as reading from CAP or LKOP)
will use the new aj_k`ejc value. Useful if you know the form data is not in the
@AB=QHP[?D=NOAP encoding.
Continued

469

470

A PPENDIX G N RE QU ES T A ND R ES P ONS E OB J EC TS

Table G-1. Continued

Attribute

Description

CAP

A dictionary-like object containing all given DPPLCAP parameters. See the
“QueryDict Objects” section later in this appendix.

LKOP

A dictionary-like object containing all given DPPLLKOP parameters. See the
“QueryDict Objects” section later in this appendix.
It’s possible that a request can come in via LKOP with an empty LKOP dictionary—
if, say, a form is requested via the LKOPDPPL method but does not include form
data. Therefore, you shouldn’t use ebnamqaop*LKOP to check for use of the LKOP
method; instead, use ebnamqaop*iapdk`99LKOP (see the iapdk` entry in
this table).
Note: LKOP does not include file-upload information. See BEHAO.

NAMQAOP

For convenience, a dictionary-like object that searches LKOP first, and then CAP.
Inspired by PHP’s [NAMQAOP.
For example, if CAP9wj]ia6fkdjy and LKOP9w]ca6#/0#y,
NAMQAOPWj]iaY would be fkdj, and NAMQAOPW]caY would be /0.
It’s strongly suggested that you use CAP and LKOP instead of NAMQAOP, because the
former are more explicit.

?KKGEAO

A standard Python dictionary containing all cookies. Keys and values are strings.
See Chapter 14 for more on using cookies.

BEHAO

A dictionary-like object that maps file names to Qlhk]`a`Beha objects. See the
Django documentation for more.

IAP=

A standard Python dictionary containing all available HTTP headers. Available
headers depend on the client and server, but here are some examples:
UÊÊ?KJPAJP[HAJCPD
UÊÊ?KJPAJP[PULA
UÊÊMQANU[OPNEJC: The raw unparsed query string
UÊÊNAIKPA[=@@N: The IP address of the client
UÊÊNAIKPA[DKOP: The hostname of the client
UÊÊOANRAN[J=IA: The hostname of the server
UÊÊOANRAN[LKNP: The port of the server
Any HTTP headers are available in IAP= as keys prefixed with DPPL[, converted to
uppercase, and substituting underscores for hyphens. For example:
UÊÊDPPL[=??ALP[AJ?K@EJC
UÊÊDPPL[=??ALP[H=JCQ=CA
UÊÊDPPL[DKOP: The HTTP Dkop header sent by the client
UÊÊDPPL[NABANAN: The referring page, if any
UÊÊDPPL[QOAN[=CAJP: The client’s user-agent string
UÊÊDPPL[T[>AJ@AN: The value of the T)>aj`an header, if set

A P P E N D I X G N R E Q U E S T A N D R E S P O N S E O B JE C T S

Attribute

Description

qoan

A `f]jck*_kjpne^*]qpd*ik`aho*Qoan object representing the currently loggedin user. If the user isn’t currently logged in, qoan will be set to an instance of
`f]jck*_kjpne^*]qpd*ik`aho*=jkjuikqoQoan. You can tell qoan and
=jkjuikqoQoan apart with eo[]qpdajpe_]pa`$%, like so:

ebnamqaop*qoan*eo[]qpdajpe_]pa`$%6
@kokiapdejcbknhkcca`)ejqoano*
ahoa6
@kokiapdejcbkn]jkjuikqoqoano*
qoan is available only if your Django installation has =qpdajpe_]pekjIe``has]na
activated.
For the complete details of authentication and users, see Chapter 14.

oaooekj

A readable and writable dictionary-like object that represents the current session.
This is available only if your Django installation has session support activated.
See Chapter 14.

n]s[lkop[`]p]

The raw DPPLLKOP data. This is useful for advanced processing.

Request objects also have a few useful methods, as shown in Table G-2.
Table G-2. HttpRequest Methods

Method

Description

[[capepai[[$gau%

Returns the CAP/LKOP value for the given key, checking LKOP first, and then
CAP. Raises GauAnnkn if the key doesn’t exist.
This lets you use dictionary-accessing syntax on an DpplNamqaop instance. For example, namqaopWbkkY is the same as checking namqaop*
LKOPWbkkY and then namqaop*CAPWbkkY.

d]o[gau$%

Returns Pnqa or B]hoa, designating whether namqaop*CAP or namqaop*LKOP
has the given key.

cap[dkop$%

Returns the originating host of the request using information from the
DPPL[T[BKNS=N@A@[DKOP and DPPL[DKOP headers (in that order). If they
don’t provide a value, the method uses a combination of OANRAN[J=IA
and OANRAN[LKNP.

cap[bqhh[l]pd$%

Returns the l]pd, plus an appended query string, if applicable. For example,
+iqoe_+^]j`o+pda[^a]phao+;lnejp9pnqa.

eo[oa_qna$%

Returns Pnqa if the request is secure; that is, if it was made with HTTPS.

QueryDict Objects
In an DpplNamqaop object, the CAP and LKOP attributes are instances of `f]jck*dppl*Mqanu@e_p.
Mqanu@e_p is a dictionary-like class customized to deal with multiple values for the same key.
This is necessary because some HTML form elements, notably 8oaha_piqhpelha9iqhpelha:,
pass multiple values for the same key.

471

472

A PPENDIX G N RE QU ES T A ND R ES P ONS E OB J EC TS

Mqanu@e_p instances are immutable, unless you create a _klu$% of them. That means you
can’t change attributes of namqaop*LKOP and namqaop*CAP directly.
Mqanu@e_p implements all standard dictionary methods because it’s a subclass of dictionary. Exceptions are outlined in Table G-3.
Table G-3. How QueryDicts Differ from Standard Dictionaries

Method

Differences from Standard dict Implementation

[[capepai[[

Works just like a dictionary. However, if the key has more than one value,
[[capepai[[$% returns the last value.

[[oapepai[[

Sets the given key to Wr]hqaY (a Python list whose single element is r]hqa).
Note that this, as other dictionary functions that have side effects, can be called
only on a mutable Mqanu@e_p (one that was created via _klu$%).

cap$%

If the key has more than one value, cap$% returns the last value just like
[[capepai[[.

ql`]pa$%

Takes either a Mqanu@e_p or standard dictionary. Unlike the standard dictionary’s ql`]pa method, this method appends to the current dictionary items
rather than replacing them:

:::m9Mqanu@e_p$#]9-#%
:::m9m*_klu$%pki]gaepiqp]^ha
:::m*ql`]pa$w#]#6#.#y%
:::m*capheop$#]#%
W#-#(#.#Y
:::mW#]#Ynapqnjopdah]op
W#.#Y
epaio$%

Just like the standard dictionary epaio$% method, except this uses the same
last-value logic as [[capepai$%[[:

:::m9Mqanu@e_p$#]9-"]9."]9/#%
:::m*epaio$%
W$#]#(#/#%Y
r]hqao$%

Just like the standard dictionary r]hqao$% method, except this uses the same
last-value logic as [[capepai$%[[.

In addition, Mqanu@e_p has the methods shown in Table G-4.
Table G-4. Extra (Nondictionary) QueryDict Methods

Method

Description

_klu$%

Returns a copy of the object, using _klu*`aal_klu$% from the Python
standard library. The copy will be mutable—that is, you can change
its values.

capheop$gau%

Returns the data with the requested key, as a Python list. Returns an
empty list if the key doesn’t exist. It’s guaranteed to return a list of
some sort.

oapheop$gau(heop[%

Sets the given key to heop[ (unlike [[oapepai[[$%).

]llaj`heop$gau(epai%

Appends an item to the internal list associated with gau.

A P P E N D I X G N R E Q U E S T A N D R E S P O N S E O B JE C T S

Method

Description

oapheop`ab]qhp$gau(]%

Just like oap`ab]qhp, except it takes a list of values instead of a
single value.

heopo$%

Like epaio$%, except it includes all values, as a list, for each member
of the dictionary. For example:

:::m9Mqanu@e_p$#]9-"]9."]9/#%
:::m*heopo$%
W$#]#(W#-#(#.#(#/#Y%Y
qnhaj_k`a$%

Returns a string of the data in query-string format (e.g., ]9."^9/"^91).

A Complete Example
For example, given this HTML form
8bkni]_pekj9+bkk+^]n+iapdk`9lkop:
8ejlqppula9patpj]ia9ukqn[j]ia+:
8oaha_piqhpelha9iqhpelhaj]ia9^]j`o:
8klpekjr]hqa9^a]phao:Pda>a]phao8+klpekj:
8klpekjr]hqa9sdk:PdaSdk8+klpekj:
8klpekjr]hqa9vki^eao:PdaVki^eao8+klpekj:
8+oaha_p:
8ejlqppula9oq^iep+:
8+bkni:
if the user enters FkdjOiepd in the ukqn[j]ia field and selects both The Beatles and The
Zombies in the multiple-select box, here’s what Django’s request object would have:
:::namqaop*CAP
wy
:::namqaop*LKOP
w#ukqn[j]ia#6W#FkdjOiepd#Y(#^]j`o#6W#^a]phao#(#vki^eao#Yy
:::namqaop*LKOPW#ukqn[j]ia#Y
#FkdjOiepd#
:::namqaop*LKOPW#^]j`o#Y
#vki^eao#
:::namqaop*LKOP*capheop$#^]j`o#%
W#^a]phao#(#vki^eao#Y
:::namqaop*LKOP*cap$#ukqn[j]ia#(#=`ne]j#%
#FkdjOiepd#
:::namqaop*LKOP*cap$#jkjateopajp[beah`#(#JksdanaI]j#%
#JksdanaI]j#

NNote The CAP, LKOP, ?KKGEAO, BEHAO, IAP=, NAMQAOP, n]s[lkop[`]p], and qoan attributes are all
lazily loaded. That means Django doesn’t spend resources calculating the values of those attributes until your
code requests them.

473

474

A PPENDIX G N RE QU ES T A ND R ES P ONS E OB J EC TS

HttpResponse
In contrast to DpplNamqaop objects, which are created automatically by Django, DpplNaolkjoa
objects are your responsibility. Each view you write is responsible for instantiating, populating, and returning an DpplNaolkjoa.
The DpplNaolkjoa class lives at `f]jck*dppl*DpplNaolkjoa.

Construction HttpResponses
Typically, you’ll construct an DpplNaolkjoa to pass the contents of the page, as a string, to the
DpplNaolkjoa constructor:
:::naolkjoa9DpplNaolkjoa$Dana#opdapatpkbpdaSa^l]ca*%
:::naolkjoa9DpplNaolkjoa$Patpkjhu(lha]oa*(ieiapula9patp+lh]ej%
But if you want to add content incrementally, you can use naolkjoa as a filelike object:
:::naolkjoa9DpplNaolkjoa$%
:::naolkjoa*snepa$8l:Dana#opdapatpkbpdaSa^l]ca*8+l:%
:::naolkjoa*snepa$8l:Dana#o]jkpdanl]n]cn]ld*8+l:%
You can pass DpplNaolkjoa an iterator rather than passing it hard-coded strings. If you use
this technique, follow these guidelines:
Ê

UÊ / iʈÌiÀ>̜ÀÊà œÕ`ÊÀiÌÕÀ˜ÊÃÌÀˆ˜}ð

Ê

UÊ vÊ>˜ÊDpplNaolkjoa has been initialized with an iterator as its content, you can’t use the
DpplNaolkjoa instance as a filelike object. Doing so will raise At_alpekj.

Finally, note that DpplNaolkjoa implements a snepa$% method, which makes it suitable for
use anywhere that Python expects a filelike object. See Chapter 8 for some examples of using
this technique.

Setting Headers
You can add and delete headers using dictionary syntax:
:::naolkjoa9DpplNaolkjoa$%
:::naolkjoaW#T)@F=JCK#Y9Ep#opda^aop*
:::`ahnaolkjoaW#T)LDL#Y
:::naolkjoaW#T)@F=JCK#Y
Ep#opda^aop*
You can also use d]o[da]`an$da]`an% to check for the existence of a header.
Avoid setting ?kkgea headers by hand; instead, see Chapter 14 for instructions on how
cookies work in Django.

HttpResponse Subclasses
Django includes a number of DpplNaolkjoa subclasses that handle different types of HTTP
responses (see Table G-5). Like DpplNaolkjoa, these subclasses live in `f]jck*dppl.

A P P E N D I X G N R E Q U E S T A N D R E S P O N S E O B JE C T S

Table G-5. HttpResponse Subclasses

Class

Description

DpplNaolkjoaNa`ena_p

The constructor takes a single argument: the path to redirect
to. This can be a fully qualified URL (e.g., #dppl6++oa]n_d*
u]dkk*_ki+#) or an absolute URL with no domain (e.g.,
#+oa]n_d+#). Note that this returns an HTTP status code 302.

DpplNaolkjoaLani]jajpNa`ena_p

Like DpplNaolkjoaNa`ena_p, but it returns a permanent
redirect (HTTP status code 301) instead of a “found” redirect
(status code 302).

DpplNaolkjoaJkpIk`ebea`

The constructor doesn’t take any arguments. Use this to
designate that a page hasn’t been modified since the user’s
last request.

DpplNaolkjoa>]`Namqaop

Acts just like DpplNaolkjoa but uses a 400 status code.

DpplNaolkjoaJkpBkqj`

Acts just like DpplNaolkjoa but uses a 404 status code.

DpplNaolkjoaBkn^e``aj

Acts just like DpplNaolkjoa but uses a 403 status code.

DpplNaolkjoaJkp=hhksa`

Acts like DpplNaolkjoa but uses a 405 status code. It takes a
single, required argument: a list of permitted methods (e.g.,
W#CAP#(#LKOP#Y).

DpplNaolkjoaCkja

Acts just like DpplNaolkjoa but uses a 410 status code.

DpplNaolkjoaOanranAnnkn

Acts just like DpplNaolkjoa but uses a 500 status code.

You can, of course, define your own DpplNaolkjoa subclass to support different types of
responses not supported out of the box.

Returning Errors
Returning HTTP error codes in Django is easy. We’ve already mentioned the
DpplNaolkjoaJkpBkqj`, DpplNaolkjoaBkn^e``aj, DpplNaolkjoaOanranAnnkn, and other subclasses. Just return an instance of one of those subclasses instead of a normal DpplNaolkjoa
in order to signify an error, as in this example:
`abiu[reas$namqaop%6
***
ebbkk6
napqnjDpplNaolkjoaJkpBkqj`$#8d-:L]cajkpbkqj`8+d-:#%
ahoa6
napqnjDpplNaolkjoa$#8d-:L]cas]obkqj`8+d-:#%
Because a 404 error is by far the most common HTTP error, there’s an easier way to handle it. When you return an error such as DpplNaolkjoaJkpBkqj`, you’re responsible for defining
the HTML of the resulting error page:
napqnjDpplNaolkjoaJkpBkqj`$#8d-:L]cajkpbkqj`8+d-:#%
For convenience, and because it’s a good idea to have a consistent 404 error page across
your site, Django provides an Dppl0,0 exception. If you raise Dppl0,0 at any point in a view
function, Django will catch it and return the standard error page for your application, along
with an HTTP error code 404. Here’s an example:

475

476

A PPENDIX G N RE QU ES T A ND R ES P ONS E OB J EC TS

bnki`f]jck*dppleilknpDppl0,0
`ab`ap]eh$namqaop(lkhh[e`%6
pnu6
l9Lkhh*k^fa_po*cap$lg9lkhh[e`%
at_alpLkhh*@kaoJkpAteop6
n]eoaDppl0,0
napqnjnaj`an[pk[naolkjoa$#lkhho+`ap]eh*dpih#(w#lkhh#6ly%
In order to use the Dppl0,0 exception to its fullest, you should create a template that is
displayed when a 404 error is raised. This template should be called 0,0*dpih, and it should be
located in the top level of your template tree.

Customizing the 404 (Not Found) View
When you raise an Dppl0,0 exception, Django loads a special view devoted to handling 404
errors. By default, it’s the view `f]jck*reaso*`ab]qhpo*l]ca[jkp[bkqj`, which loads and renders the template 0,0*dpih.
This means you need to define a 0,0*dpih template in your root template directory. This
template will be used for all 404 errors.
This l]ca[jkp[bkqj` view should suffice for 99% of Web applications, but if you want to
override the 404 view, you can specify d]j`han0,0 in your URLconf, like so:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
***
%
d]j`han0,09#iuoepa*reaso*iu[_qopki[0,0[reas#
Behind the scenes, Django determines the 404 view by looking for d]j`han0,0. By default,
URLconfs contain the following line:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
That takes care of setting d]j`han0,0 in the current module. As you can see in `f]jck+
_kjb+qnho+`ab]qhpo*lu, d]j`han0,0 is set to #`f]jck*reaso*`ab]qhpo*l]ca[jkp[bkqj`# by
default.
There are three things to note about 404 views:
Ê

UÊ / iÊ{ä{ÊۈiÜʈÃÊ>ÃœÊV>i`ʈvÊ >˜}œÊ`œiؽÌÊvˆ˜`Ê>ʓ>ÌV Ê>vÌiÀÊV iVŽˆ˜}ÊiÛiÀÞÊÀi}Տ>ÀÊ
expression in the URLconf.

Ê

UÊ vÊޜÕÊ`œ˜½ÌÊ`ivˆ˜iÊޜÕÀʜܘÊ{ä{ÊۈiÜp>˜`Êȓ«ÞÊÕÃiÊÌ iÊ`iv>ՏÌ]ÊÜ ˆV ʈÃÊÀiVœ“mended—you still have one obligation: to create a 0,0*dpih template in the root of
your template directory. The default 404 view will use that template for all 404 errors.

Ê

UÊ vÊ@A>QC is set to Pnqa (in your settings module), then your 404 view will never be used,
and the traceback will be displayed instead.

A P P E N D I X G N R E Q U E S T A N D R E S P O N S E O B JE C T S

Customizing the 500 (Server Error) View
Similarly, Django executes special-case behavior in the case of runtime errors in view code.
If a view results in an exception, Django will, by default, call the view `f]jck*reaso*`ab]qhpo*
oanran[annkn, which loads and renders the template 1,,*dpih. This means you need to define
a 1,,*dpih template in your root template directory. This template will be used for all server
errors.
This oanran[annkn view should suffice for 99% of Web applications, but if you want to
override the view, you can specify d]j`han1,, in your URLconf, like so:
bnki`f]jck*_kjb*qnho*`ab]qhpoeilknp&
qnhl]ppanjo9l]ppanjo$##(
***
%
d]j`han1,,9#iuoepa*reaso*iu[_qopki[annkn[reas#

477

Index
Special Characters
% (percent sign), 383
* symbol, 26
.. (two periods), 347
[^/]+ symbol, 26
_ (underscore), 383
{ } (empty dictionary), 417
+ symbol, 26
{1,3} symbol, 26
. (dot) symbol, 26
'' (empty string) value, 418–419, 421, 423, 426
( ) (empty tuple) value, 418, 420, 422–423
? symbol, 26

Numerics
0 errors found message, 81
25 value, 421
404 (not found) view, 476
404 error message, 26, 476
404.html template, implementing, 214
500 (server error) view, 477
500.html template, implementing, 214–215
1209600 value, 424

A
a format character, 436
A format character, 436
-a option, 461
/about/ path, 163
ABSOLUTE_URL_OVERRIDES setting,
417–418
abstract meta option, 365
{{ account.delete }} variable, 49
/accounts/login/ directory, 162, 268
/accounts/logout/ directory, 268
acquired data management, 117
active flag, 116
add( ) method, 285
add permission, 274
add(obj1, obj2, ...) method, 389
addslashes filter, 57, 442
/admin/ file, 322
admin home page, 97

admin interface. See also admin site
manipulating flatpages via, 301
manipulating redirects via, 303
overview, 95
admin package, 291
admin site
activating, 96–97
advantages/disadvantages of, 117
django.contrib packages, 95–96
field labels, customizing, 105–106
fields, making optional, 103–105
function of, 103
groups, 116
ModelAdmin classes, custom
change lists, 106–112
edit forms, 112–115
overview, 106
models, adding to, 102
overview, 95, 97–100
permissions, 116
users, 116
ADMIN_MEDIA_PREFIX setting, 418
admin.autodiscover( ) statement, 103
admindocs package, 291
--adminmedia option, 462
admin.py file, 103
ADMINS setting, 215, 418
admin.site.register( ) function, 108
all( ) method, 84, 154, 373
--all option, 461
allow_empty argument, 395
allow_future argument, 402, 404–405,
407–408, 411
allow_lazy( ) decorator, 329–330
ALLOWED_INCLUDE_ROOTS setting, 418
ALTER TABLE statement, 196
alters_data attribute, 49
'America/Chicago' value, 427
and clause, 51
anonymous session support (django.contrib.
sessions), 95
AnonymousUser object, 264–265
Apache
deploying Django, 218–222
running Django on shared-hosting
provider with, 227
479

480

NINDEX

apnumber filter, 306
app names, 456
app variable, 169–170
APPEND_SLASH setting, 25, 313, 418
appendlist(key, item) method, 472
application/pdf MIME type, 241
applications (apps), overview, 76–77
arbitrary logic, 71
archive index, 402–403
archive_day view function, 408
archive_index view function, 402
archive_month view function, 404
archive_today view function, 409
archive_week view function, 406
archive_year view function, 403
args argument, 312
Article model, 294
article_detail view, 294
/articles/2006/03/ path, 149
assert False view, 37
Atom feeds, 242, 248
auth package, 291
auth_permission database table, 274
authenticate( ) method, 267, 319–320
authentication, 264
authentication data, using in templates,
273–274
enabling, 264–265
legacy system, integrating with, 319–321
limiting access
to logged-in users, 269
to users who pass test, 269–270
logging in and out, 267–268
overview, 264
passwords, changing, 271
registration, 272–273
users
creating, 271
using, 265–266
authentication support middleware, 313
AUTHENTICATION_BACKENDS setting, 319
AuthenticationMiddleware class, 313
/auth/groups/add/ path, 156
auth.logout( ) method, 267
Author object, 186
/auth/user/add/ path, 157
autoescape tag, 174, 429
AutoField field, 354
autoincrementing primary keys, 370–371
[A-Z] symbol, 26
[a-z] symbol, 26
[A-Za-z] symbol, 26

B
b format character, 436
Hello! string, 175
BankAccount object, 49
base template, 67
base_SECTION.html template, 69
base.html file, 68–69, 214, 431
Bash completion, 467
bind parameters, 343
bio variable, 57
blank field option, 360
blank=False value, 103
blank=True value, 103
block tag, 43, 68–69, 429
blocktrans tag, 328
BlogEntry objects, 153
Book objects, 124
book_set attribute name, 192
book_snippet.html file, 187
BookManager class, 198
Book.objects.all( ) method, 197
Book.objects.filter(title__icontains=q)
method, 124
books/views.py file, 130
BooleanField field, 354
broken link alerts, setting up, 215
browser-length sessions, 262–263
brute-force attacks, 272
built-in middleware, 313–315
business logic, 58, 73

C
cache object, 285
cache tag, 284
CACHE_BACKEND setting, 278–279, 281,
285, 418
cache_control( ) method, 288–289
CACHE_MIDDLEWARE_ANONYMOUS_
ONLY setting, 282
CACHE_MIDDLEWARE_KEY_PREFIX setting, 282, 418
CACHE_MIDDLEWARE_SECONDS setting,
282
CACHE_MIDDLEWARE_SETTINGS setting,
289
cache_page decorator, 282–283
Cache-Control header, 282
cache.get( ) method, 285
caching
CACHE_BACKEND arguments, 281
controlling, 288–289
custom cache back-end, 280
database, 279

NI N D E X

dummy, 280
filesystem, 279
local-memory, 280
low-level cache API, 284–286
Memcached, 278–279
MIDDLEWARE_CLASSES setting, 290
overview, 277
per-site, 281–282
per-view, 282–283
QuerySets and, 373
template fragment, 284
upstream, 286–287
Vary headers, 287–288
can_edit_home_page permission, 275
can_vote permission, 269
Canvas class, 241
capfirst filter, 442
capturing text, in URLs, 157–158
center filter, 442
CGI (Common Gateway Interface), 3, 5, 36
'/cgi-bin/' value, 422
chaining
filters, 374–375
lookups, 91
change lists, 98, 106–112
change permission, 274
changefreq( ) method, 251
changesets, 14
CharField object, 137, 354
charts, 242
check_password( ) method, 266, 271
.chi extension, 3
child templates, 67
chmod +x django-admin.py command, 18
Choice model, 274
choices field option, 360–361
class Meta class, 365
clean_message( ) method, 138–139
cleaned_data attribute, 135–136
cleanup subcommand, 456
clear( ) method, 390
closeblock argument, 441
closebrace argument, 441
closecomment argument, 441
closevariable argument, 441
cmemcache module, 278
comma-separated values (CSV), 238–239
CommaSeparatedIntegerField field, 354
comment tag, 56, 185, 429
CommentNode.render( ) method, 185
comments, template, 56
comments package, 291
COMMIT database, 315
Common Gateway Interface (CGI), 3, 5, 36
common middleware, 313–314

CommonMiddleware class, 215, 311, 313, 420
compilation function, 180–181
compilemessages subcommand, 456–457
compressed fixtures, 460
compression middleware, 314
conditional GET middleware, 314
ConditionalGetMiddleware class, 290, 314
configure( ) method, 417
confirm POST variable, 304
contact( ) view, 130, 136
contact form, 129–133
contact_form.html template, 129, 131, 139
ContactForm object, 137
contains field lookup, 382–383
content field, 300
Content-Disposition header, 239
Content-Length response header, 314
Content-Type header, 305
contenttypes package, 292
context, 41, 43, 168
Context( ) method, 49
Context class, 43–44
context function, 187
Context object, 45, 49–50, 63
context processors, 168–172
Context subclass, 168
context variable lookup, 46–49
context_instance argument, 170
context_processors argument, 395
context_processors.py file, 172
control structures, 8
Cookie value, 256
cookie-forging attack, 345
cookies, 255–258, 261
COOKIES object, 256, 470
copy( ) method, 472
count( ) method, 381
counter variable, 432
create( ) method, 84
CREATE TABLE statements, 82
create(**kwargs) method, 379, 389
create_user helper function, 271
createcachetable subcommand, 457
createsuperuser subcommand, 457
cross-site request forgery (CSRF), 304–306,
345
cross-site scripting (XSS), 173, 343–345
csrf object, 292, 309
CsrfMiddleware class, 305–306
csrfmiddlewaretoken field, 305
cStringIO library, 241
CSV (comma-separated values), 238–239
csv.writer function, 239
cull_percentage argument, 281

481

482

NINDEX

current_datetime view, 30–31, 34–35, 58,
61–63, 66
current_datetime.html file, 62, 66, 68
current_time variable, 183, 185–186
CurrentSiteManager model manager,
297–298
/current-time/ path, 31
CurrentTimeNode object, 181–183
CurrentTimeNode2 object, 183
currentuser variable, 55
custom cache back-end, 280
custom_proc function, 169
cut filter, 179, 442
cx_Oracle library, 17
cycle tag, 430

D
d format character, 436
D format character, 436
-d option, 461
\d symbol, 26
data access, 73, 83–84
data model inspection, 117
data preprocessing, 370
data structures, 8
database caching, 279. See also caching
DATABASE_ENGINE setting, 74, 317, 418
DATABASE_HOST setting, 75, 229, 317, 419
DATABASE_NAME setting, 28, 75, 317, 419
DATABASE_OPTIONS setting, 419
DATABASE_PASSWORD setting, 75, 317, 419
DATABASE_PORT setting, 317, 419
DATABASE_SERVER setting, 83
DATABASE_USER setting, 75, 317, 419
database-driven Web sites, 15, 70–71
databases
configuring, 74–76
legacy, integrating with, 317–319
schema, making changes to, 193–196
using Django with, 15–17
using Django without, 17
databrowse package, 292
data-management apps, 117
date fields, making optional, 104–105
date filter, 41, 57, 442–443
Date response header, 314
date_field argument, 402–403, 405, 407–408,
410
DATE_FORMAT setting, 419
date_hierarchy admin option, 111
date_joined field, 265
date_list variable, 403–404
date-based detail pages, 409–411

date-based generic views
archive index, 402–403
date-based detail pages, 409–411
day archives, 408–409
month archives, 404–406
overview, 401
today archives, 409
week archives, 406–407
year archives, 403–404
DateField field, 136, 355
dates(field, kind, order) method, 377
datetime module, 29, 45
DATETIME_FORMAT setting, 420
datetime.date object, 46, 136, 157, 355
datetime.datetime object, 30, 35
datetime.datetime.now( ) function, 29, 35
DateTimeField field, 355
datetime.timedelta function, 35–36
day archives, 408–409
day argument, 408–410
day attribute, 46, 153
day field lookup, 384
"day" value, 377
day_archive( ) function, 158
day_format argument, 408, 411
db_column field option, 318, 361
db_index field option, 361
db_table meta option, 365–366
db_tablespace field option, 361
db_tablespace meta option, 366
dbshell subcommand, 457
debug mode, 26, 148, 172, 213–214, 420, 456
debug tag, 431
debug variable, 171
/debuginfo/ path, 148
decimal_place argument, 355
decimal.Decimal instance, 355
DecimalField field, 355
default argument, 285
default field option, 361
default filter, 443
default view arguments, 155–156
DEFAULT_CHARSET setting, 190, 420
DEFAULT_CONTENT_TYPE setting, 420
DEFAULT_FROM_EMAIL setting, 420
default_if_none filter, 443
default.html file, 301
delete( ) method, 49, 285, 391–392
delete permission, 274
delete_first_token( ) method, 185
delete_test_cookie( ) method, 261
deleting
flatpages, 301
objects, 93–94, 391–392
redirects, 303

NI N D E X

description( ) method, 246
description field, 299
detail views, 400–401
development server, running, 18–19
dictsort filter, 443
dictsortreversed filter, 444
diffsettings subcommand, 458
direct_to_template view, 204–205, 396
directory traversal, 205, 347–349
 directive, 219
DISALLOWED_USER_AGENTS setting, 313,
420
distinct( ) method, 376
tag, 141 divisibleby filter, 444 Django deploying DJANGO_SETTINGS_MODULE, 217–218 overview, 213 performance tuning, 232–234 preparing codebase for, 213–215 scaling, 228–232 using different settings for, 216–217 using with Apache, 218–222 using with FastCGI, 222–227 help resources, 9 history of, 7–8 installing, 12–14 MVC design pattern, 5–6 overview, 3–11 projects, 17–19 Python, 8–9, 11–12 using with databases, 15–17 versions of, 9 Web frameworks, 3–5 #django channel, 9 '[Django] ' value, 421 django_flatpage command, 299 django_flatpage_sites command, 299 django_redirect table, 302 django_session table, 263 DJANGO_SETTINGS_MODULE variable, 42, 189, 217–218, 415–417 django_site table, 294 Django/ value, 427 Django-1.0.2-final.tar.gz file, 12 django-admin utility Bash completion, 467 default options, 466 overview, 455 subcommands, 456–465 syntax coloring, 467 using, 455–456 django-admin.py compilemessages utility, 332 django-admin.py makemessages tool, 330, 334–335, 339 django-admin.py startproject command, 18, 21–22, 28, 213, 216–217, 310 django-admin.py startproject mysite command, 18, 317 django-admin.py utility, 13, 18, 217, 415 django/conf/global_settings.py file, 413 django.conf.settings object, 414 django.conf.settings.configure( ) method, 416 django.conf.urls.defaults module, 23 django.contrib package CSRF protection, 304–306 flatpages application, 299–302 humanizing data, 306–307 markup filters, 307 overview, 95–96, 291 redirects framework, 302–303 sites framework, 293–299 django.contrib.auth (user-authentication system), 95 django.contrib.auth.models parameter, 171, 275 django.contrib.auth.views.login view, 299 django.contrib.comments (user comment system), 95 django.contrib.csrf package, 304–305 django.contrib.flatpages command, 299 django/contrib/flatpages/models.py file, 300–301 django.contrib.humanize package, 306 django.contrib.markup package, 307 django/contrib/markup/templatetags/ markup.py file, 307 django/contrib/redirects/models.py file, 303 django.contrib.sessions (anonymous session support), 95 django.contrib.sessions.models parameter, 261 django.core.cache module, 285 django/core/cache/backends/ directory, 280 django.core.context_processors.auth context processor, 171 django.core.context_processors.debug context processor, 171–172 django.core.context_processors.i18n context processor, 172 django.core.context_processors.request context processor, 172 django.db.connection object, 200 django.db.connection.queries command, 213 django.forms library, 133 483 484 NINDEX django.http module, 22 django.middleware.http template, 310 django.newforms library, 133 django.pth file, 13 django.template module, 42 django.views.decorators.cache, 282 djtrunk directory, 13–14 djtrunk/django/bin path, 13, 18 do_comment( ) method, 185 do_current_time( ) method, 184 DocumentRoot directive, 221 DoesNotExist exception, 90 domain field, 296, 298 --domain option, 461 domain parameter, 257 Don't Repeat Yourself (DRY) principle, 245 dot (.) symbol, 26 double-escaping data, 175 duck typing, 154 dummy caching, 280 dumpdata subcommand, 458 dynamic content, 28–30 dynamic images, 242 dynamic URLs, 31–35 dynamic Web pages, 28 E -e option, 461 edit forms, 98, 100, 112–115 editable field option, 361 else tag, 50–52 --email argument, 457 e-mail field, 131, 135, 139, 265, 355 e-mail header injection, 347 e-mail security, 342 EMAIL_HOST setting, 215, 421 EMAIL_HOST_PASSWORD setting, 421 EMAIL_HOST_USER setting, 421 EMAIL_PORT setting, 421 EMAIL_SUBJECT_PREFIX setting, 215, 421 email_user(subj, msg) method, 266 empty dictionary ({ }), 417 empty string ('') value, 418–419, 421, 423, 426 empty tag, 53 empty tuple (( )) value, 418, 420, 422–423 enable_comments field, 300 enclosures, 247 encoding attribute, 469 endcomment tag, 185 endiftag, 50, 52 endifequal tag, 55 endswith field lookup, 384 enduppertag, 185 'en-us' value, 422 error alerts, setting up, 215 error handling, Apache, 221 error messages, exposed, 349 error pages, Django, 35–37 error variable, 125 error_log file, 221 errors attribute, 135 errors class, 141 escape( ) method, 362 escape filter, 173, 175, 444 escapejs filter, 444 escaping HTML, 444 Event objects, 153 exact field lookup, 382 Exception object, 312 exception postprocessor method, 312 exclude( ) method, 374, 376 --exclude option, 458 Expires header, 282 expires parameter, 257 exposed error messages, 349 extends tag, 68–69, 431 --extension option, 461 external data, 121 extra( ) method, 343 extra_context argument, 208, 210, 395 F f format character, 436 F format character, 436 'F Y' value, 428 False object, 51 False value, 420, 424–425, 427, 453 FastCGI lighttpd server, 225–227 overview, 222–223 running Django on shared-hosting provider with Apache, 227 running server, 223–224 using with Django and Apache, 224–225 FastCGIExternalServer directive, 224–225 fastcgi.server directive, 227 _fav_color session key, 259 'favicon.ico' value, 421 favorite_color cookie, 256 Feed class, 243 feed_dict argument, 243 FetchFromCacheMiddleware class, 281, 290, 315 Field class, 134 NI N D E X field lookups contains, 382–383 day, 384 endswith, 384 exact, 382 gt, 383 gte, 383 icontains, 383 iendswith, 384 iexact, 382 in, 383 isnull, 385 istartswith, 384 lt, 383 lte, 383 month, 384 overview, 382 pk lookup shortcut, 385 range, 384 search, 385 startswith, 384 year, 384 fields adding, 193–196 AutoField, 354 BooleanField, 354 CharField, 354 CommaSeparatedIntegerField, 354 DateField, 355 DateTimeField, 355 DecimalField, 355 EmailField, 355 FileField, 355–356 FilePathField, 357 FloatField, 357 ImageField, 357–358 IntegerField, 358 IPAddressField, 358 making optional, 103–105 NullBooleanField, 358 overview, 353–354 PositiveIntegerField, 358 PositiveSmallIntegerField, 358 removing, 196 removing many-to-many, 196 SlugField, 358 SmallIntegerField, 358 TextField, 358 TimeField, 358 URLField, 359 XMLField, 359 fields option, 112–113 file:// cache type, 279 FileField field, 355–356 FilePathField field, 357 FILES attribute, 470 filesizeformat filter, 444 filesystem caching, 279 filter( ) method, 88, 179, 374, 376 filter arguments, 57, 176 filter tag, 431 filter_horizontal argument, 113–114 filter_vertical option, 114 filtering chaining filters, 374–375 limiting QuerySets, 375–376 overview, 88–89, 373–374 QuerySet methods that do not return QuerySets, 379–382 that return new QuerySets, 376–379 with wrapper functions, 210 filters addslashes, 442 capfirst, 442 center, 442 cut, 442 date, 442–443 default, 443 default_if_none, 443 defined, 41 dictsort, 443 dictsortreversed, 444 divisibleby, 444 escape, 444 escapejs, 444 filesizeformat, 444 first, 445 fix_ampersands, 445 floatformat, 445–446 force_escape, 446 get_digit, 446 iriencode, 446 join, 446 last, 447 length, 447 length_is, 447 linebreaks, 447 linebreaksbr, 447 linenumbers, 447 ljust, 447 lower, 448 make_list, 448 overview, 429, 442 phone2numeric, 448 pluralize, 448 pprint, 448 random, 449 removetags, 449 rjust, 449 safe, 449 485 486 NINDEX safeseq, 449 slice, 449 slugify, 450 stringformat, 450 striptags, 450 template, 56–57 time, 450 timesince, 451 timeuntil, 451 title, 451 truncatewords, 451 truncatewords_html, 451 unordered_list, 452 upper, 452 urlencode, 452 urlize, 452 urlizetrunc, 453 wordcount, 453 wordwrap, 453 writing custom, 178–179 yesno, 453 first filter, 445 first variable, 432 first_name field, 265 firstof tag, 431 fix_ampersands filter, 445 FIXTURE_DIRS setting, 421 fixtures, 459–460 FlatPage model, 300 FlatpageFallbackMiddleware class, 299–301 flatpages application, 299–302 flatpages object, 309 flatpages package, 292 flatpages/default.html template, 300–302 FlatPageSitemap class, 251 FloatField field, 357 floatformat filter, 445–446 flush subcommand, 458 foo filter, 178 foo_view( ) function, 22 /foo/1/ directory, 283 /foo/23/ directory, 283 /foo/bar/hello/ file, 25 footer block, 68 for statement, 41 for tag, 41, 52–55, 185, 432–433 force_escape filter, 446 foreign keys, 102, 192, 387–388 ForeignKey class, 295, 298, 363–364 forloop variable, 54–55 forloop.counter attribute, 53, 432 forloop.first attribute, 54 forloop.last attribute, 54 forloop.parentloop attribute, 54–55 forloop.revcounter attribute, 54, 432 forloop.revcounter0 attribute, 54, 432 form redisplay, 131
tag, 121, 134, 304 {{ form.as_table }} template, 140 {{ form.fieldname.errors }} template, 140 {{ form.message.errors }} template, 141 forms contact form, 129–133 example improving, 125–127 overview, 122–125 form class custom validation rules, adding, 138–139 customizing form design, 139–141 field rendering, changing, 137 initial values, setting, 138 labels, specifying, 139 maximum length, setting, 137–138 overview, 133–136 tying form objects into views, 136–137 overview, 119 retrieving data from request object, 119–122 validation, 127–128 forms.py file, 133 formtools package, 292 fp.close( ) method, 59 fp.read( ) method, 59 Freenode IRC network, 9 G g format character, 437 G format character, 437 generic views arguments, 395 date-based archive for today, 409 archive index, 402–403 day archives, 408–409 detail pages, 409–411 month archives, 404–406 overview, 401 week archives, 406–407 year archives, 403–404 extending adding extra context, 208–209 complex filtering with wrapper functions, 210 "friendly" template contexts, 207 overview, 207 performing extra work, 211–212 viewing subsets of objects, 209–210 NI N D E X list/detail generic views, 397–401 lists of objects, 397–399 of objects, 205–207 overview, 203, 395 "simple," 396–397 using, 204–205 GenericSitemap class, 252 Geographic Information Systems (GIS), 11 get( ) method, 89, 121–122, 131, 472 GET parameter, 124, 126, 158, 160, 256, 268, 304, 314, 470 get(**lookup) method, 379 get_absolute_url( ) method, 245, 417 get_all_permissions( ) method, 266 get_and_delete_messages( ) method, 266, 275–276 get_current( ) method, 295 get_decoded( ) method, 262 get_digit filter, 446 get_full_name( ) method, 265 get_full_path( ) method, 471 get_group_permissions( ) method, 266 get_host( ) method, 471 get_latest_by meta option, 366 get_list_or_404( ) function, 392 get_many( ) interface, 285 get_object( ) method, 246 get_object_or_404( ) function, 392 get_or_create(**kwargs) method, 380–381 get_template( ) function, 61–62, 64, 176 get_user( ) method, 319–320 __getitem__ method, 471–472 getlist(key) method, 472 gettext( ) function, 331, 338–340, 422 GIF images, 242 GIS (Geographic Information Systems), 11 gis package, 292 global_settings.py file, 413 Google, 253 greeting variable, 175 grouper attribute, 439 groups, 116, 264, 275 groups field, 266 gt field lookup, 383 gte field lookup, 383 GZipMiddleware class, 290, 305, 314 H H format character, 437 h format character, 437

header, 67 has_commented variable, 260 has_header(header) method, 474 has_key( ) method, 471 has_module_perms(app_label) method, 266 has_next variable, 399 has_perm(perm) method, 266 has_perms(perm_list) method, 266 has_previous variable, 399 hashes, 272 HEAD request, 314 header.html file, 67 height_field argument, 357 hello( ) view, 22, 29, 119 /hello/ path, 24, 28 hello_wonderful_beautiful_world view function, 22 hello.html file, 21 help resources, 9 help_text field option, 361–362 History link, 100 hits variable, 399 home_link variable, 187 home_title variable, 187 /home/username/djcode/ directory, 17 host property, 223 hours parameter, 36 hours_ahead view, 33–35, 37, 66, 68 .htaccess file, 227 HTML escaping, automatic, 173–176 HTTP_REFERER key, 120 HTTP_USER_AGENT key, 120 HTTP_X_FORWARDED_FOR setting, 315 Http404 exception, 475–476 httpd.conf file, 227, 321 HttpRequest object example, 473 overview, 469–471 QueryDict object, 471–473 HttpResponse object 404 (not found) view, 476 500 (server error) view, 477 constructors, 474 error returning, 475–476 headers, setting, 474 overview, 469–474 subclasses, 474–475 HttpResponseBadRequest class, 475 HttpResponseForbidden class, 475 HttpResponseGone class, 475 HttpResponseNotAllowed class, 475 HttpResponseNotFound class, 475 HttpResponseNotModified class, 475 HttpResponsePermanentRedirect class, 475 HttpResponseRedirect class, 131, 475 HttpResponseServerError class, 475 humanize package, 292 humanizing data, 306–307 487 488 NINDEX I i format character, 437 icontains field lookup, 124, 383 id keyword, 155 id primary-key fields, 318 iendswith field lookup, 384 iexact field lookup, 382 if tag, 50–52, 56, 185, 274, 433–434 ifchanged tag, 185, 434–435 ifconfig command, 19 ifequal tag, 55–56, 185, 435 ifnotequal tag, 55–56, 435