Beginning Django: Web Application Development and Deployment with Python
暫譯: Django 入門:使用 Python 進行網頁應用程式開發與部署

Daniel Rubio

  • 出版商: Apress
  • 出版日期: 2017-10-28
  • 定價: $1,360
  • 售價: 8.0$1,088
  • 語言: 英文
  • 頁數: 593
  • 裝訂: Paperback
  • ISBN: 1484227867
  • ISBN-13: 9781484227862
  • 相關分類: DjangoPython程式語言
  • 立即出貨 (庫存=1)

買這商品的人也買了...

相關主題

商品描述

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 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’s data.

After reading and using this book, you’ll be able to build a Django application top to bottom and be ready to move on to more advanced or complex Django application development.

What You'll Learn
  • Get started with the Django framework
  • Use Django views, class-based views, URLs, middleware, forms, templates, and Jinja templates
  • Take advantage of Django models, including model relationships, migrations, queries, and forms
  • Leverage the Django admin site to get access to the database used by a Django project
  • Deploy Django REST services to serve as the data backbone for mobile, IoT, and SaaS systems
Who This Book Is For 

Python developers new to the Django web application development framework and web developers new to Python and Django.

商品描述(中文翻譯)

發現 Django 網頁應用程式框架,開始建立基於 Python 的網頁應用程式。本書將帶您從 Django 的基礎知識一路深入到前沿主題,例如創建 RESTful 應用程式。《Beginning Django》還涵蓋了一些輔助但重要的開發主題,包括配置設定、靜態資源管理、日誌記錄、除錯和電子郵件。除了有關使用 SQL 查詢進行數據訪問的材料外,您將擁有所有需要的知識,以便順利啟動 Django 1.11 LTS,該版本與 Python 2 和 Python 3 兼容。

一旦您建立了網頁應用程式,您將需要擔任管理員,因此本書的下一部分將介紹如何通過用戶和群組來強制執行權限管理。這種技術允許您限制對 URL 和內容的訪問,讓您完全控制數據。此外,您將與 Django 管理網站合作並進行自定義,該網站提供對 Django 專案數據的訪問。

在閱讀和使用本書後,您將能夠從頭到尾構建一個 Django 應用程式,並準備好進一步學習更高級或更複雜的 Django 應用程式開發。

您將學到的內容:
- 開始使用 Django 框架
- 使用 Django 視圖、基於類的視圖、URL、中介軟體、表單、模板和 Jinja 模板
- 利用 Django 模型,包括模型關係、遷移、查詢和表單
- 利用 Django 管理網站訪問 Django 專案所使用的數據庫
- 部署 Django REST 服務,作為移動、物聯網和 SaaS 系統的數據支柱

本書適合對象:
對 Django 網頁應用程式開發框架感興趣的 Python 開發者,以及對 Python 和 Django 新手的網頁開發者。