我想删除django项目中的所有.py文件。但是尚未生成pyc文件。
生成.pyc文件需要更改哪些设置
compileall 可用于编译项目目录中的所有Python脚本。
compileall
python -m compileall path/to/project