I am trying to run a django project in pycharm on Ubuntu 20. I have a virtual environment set up in pycharm as so enter image description here
I have clicked on the link saying install package tools. Pycharm just seems to load something but it doesn't let me add any package still.
When I click on edit configuration, it tells me Error: Django is not importable in this environment
.
Going back to the python interpreter page as shown in the image, I see that I cannot even click on the add button to add packages. I have a requirements folder with base.txt
, local.txt
and production.txt
inside of it. I only have ONE interpreter available as well. I am not sure on how to proceed.