I installed the Apache2 server on Kubuntu and then installed Django (2.0.4) and now all the project files are not available for editing (in PyCharm). I use the 'kate' utility to edit them with sudo. Tell me please how to disable read-only project files in PyCharm.
It can be done by regular chown
command (Assuming you are using linux)
Try this commandsudo chown -R $USER:$USER /home/user/path/to/project/
Source : How can I become the owner of a file/folder that root owns?
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