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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Rubio, Daniel (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2017.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.