diff options
Diffstat (limited to 'docs/pycharm')
-rw-r--r-- | docs/pycharm/configuration.rst | 70 | ||||
-rw-r--r-- | docs/pycharm/images/1.png | bin | 67153 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/2.png | bin | 15163 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/3.png | bin | 181106 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/4.png | bin | 113084 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/7.png | bin | 6284 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/8.png | bin | 19800 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/f1.png | bin | 254645 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/f2.png | bin | 234376 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/f3.png | bin | 235846 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/f4.png | bin | 226939 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/issue1.png | bin | 43350 -> 0 bytes | |||
-rw-r--r-- | docs/pycharm/images/issue2.png | bin | 11625 -> 0 bytes |
13 files changed, 0 insertions, 70 deletions
diff --git a/docs/pycharm/configuration.rst b/docs/pycharm/configuration.rst deleted file mode 100644 index ffc7f61..0000000 --- a/docs/pycharm/configuration.rst +++ /dev/null @@ -1,70 +0,0 @@ -Docker Remote Debugging -======================= - -To connect to python remote interpreter inside docker, you have to make sure first, that Pycharm is aware of your docker. - -Go to *Settings > Build, Execution, Deployment > Docker*. If you are on linux, you can use docker directly using its socket `unix:///var/run/docker.sock`, if you are on Windows or Mac, make sure that you have docker-machine installed, then you can simply *Import credentials from Docker Machine*. - -.. image:: images/1.png - -Configure Remote Python Interpreter ------------------------------------ - -This repository comes with already prepared "Run/Debug Configurations" for docker. - -.. image:: images/2.png - -But as you can see, at the beginning there is something wrong with them. They have red X on django icon, and they cannot be used, without configuring remote python interpreter. To do that, you have to go to *Settings > Build, Execution, Deployment* first. - - -Next, you have to add new remote python interpreter, based on already tested deployment settings. Go to *Settings > Project > Project Interpreter*. Click on the cog icon, and click *Add Remote*. - -.. image:: images/3.png - -Switch to *Docker Compose* and select `local.yml` file from directory of your project, next set *Service name* to `django` - -.. image:: images/4.png - -Having that, click *OK*. Close *Settings* panel, and wait few seconds... - -.. image:: images/7.png - -After few seconds, all *Run/Debug Configurations* should be ready to use. - -.. image:: images/8.png - -**Things you can do with provided configuration**: - -* run and debug python code - -.. image:: images/f1.png - -* run and debug tests - -.. image:: images/f2.png -.. image:: images/f3.png - -* run and debug migrations or different django management commands - -.. image:: images/f4.png - -* and many others.. - -Known issues ------------- - -* Pycharm hangs on "Connecting to Debugger" - -.. image:: images/issue1.png - -This might be fault of your firewall. Take a look on this ticket - https://youtrack.jetbrains.com/issue/PY-18913 - -* Modified files in `.idea` directory - -Most of the files from `.idea/` were added to `.gitignore` with a few exceptions, which were made, to provide "ready to go" configuration. After adding remote interpreter some of these files are altered by PyCharm: - -.. image:: images/issue2.png - -In theory you can remove them from repository, but then, other people will lose a ability to initialize a project from provided configurations as you did. To get rid of this annoying state, you can run command:: - - $ git update-index --assume-unchanged alphabetlearning.iml diff --git a/docs/pycharm/images/1.png b/docs/pycharm/images/1.png Binary files differdeleted file mode 100644 index 06908a1..0000000 --- a/docs/pycharm/images/1.png +++ /dev/null diff --git a/docs/pycharm/images/2.png b/docs/pycharm/images/2.png Binary files differdeleted file mode 100644 index 1fb8cf1..0000000 --- a/docs/pycharm/images/2.png +++ /dev/null diff --git a/docs/pycharm/images/3.png b/docs/pycharm/images/3.png Binary files differdeleted file mode 100644 index 32c9335..0000000 --- a/docs/pycharm/images/3.png +++ /dev/null diff --git a/docs/pycharm/images/4.png b/docs/pycharm/images/4.png Binary files differdeleted file mode 100644 index cf07f9d..0000000 --- a/docs/pycharm/images/4.png +++ /dev/null diff --git a/docs/pycharm/images/7.png b/docs/pycharm/images/7.png Binary files differdeleted file mode 100644 index 4f8807e..0000000 --- a/docs/pycharm/images/7.png +++ /dev/null diff --git a/docs/pycharm/images/8.png b/docs/pycharm/images/8.png Binary files differdeleted file mode 100644 index 05946f2..0000000 --- a/docs/pycharm/images/8.png +++ /dev/null diff --git a/docs/pycharm/images/f1.png b/docs/pycharm/images/f1.png Binary files differdeleted file mode 100644 index 2d8c4b6..0000000 --- a/docs/pycharm/images/f1.png +++ /dev/null diff --git a/docs/pycharm/images/f2.png b/docs/pycharm/images/f2.png Binary files differdeleted file mode 100644 index b123a47..0000000 --- a/docs/pycharm/images/f2.png +++ /dev/null diff --git a/docs/pycharm/images/f3.png b/docs/pycharm/images/f3.png Binary files differdeleted file mode 100644 index 713ab54..0000000 --- a/docs/pycharm/images/f3.png +++ /dev/null diff --git a/docs/pycharm/images/f4.png b/docs/pycharm/images/f4.png Binary files differdeleted file mode 100644 index 11668ec..0000000 --- a/docs/pycharm/images/f4.png +++ /dev/null diff --git a/docs/pycharm/images/issue1.png b/docs/pycharm/images/issue1.png Binary files differdeleted file mode 100644 index 1bb68ee..0000000 --- a/docs/pycharm/images/issue1.png +++ /dev/null diff --git a/docs/pycharm/images/issue2.png b/docs/pycharm/images/issue2.png Binary files differdeleted file mode 100644 index 174f6fd..0000000 --- a/docs/pycharm/images/issue2.png +++ /dev/null |