This commit is contained in:
27942
2026-01-12 22:20:36 +08:00
parent 7e66a65d29
commit b121a95e31
64 changed files with 688 additions and 1914 deletions

View File

@@ -1,5 +1,9 @@
#!/usr/bin/env python
"""Django's command-line utility for administrative tasks."""
# 使用 PyMySQL 替代 mysqlclient必须在导入 Django 之前)
import pymysql
pymysql.install_as_MySQLdb()
import os
import sys