Merge remote-tracking branch 'origin/Django' into Django

This commit is contained in:
DSQ
2026-03-23 12:38:33 +08:00

View File

@@ -192,6 +192,5 @@ def get_visible_data(current_user):
生产环境用于创建数据库结构的临时命令: 生产环境用于创建数据库结构的临时命令:
python manage.py shell -c "from elastic.es_connect import create_index_with_mapping; create_index_with_mapping()" python manage.py shell -c "from elastic.es_connect import create_index_with_mapping; create_index_with_mapping()"