标签: python django django-models django-templates django-views
我想删除django项目中的所有.py文件。但是还没有生成pyc文件..
生成.pyc文件需要更改的设置是什么
答案 0 :(得分:10)
compileall可用于编译项目目录中的所有Python脚本。
compileall
python -m compileall path/to/project