程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

01 Django basics introduction to Web Framework

編輯:Python

Web Introduction to the framework

      • Preface
      • Web Introduction to the framework
        • Web Application processing flow
        • Web The significance of framework
        • Web Application essence
        • Web Frame learning method


Preface

  • This series of articles begins Python Of Web frame –Django

Web Introduction to the framework

Web Application processing flow

Web The significance of framework

  • Used for building Web Applications
  • Avoid different Web Repeat the same code part , Just care Web Business logic implementation of application core

Web Application essence

  • Receive and parse HTTP request , Get specific request information
  • Deal with this disaster HTTP Please be like , That is, complete the business logic processing of this request
  • Construct and return processing results ——HTTP Respond to

Web Frame learning method

  • How to build engineering procedures
    . Construction of the project . Configuration of the project
    . Route definition
    . View function definition
  • How to get request data ( operation request object )
  • How to construct response data ( structure response object )
  • The use of other functional components provided by the framework
    . database
    . Templates

  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved