mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
Update docker_remote_debugging.rst
This commit is contained in:
parent
785aadda40
commit
d445b944ec
|
@ -41,4 +41,15 @@ or you can also use ssh-key::
|
|||
PyCharm
|
||||
^^^^^^^
|
||||
|
||||
This repository comes with already prepared "Run/Debug Configurations" for docker
|
||||
This repository comes with already prepared "Run/Debug Configurations" for docker.
|
||||
|
||||
Even if you tested ssh connection manually, you **have to** do that one more time, through PyCharm, to active "Run/Debug Configurations" for Docker. To do that, please go to *Settings > Build, Execution, Deployment > Deployment > docker_{{ cookiecutter.repo_name }}* and click *Test SFTP connection*:
|
||||
|
||||
You should see:
|
||||
|
||||
**Important note:** if in the future you will somehow lose ability to login to docker container through PyCharm, always start with *Test SFTP Connection*. Very often this solves all issues.
|
||||
|
||||
Configure Remote Python Interpreter based on deployment settings
|
||||
----------------------------------------------------------------
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue
Block a user