django删除源文件并生成pyc文件

时间:2010-11-30 06:55:29

标签: python django django-models django-templates django-views

我想删除django项目中的所有.py文件。但是还没有生成pyc文件..

生成.pyc文件需要更改的设置是什么

1 个答案:

答案 0 :(得分:10)

compileall可用于编译项目目录中的所有Python脚本。

python -m compileall path/to/project