The first part of the book introduces Django fundamentals like installation and configuration. You’ll learn about creating the components that power a Django–driven web site. The second part delves into the more sophisticated features of Django, like outputting non–HTML content (such as RSS feeds and PDFs), plus caching and user management. The third part serves as a detailed reference to Django’s many configuration options and commands. The book even includes seven appendixes for looking up configurations options and commands. In all, this book provides the ultimate tutorial and reference to the popular Django framework.
Table of Content:
- Chapter 1: Introduction to Django
- Chapter 2: Getting Started
- Chapter 3: The Basics of Dynamic Web Pages
- Chapter 4: The Django Template System
- Chapter 5: Interacting with a Database: Models
- Chapter 6: The Django Administration Site
- Chapter 7: Form Processing
- Chapter 8: Advanced Views and URLconfs
- Chapter 9: Generic Views
- Chapter 10: Extending the Template Engine
- Chapter 11: Generating Non-HTML Content
- Chapter 12: Sessions, Users, and Registration
- Chapter 13: Caching
- Chapter 14: Other Contributed Subframeworks
- Chapter 15: Middleware
- Chapter 16: Integrating with Legacy Databases and Applications
- Chapter 17: Extending Django's Admin Interface
- Chapter 18: Internationalization
- Chapter 19: Security
- Chapter 20: Deploying Django
- Appendix A: Case Studies
- Appendix B: Model Definition Reference
- Appendix C: Database API Reference
- Appendix D: Generic View Reference
- Appendix E: Settings
- Appendix F: Built-in Template Tags and Filters
- Appendix G: The django-admin Utility
- Appendix H: Request and Response Objects
0 comments:
Post a Comment