I have installed Django after activating my virtualenv but still I am getting following error
from django.core.management import execute_from_command_line Import
You should check if django is installed Activate your environment, then run the following command to see which version is installed :
python -c "import django; print(django.get_version())"