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...
Django + Vue Vue project creation
1. Installation of vue environment
1. Install NodeJS at:h...
djando2.2-django ORM concept, operating database through ORM
Catalogue of series articles 1, django ORM
...
Additions and deletions based on Form component and based on ModelForm
Introduction to ModelForm
ModelForm a. class Meta: model...
Additions and deletions based on Form component and based on ModelForm
Introduction to ModelForm
ModelForm a. class Meta: model...
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
...
Django studies a love poem
   Django is one of the most representative frameworks for Web development in Python. This article will give y...
Django studies a love poem
   Django is one of the most representative frameworks for Web development in Python. This article will give y...
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...
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...
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...
Django framework 7: configuring caching
1, Django cache Description:
In the dynamic website, the ...
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 ...
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.
...
Absolute Dry, Instances take you through the flask framework of python-web
Ridiculous
_Recently, I haven't coded for a l...
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 ...
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...
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...
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...
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/', ...
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...
Django's own background management configuration
Configuration of Django's own background management Create projects and apps Modify profile Database configuration DATABASES = { 'default�...
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'...
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...
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...