Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Seanos
Total activity
5
Last activity
January 27, 2023 22:37
Member since
January 26, 2023 14:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
January 27, 2023 22:37
Antonina Belianskaya Alexander J Ulmer I'm getting the same error: Failed to get real commands on module "djangodocker-master": python process died with code 1: Traceback (most recent call last):...
Community
PyCharm
Cannot run manage.py with remote interpreter
0 votes
Edited
January 27, 2023 11:02
Hi Daniil, This is what I have in my Dockerfile: FROM python:3.11-slim-busterWORKDIR /app# Dependencies, copied first to take advantage of caching.COPY requirements.txt /app/requirements.txtRUN pi...
Community
PyCharm
How to update Docker interpreter when requirements.txt is updated?
0 votes