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...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- 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.