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

Django knowledge structure summary

編輯:Python

python--Django 01 Installation and first acquaintance Django Project development

  •  python--Django Installation FAQs
  • python--pycharm Created in Django project

  • python--pycharm Created in Django Project common error set

  • python--Django Project development process error set

  • python--Django pycharm Import other Django project

  • python--Django 03 Django The framework is introduced

Django The knowledge structure is summarized as follows :

Knowledge point summary Install import method Reference learning Basics

Installation and first acquaintance Django Project development

pycharm Created in Django project      

   Django Frame view CBV And FBV

Django View – FBV And CBV | Novice tutorial

Django Framework routing distribution and routing expression

Django Frame view CBV And FBV

Django frame Template language and the use of templates

  • Basic grammar
  • Django Iterative traversal of lists and dictionaries in
  • Use of filters
  • Use of templates
Django Data acquisition and file uploading

Django frame ORM Fields and field parameters

Django frame ORM Add, delete, change and check operation

Django frame Ajax

Application unit

Django Realize combination search by dynamically passing parameters

  • url command
  • url Regular expressions
  • request url obtain

JSONP Cross-domain request

 html Extraction and filtering of tags

Common modules Encryption module  itsdangerouspip install itsdangerous -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Used for information encryption and setting encryption time Task queue Celery pip3 install Celery -i https://pypi.tuna.tsinghua.edu.cn/simple/celery It is suitable for asynchronous processing , When sending mail 、 Or file upload , Image processing and other time-consuming operations , We can execute it asynchronously , So users don't have to wait long , Improve user experience .django-redispip3 install django-redis -i https://pypi.tuna.tsinghua.edu.cn/simple/

django-redis Chinese document — Django-Redis 4.7.0 file

                                                                                                                                                                                                                                         


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