python tutorial Django video data sharing

巴扎黑
Release: 2017-08-31 10:47:13
Original
1621 people have browsed it

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.

python tutorial Django video data sharing

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template