Django

Django entry practice to achieve a simple library management system

Web development, that is, writing websites, is a major application direction of Django. Django is one of the most popula...
0:46 7 December 2021

Django + Vue Vue project creation

1. Installation of vue environment 1. Install NodeJS at:h...
12:51 27 September 2021

djando2.2-django ORM concept, operating database through ORM

Catalogue of series articles 1, django ORM ...
14:44 18 September 2021

Additions and deletions based on Form component and based on ModelForm

Introduction to ModelForm ModelForm a. class Meta: model...
11:41 8 July 2020

Additions and deletions based on Form component and based on ModelForm

Introduction to ModelForm ModelForm a. class Meta: model...
11:39 8 July 2020

django implements foreground and background data binding by submitting form with ajax+post

The first step is to introduce jquery files, either online or offline, to add to your own staticfiles ...
10:34 7 July 2020

Django studies a love poem

   Django is one of the most representative frameworks for Web development in Python. This article will give y...
12:05 1 July 2020

Django studies a love poem

   Django is one of the most representative frameworks for Web development in Python. This article will give y...
12:04 1 July 2020

Basic Use of Session for Django - Chapter 17

Article Directory 1. Introduction to Session 2. User login based on Session 1. Introduction to Session The client sends a request to the server to ge...
21:22 15 June 2020

Django Resolves Cross-Station Requests to Forge CSRF s - Chapter 16

Article Directory 1. Basic Applications 2. Disable All Sites 3. Partially disabled 4. Local use 1. Basic Applicat...
20:52 14 June 2020

Beginner IT: Django framework - form component and model form

Article catalog 1, form introduction 1. Function of form component 2. Simple use of form component Database model pre...
8:02 4 June 2020

Django framework 7: configuring caching

1, Django cache Description: In the dynamic website, the ...
11:06 2 June 2020

Django restframework user authority authentication component addition and source code analysis

Source code analysis of user authorization verification is similar to user login verification, but in order to increase ...
5:53 1 June 2020

Django restframe view access process source analysis

Access process source code analysis, here we mainly see how the user's request to access our view function. ...
5:37 1 June 2020

Absolute Dry, Instances take you through the flask framework of python-web

Ridiculous _Recently, I haven't coded for a l...
12:37 6 May 2020

Basic usage of django2.0 models.py

ORM model Before writing the basic usage of models.py, let's first understand the disadvantages of our own writing of sql: As we write more and ...
2:29 1 February 2020

V. custom converter, httprequest image alignment, HttpResponse, JsonRepons of view layer

I. virtual environment 1. Create with Python - > files - > new project - > select virtual environment 2 Settings > project creation 3. Cr...
17:57 4 December 2019

cookies and sessions components

Catalog Cookies and session s cookie introduction session Introduction token django operation cookie Set cookie Get cookie delete cookie Login authen...
17:39 4 December 2019

django+uwsgi+daphne+supervisor production environment deployment

I. Preface In the previous article, websocket is used for real-time communication in the project, but the production environment also uses the deploym...
15:04 3 December 2019

Rest Framework: IV. authentication component

I. create LoginAuth class to complete the authentication process urls.py url(r'^login/', views.Login.as_view()), url(r'^books/', ...
11:17 3 December 2019

django development - building distributed (multi node) task queue with cellery

Today, I'll show you how to use cellery to build a task queue with two nodes in django project (one master node and one child node; the master no...
19:43 2 December 2019

Django's own background management configuration

Configuration of Django's own background management Create projects and apps Modify profile Database configuration DATABASES = { 'default&#0...
13:27 2 December 2019

A detailed explanation of how the generated token of jwt authentication is passed back to the backend and parsed

token backend parsing after jwt authentication generation First, the front end sends the token The location of token headers {'authorization&#039...
9:23 6 November 2019

Django Rest framework Serializer serializer-04 model class serializer

Model class serializer If we want to use the Serializer corresponding to Django's model class, DRF provides us with the ModelSerializer model cl...
10:28 4 November 2019

Fields and field parameters of the model

Introduction to ORM 1. Concept: ORM (Object Relational Mapping), Object Relational Mapping 2. Essence: mapping between classes and databases 3. Advant...
10:42 28 July 2019