DjacoreCMS 上线前,需要运行哪些必要的检查命令?
运行 `python manage.py check --deploy` 进行部署安全检查。运行 `python manage.py test` 执行测试套件。运行 `python manage.py collectstatic` 收集静态文件。运行 `python manage.py migrate` 应用所有数据库迁移。还可以运行 `python manage.py compilemessages` 编译翻译文件。
这个回答对您有帮助吗?
您的反馈将帮助我们改进内容质量
最后更新:2026-04-11 21:51