You are running pycharm locally, referring to a folder on Vagrant (VirtualBox).
If you open a file on pycharm, for example,
from django.conf import settings
I have encountered a problem where a red line is drawn under the settings and "unresolved references" is displayed, and I would like you to tell me how to solve this problem.
Actual Operating System: Windows 10
VirtualBox OS: Ubuntu 16.04
Python: 3.7
Remote Python: 3.5.2
The .box file was used by other development members.
Configuration → Project → Interpreter
If you look at the , Django appears to be installed.
It seems like it only appears on my PC, and other members have seen it, but it hasn't been resolved yet.
python django pycharm
The reason was that the project was opened in a different hierarchy.Sorry for the trouble…
This post was posted as a separate response on the community wiki based on what @asezPierre wrote in the questionnaire.
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
911 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.