Beginning Django Web Application Development and Deployment with Python

Discover the Django web application framework and get started building Python-based web applications. This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications. Beginning Django also covers ancillary, but essential, development top...

Descripción completa

Detalles Bibliográficos
Autor principal: Rubio, Daniel. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2017.
Edición:1st ed. 2017.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630701006719
Tabla de Contenidos:
  • 1. Introduction to the Django Framework
  • 2. Django Views, URLs and Middleware
  • 3. Django Templates
  • 4. Jinja Templates in Django
  • 5. Django Application Management: General settings, static resources, logging, email
  • 6. Django Forms
  • 7. Django models
  • 8. Django model queries and managers
  • 9. Django model forms & class views
  • 10. Django user management
  • 11. Django admin management
  • 12. REST services with Django
  • Appendix A. Python basics.