Django is a high-level web development framework based on Python, highly integrated and free to open source.
Django Crown Click to open link web Development background Knowledge Supplement
Normal Internet Flow : Open the browser--> address bar input URL url--> hit return (send HTTP request to the target URL)--> (the server to the page response to the browser) see the page
Browser Browsing the basic principles of Web pages : The essence of network communication, that is, data transmission through the network. After communication, the browser gets the source code document (HTML, etc.) of the page, and the browser parses the document and presents it to the user in the appropriate form.
Request Response Process : Browser send HTTP request--> Web server processing Request (* * *)--> return HTTP request to browser as HTML document
To create a Django project
Aa