Cargando…

The Definitive Guide to Django Web Development Done Right /

Django, the Python-based equivalent to the Ruby on Rails web development framework, is hottest topics in web development. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django's creators, and Django lead developer Jacob Kaplan-Moss show you how they use t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Kaplan-Moss, Jacob (Autor), Holovaty, Adrian (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2008.
Edición:1st ed. 2008.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • Getting Started
  • to Django
  • Getting Started
  • The Basics of Dynamic Web Pages
  • The Django Template System
  • Interacting with a Database: Models
  • The Django Administration Site
  • Form Processing
  • Advanced Views and URLconfs
  • Django'Subframeworks
  • Generic Views
  • Extending the Template Engine
  • Generating Non-HTML Content
  • Sessions, Users, and Registration
  • Caching
  • Other Contributed Subframeworks
  • Middleware
  • Integrating with Legacy Databases and Applications
  • Extending Django's Admin Interface
  • Internationalization
  • Security
  • Deploying Django.