How to rename a project? Follow
Hi all,
I am new to pycharm (and a bit new to Python too). I am developing a web server in Python which suits my needs, but only for a local access as it is not on the safe side.
After I created my project and modified it, its name no longer suited its use so I tried to rename it. However, most of the 2-3 files in the project stopped working because PyCharm (or Python?) tried to access files as if I haven't changed the path.
Is there an easy way to do that with PyCharm? Or with Python?
Please sign in to leave a comment.
Hello,
According to your description it looks like a code is referencing to the old project name. Could you please provide an error if you get any and couple of screenshots presenting the project structure?