Export/Import Django project settings
Actually I have project with about 20 project settings (Django server, Django tests, fabric tasks). Now I want to move my environment to other computer.
Is it possible to migrate all these configurations or should I create manually one by one in new PyCharm instance?
Is it possible to migrate all these configurations or should I create manually one by one in new PyCharm instance?
1 条评论
排序方式
日期
投票数
Just copy the .idea directory of your project to another computer; the settings will be correctly transferred. The only thing you may need to change after transferring the project is the selected interpreter.
请先登录再写评论。