Is it necessary to activate the virtual environment? How can we re-enter/re-activate the already existing environment in Django? I shut down my computer and when I reopen the vs code the the '(venv)' mark is not there in the terminal before the locationenter image description here
Also is this the reason why I am getting the error ImportError: cannot import name 'static' from 'django.conf'