Our projects are usually structured:
/project-name
/src
/django-project-name
etc..
readme.md
requirements.txt
If I open /project-name
instead of /django-project-name
PyCharm underlines my imports saying they can't find and it tries to reference imports as src.django-project-name.app_name.models.Thing
which can't actually be found when you run Django.
How can I get it to work the same as when I mount /djang-project-name
where it gets these things right?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…