Tag

Django

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 19, 2025 · Backend Development

Comprehensive Guide to Python Web Development: Frameworks, Ecosystem, and Practical Cases

This article provides a thorough overview of Python's role in web development, covering core components, major frameworks like Django, Flask, and FastAPI, ecosystem tools, real-world case studies, learning paths, and future trends for building modern backend applications.

DjangoFlaskPython
0 likes · 7 min read
Comprehensive Guide to Python Web Development: Frameworks, Ecosystem, and Practical Cases
Python Programming Learning Circle
Python Programming Learning Circle
May 13, 2025 · Backend Development

Contract Management and Expense Reimbursement System Overview and Deployment Guide

This document provides a comprehensive overview of a contract management and employee travel expense reimbursement system for small‑to‑medium enterprises, detailing its functional modules, BS architecture with Vue front‑end and Django back‑end, environment setup, database configuration, user registration, login procedures, and management of users, departments, projects, contracts, reimbursements, and financial approvals.

Contract ManagementDjangoMySQL
0 likes · 8 min read
Contract Management and Expense Reimbursement System Overview and Deployment Guide
php中文网 Courses
php中文网 Courses
Apr 27, 2025 · Backend Development

Flask vs Django: In‑Depth Comparison and Guidance for Choosing the Right Python Web Framework

An extensive comparison of Flask and Django examines their core features, architecture, performance, security, ecosystem, and suitable use cases, providing developers with detailed guidance on selecting the appropriate Python web framework based on project size, team expertise, and specific requirements.

Backend DevelopmentDjangoFlask
0 likes · 14 min read
Flask vs Django: In‑Depth Comparison and Guidance for Choosing the Right Python Web Framework
Code Mala Tang
Code Mala Tang
Apr 12, 2025 · Fundamentals

Master Python Decorators: From Simple 2‑Layer to Powerful 3‑Layer Patterns

This article explains Python decorators, describing how they wrap functions to add extra behavior, demonstrates a basic two‑layer decorator with code examples, then extends to parameterized three‑layer decorators, and shows real‑world uses in Flask and Django for routing and access control.

DjangoFlaskFunctions
0 likes · 6 min read
Master Python Decorators: From Simple 2‑Layer to Powerful 3‑Layer Patterns
Python Programming Learning Circle
Python Programming Learning Circle
Apr 10, 2025 · Backend Development

A Comprehensive Guide to Python Web Frameworks: Features, Pros, and Cons

This article compiles a two‑week research of Python web frameworks, explaining what a web framework is, why it is used, and providing a ranked list of over twenty‑five frameworks with official links, strengths, and weaknesses to help developers choose the most suitable tool for their projects.

APIComparisonDjango
0 likes · 25 min read
A Comprehensive Guide to Python Web Frameworks: Features, Pros, and Cons
Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2025 · Backend Development

Simple Basketball Information Management System with Django

This article presents a simple basketball information management system built with Django, detailing CRUD operations for player data, pagination logic, and corresponding HTML templates for both admin and front‑end interfaces, accompanied by full source code snippets and screenshots of the resulting pages.

CRUDDjangoWeb Development
0 likes · 12 min read
Simple Basketball Information Management System with Django
Python Programming Learning Circle
Python Programming Learning Circle
Jan 4, 2025 · Backend Development

Instagram’s Migration from Python 2 to Python 3: Challenges, Solutions, and Performance Gains

This article details how Instagram migrated its massive Python 2/Django codebase to Python 3, covering the motivations, custom Django extensions, migration strategy, technical pitfalls such as Unicode handling, pickle compatibility, iterator behavior, and the resulting CPU and memory improvements.

DjangoMigrationbackend
0 likes · 18 min read
Instagram’s Migration from Python 2 to Python 3: Challenges, Solutions, and Performance Gains
Test Development Learning Exchange
Test Development Learning Exchange
Dec 30, 2024 · Backend Development

Using Mixins in Django REST Framework to Extend View Functionality

This article explains how to use Django REST Framework mixins to extend view functionality, providing step‑by‑step code examples for list, retrieve, create, update, delete, custom authentication, permissions, versioning, conditional rendering, and custom exception handling.

APIDRFDjango
0 likes · 12 min read
Using Mixins in Django REST Framework to Extend View Functionality
Python Programming Learning Circle
Python Programming Learning Circle
Aug 31, 2024 · Backend Development

Contract Management and Expense Reimbursement System – Architecture and Usage Guide

This document describes a web‑based contract and employee expense reimbursement system for small‑to‑medium enterprises, covering its BS architecture with a Vue front‑end, Django back‑end, MySQL database, deployment environment, registration/login procedures, and detailed modules for user, department, contract, reimbursement, and financial management.

Contract ManagementDjangoExpense Reimbursement
0 likes · 8 min read
Contract Management and Expense Reimbursement System – Architecture and Usage Guide
Efficient Ops
Efficient Ops
Aug 20, 2024 · Information Security

Building a One‑Person PCI DSS Image‑Signing Service and Surviving a P0 Outage

This article recounts how a solo developer built a Django‑based Docker image signing service to meet PCI DSS requirements, faced two severe incidents—including a 17.5‑hour P0 outage caused by concurrency limits and a misconfigured Rekor service—and shares the operational lessons learned for reliable SRE practice.

