Django 1.0 Template Development
An Introduction to the Django Template System
Overview of the Django template system
Exploring how Django handles requests
Understanding the template system syntax
Views, URLs, and Generic Views
Comparing views and generic views
Using the context values in your templates
Using. the Built-In Tags and Filters
Loading and Inheriting Templates
Configuring the template system
Finding a home for the template files
Working with the template loaders
Setting up the error handling templates
Breaking templates into reusable pieces
Extending templates with inheritance
Inheriting from multiple child templates
Considering the different approaches
Serving different templates by domain name
Redirecting users to the mobile site (optional)
Examining the built-in tags and filters
Writing your own template filters
Writing your own template tags
Verifying our application setup
Exploring pagination using the Django shell
Using pagination in your views
Putting navigation into the templates
Customizing the Admin Look and Feel
Overriding the admin templates
Adding a new link box to the admin
Customizing the admin color scheme
Exploring the available cache systems
Creating an example application
Configuring your project for i18n
Installing libraries for i18n translation
Marking strings as translatable