I want to delete all .py files in my django project. But pyc files are not generated yet.
What are the settings that you need to change to create .pyc files.
compileall can be used to compile all Python scripts in the project directory.
compileall
python -m compileall path/to/project
Source: https://habr.com/ru/post/1777606/More articles:Reduce duplicate information in database design - architectureОтправка данных через NamedPipe при отключении сервера - c#How to get MySQL to exit TRADITIONAL mode? - mysqljquery onchange event for switch now instantly - jqueryRounded corners in the management of GroupBox - .netWebpage will not parse PHP code - htmlHow to separate letters and numbers from a string in JavaScript - javascriptJavascript question: variable definition - javascriptHow to specify the command line when using a support? - javaMaintaining a project using plugins in git - gitAll Articles