DjangoPCI DSSSRE
0 likes · 9 min read
Building a One‑Person PCI DSS Image‑Signing Service and Surviving a P0 Outage
Practical DevOps Architecture
Practical DevOps Architecture
Jun 21, 2024 · Backend Development

Comprehensive Backend Development and Database Optimization Course Outline

This article presents a detailed syllabus covering advanced programming techniques, database optimization, essential project knowledge, and in‑depth tutorials on backend frameworks such as Flask and Django, outlining over 70 lecture topics ranging from class fundamentals to deployment, security, and full‑stack project implementation.

Backend DevelopmentCourse OutlineDjango
0 likes · 6 min read
Comprehensive Backend Development and Database Optimization Course Outline
Python Programming Learning Circle
Python Programming Learning Circle
May 13, 2024 · Backend Development

Django 5.0 Released: New Python Compatibility, Field Groups, and Database‑Computed Fields

Django 5.0 has been officially released, adding support for Python 3.10‑3.12, introducing field‑group templates to simplify form rendering, and providing new database‑computed field features such as Field.db_default and GeneratedField, while also marking the end of mainstream support for Django 4.2 and 4.1.

Backend DevelopmentDatabase Computed FieldsDjango
0 likes · 5 min read
Django 5.0 Released: New Python Compatibility, Field Groups, and Database‑Computed Fields
Test Development Learning Exchange
Test Development Learning Exchange
Nov 17, 2023 · Backend Development

Building a Short URL Service with Flask and Django

This article explains the benefits of using short‑link services for marketing, sharing, and SMS optimization, and provides step‑by‑step Flask and Django tutorials—including installation commands, MySQL integration, URL generation, routing, and database models—to create a functional short URL platform.

Backend DevelopmentDjangoFlask
0 likes · 7 min read
Building a Short URL Service with Flask and Django
php中文网 Courses
php中文网 Courses
Nov 7, 2023 · Backend Development

Top 10 Popular Web Development Stacks and How to Choose the Right One

This article introduces the ten most popular web development stacks—MERN, MEAN, LAMP, MEVN, Django, Ruby on Rails, MERN with Nest.js, Laravel, PERN, and ASP.NET Core—explains their components, provides code examples, and offers guidance on selecting the most suitable stack for a project.

DjangoLAMPMERN
0 likes · 9 min read
Top 10 Popular Web Development Stacks and How to Choose the Right One
Test Development Learning Exchange
Test Development Learning Exchange
Oct 15, 2023 · Operations

Automating Deployment of Django + Vue Projects with Python Scripts

This article explains the benefits of automating deployment for Django‑Vue applications and provides step‑by‑step instructions, including code repository integration, frontend Vue build, backend Django deployment, and static file handling, accompanied by practical Python subprocess scripts to streamline the entire process.

DeploymentDevOpsDjango
0 likes · 3 min read
Automating Deployment of Django + Vue Projects with Python Scripts
Practical DevOps Architecture
Practical DevOps Architecture
Oct 10, 2023 · Fundamentals

Comprehensive Course Outline: Python, Django, Frontend Development, and K8s Dashboard Project

This article presents a detailed curriculum covering an opening ceremony, Python fundamentals and advanced topics, Django development (including ORM and authentication), frontend basics with HTML, CSS, JavaScript, jQuery, a Layui UI framework module, and a hands‑on K8s Dashboard web project, followed by recommended reading links.

Course OutlineDjangoKubernetes
0 likes · 5 min read
Comprehensive Course Outline: Python, Django, Frontend Development, and K8s Dashboard Project
Python Programming Learning Circle
Python Programming Learning Circle
Oct 6, 2023 · Backend Development

Face Recognition Door Access Management System – Python/Django Tutorial

This article introduces a Python‑based face‑recognition door access management system built with Django, REST framework, JWT, Redis and Dlib, detailing its features, required environment setup, step‑by‑step installation commands, configuration files, and how to run the project on both PC and mobile interfaces.

DjangoPythonbackend
0 likes · 3 min read
Face Recognition Door Access Management System – Python/Django Tutorial
Python Programming Learning Circle
Python Programming Learning Circle
Aug 16, 2023 · Backend Development

Comprehensive List and Comparison of Python Web Frameworks

This article presents a curated collection of Python web frameworks, explains what a web framework is, outlines their purposes, and provides a ranked overview of each framework's official site, advantages, and disadvantages to help developers choose the most suitable option for their projects.

ComparisonDjangoFlask
0 likes · 23 min read
Comprehensive List and Comparison of Python Web Frameworks
Architects Research Society
Architects Research Society
Jul 2, 2023 · Databases

PostgreSQL Full-Text Search vs Elasticsearch: Performance Comparison and Findings

This article compares PostgreSQL and Elasticsearch for full‑text search in Django applications, presenting performance benchmarks on up to 1.5 million records, discussing setup complexity, features like stemming and fuzziness, and concluding that PostgreSQL is preferable for most projects without massive data scales.

DjangoElasticsearchFull-Text Search
0 likes · 7 min read
PostgreSQL Full-Text Search vs Elasticsearch: Performance Comparison and Findings