From 1a3aee39e0263ea1080441b7fdc1105460205e73 Mon Sep 17 00:00:00 2001 From: spdis Date: Mon, 23 Mar 2026 11:52:41 +0800 Subject: [PATCH] [0.2.8.10] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 350f96f..d26689a 100644 --- a/README.md +++ b/README.md @@ -193,5 +193,6 @@ def get_visible_data(current_user): + 生产环境用于创建数据库结构的临时命令: python manage.py shell -c "from elastic.es_connect import create_index_with_mapping; create_index_with_mapping()"