Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
Django is the leading Python web application development framework. Learn how to leverage the Django web framework to its full potential in this advanced tutorial and reference. Endorsed by Django, Pro Django more or less picks up where The Definitive Guide to Django left off and examines in greater detail the unusual and complex problems that Python web application developers can face and how to solve them.
- Provides indepth information about advanced tools and techniques available in every Django installation
- Runs the gamut from the theory of Django’s internal operations to actual code that solves realworld problems for highvolume environments
- Goes above and beyond other books, leaving the basics behind
- Shows how Django can do things even its core developers never dreamed possible
- See how to use Django’s models, views, forms, and templates
- Handle HTTP and customizing back ends
- Use Django’s common tooling
- Employ Django in various environments
- Build a business software suite for use in the corporate world
- Make this code reusable—even distributable
This book is for companies looking for a framework capable of supporting enterprise needs, as well as advanced Python or web developers looking to solve unusual, complex problems.
Table of Contents
- Understanding Django
- Django Is Python
- Models
- URLs and Views
- Forms
- Templates
- Handling HTTP
- Backend Protocols
- Common Tools
- Coordinating Applications
- Enhancing Applications
Synopsis
Django is the leading Python Web application development framework, wholly endorsed by Python language founder. Due to Django, it could be argued that it has contributed greatly to Python’s growth recently.
Pro Django by Marty Alchin is a professional level, advanced tutorial and reference. It the only book of its kind written by a Django expert and power user, and endorsed by Django project.