How to specify ignored and watched paths? #200
Answered
by
dkrystki
austin-agronick
asked this question in
Q&A
-
The documentation on "Specifying Reloadable Files" mentions a RELOADIUMPATH variable which does not seem to work when added to my Pycharm Django Run Configuration environment variables section. Is there a way this can be specified in the base config? The pip package seems to only include binaries so we can't even see what BaseConfig is. Is there documentation elsewhere that I'm not seeing? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
dkrystki
Aug 17, 2024
Replies: 1 comment 1 reply
-
If you use PyCharm plugin, reloadable and ignored paths can be defined in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
austin-agronick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use PyCharm plugin, reloadable and ignored paths can be defined in
Project Settings
section.