Pycharm Shows django as Unresolved Browse

Asked 1 years ago, Updated 1 years ago, 75 views

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.
Enter a description of the image here

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

2022-09-30 19:53

1 Answers

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.


2022-09-30 19:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.