[Answered ]-Export/Import Django project settings in PyCharm

2👍

Yes there is. What you need to do, is copy everything in your project directory, including .idea folder, and pasting it to the new place that you want to place it.

Now, all you have to do is open the directory as a project using PyCharm in your new workstation.

Leave a comment