Friday, August 31, 2007

The Django Book

the book online

Chapter 1: Introduction to Django
Chapter 2: Getting started
Chapter 3: The basics of generating Web pages
Chapter 4: The Django template system
Chapter 5: Interacting with the database: models
Chapter 6: The Django admin site
Chapter 7: Form processing
Chapter 8: Advanced views and URLconfs
Chapter 9: Generic views
Chapter 10: Extending the template engine
Chapter 11: Outputting non-HTML content
Chapter 12: Sessions, users, and registration
Chapter 13: Comments
Chapter 14: Caching
Chapter 15: Other contributed sub-frameworks
Chapter 16: Middleware
Chapter 17: Integrating with legacy databases and applications
Chapter 18: Customizing the Django admin
Chapter 19: Internationalization and localization
Chapter 20: Security
Chapter 21: Deploying Django
Appendix A: Case studies
Appendix B: Model definition reference
Appendix C: Database API reference
Appendix D: URL dispatch reference
Appendix E: Settings reference
Appendix F: Built-in template tag/filter reference
Appendix G: The django-admin utility
Appendix H: Request and response object reference
Appendix I: Regular expression reference