From 8b6773bb981cf4655adbe36d4859b3ba41c33b30 Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Wed, 11 Mar 2026 23:07:35 +0800 Subject: [PATCH] commit --- backend/populate_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/populate_db.py b/backend/populate_db.py index f0e9863..21ce6bf 100644 --- a/backend/populate_db.py +++ b/backend/populate_db.py @@ -7,7 +7,7 @@ django.setup() from shop.models import ESP32Config def populate(): - # 检查数据库是否已有数据,如果有则跳过,避免每次构建都重置 + # 检查数据库是否已有数据,如果有则跳过,避免每次构建都重置! if ESP32Config.objects.exists(): print("ESP32Config data already exists, skipping population.") return