Description
Book SynopsisDiscover 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 Djangoalso covers ancillary, but essential, development topics, including configuration settings, static resource management, logging, debugging, and email. Along with material on data access with SQL queries, you'll have all you need to get up and running with Django 1.11 LTS, which is compatible with Python 2 and Python 3. Once you've built your web application, you'll need to be the admin, so the next part of the book covers how to enforce permission management with users and groups. This technique allows you to restrict access to URLs and content, giving you total control of your data. In addition, you'll work with and customize the Django admin site, which provides access to a Django project'sdata. After reading and using this book, you'll be
Table of Contents1. Introduction to the Django Framework2. Django Views, URLs and Middleware3. Django Templates4. Jinja Templates in Django5. Django Application Management: General settings, static resources, logging, email6. Django Forms7. Django models8. Django model queries and managers9. Django model forms & class views10. Django user management11. Django admin management12. REST services with DjangoAppendix A. Python basics