新增“数据编辑”

This commit is contained in:
2025-11-10 09:32:08 +08:00
parent 61b1d93718
commit f3aec9a18d
11 changed files with 681 additions and 0 deletions

6
elastic/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ElasticConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "elastic"