From 983ff6ecb2d279779a9fcc48d3cb3b865c1e193d Mon Sep 17 00:00:00 2001 From: ymq <2832214169@qq.com> Date: Sun, 12 Oct 2025 17:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=89=B9=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/django-master/blog/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django-master/blog/forms.py b/src/django-master/blog/forms.py index 715be76..1082938 100644 --- a/src/django-master/blog/forms.py +++ b/src/django-master/blog/forms.py @@ -1,4 +1,4 @@ -import logging +import logging #导入 Python 标准库的 logging 模块,用于日志记录,方便追踪程序运行过程中的关键信息。 from django import forms from haystack.forms import SearchForm