From 42bacbbc81c9837c381f06a9ad88a832a0d16a74 Mon Sep 17 00:00:00 2001 From: spdis Date: Mon, 17 Nov 2025 18:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7e48f4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +python manage.py shell -c "from elastic.es_connect import create_index_with_mapping; create_index_with_mapping()" \ No newline at end of file