All technological notes.
Ref:
w3school:
Udemy:
Django
Django follows the MVT design pattern (Model View Template):
Model The model provides data from the database.
models.py.View: A request handler that returns the relevant template and content - based on the request from the user.Template: A text file (like an HTML file) containing the layout of the web page, with logic on how to display the data.project
app
Project 与 app 之间的关系:
django-admin 工具是 Django 管理命令行工具之一,安装好 Django 包后可以直接调用。
View
Delpoyment
Common Tools:
Library:
Labs:
Url:
Note: