Django is an open source web application framework written in Python. The framework pattern of MVC is adopted, namely model M, view V and controller C. It was originally developed to manage some of the news content-based websites of Lawrence Publishing Group, that is, CMS (Content Management System) software. And was released under the BSD license in July 2005. This frame is named after the Belgian gypsy jazz guitarist Django Reinhardt.
"Python Tutorial: Django Video Tutorial" introduces the development process and development environment of related projects, the use of loggers, database related introduction, file upload and other functions.
Video playback address: http://www.php.cn/course/627.html
After learning Python Key points and difficulties during development:
*Key points and difficulties
Form submission and processing
File upload - such as user avatar image cropping
session and cookie - User status information is saved to the client
ORM - object relational mapping, association of python objects and database
Template - template planning, parent template, tag, filter
jQuery - For example, form validation
Ajax - Implementing and processing Ajax requests
json, xml - Data format
Backend management - admin
Log debugging - Log settings And view
Cache
Security-django security configuration, csrf, sql injection
The above is the detailed content of python tutorial Django video data sharing. For more information, please follow other related articles on the PHP Chinese website!