I want to remove all .py files in my django project.But pyc files are not generated as yet..
What is the settings that needs to be changed to generate the .pyc files
compileall can be used to compile all Python scripts in the project directory.
python -m compileall path/to/project
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With