Setting up Django Module to a Django Project in Intellij IDEA
Answered

I have a django project. how do I remove the red underline of the HttpResponse? It seems the intellij cannot find the django module. how do I setup the module? is there any tutorial which address this? I've caught upon this: https://www.jetbrains.com/help/idea/django-support7.html but it's still unclear to me. I'm on Mac Mojave by the way. Got python 3.7 and django-admin installed on the mac
Please sign in to leave a comment.
Hello,
Do you have any custom modules with names which may cause the conflict?
If not, try File | Invalidate Caches / Restart...
In case the issue remains, create a new test project and see how it goes there.
as it turns out I should mark the
Inherit global site-packagesandMake available to all projectsThank you for responding by the way
it works as expected from now on