Answers for "i already installed django environ but django didn't see import environ"

1

couldn't import django. are you sure it's installed and available on your pythonpath environment variable? did you forget to activate a virtual environment?

pip install django
Posted by: Guest on January-05-2021
1

couldn't import django. are you sure it's installed and available on your pythonpath environment variable? did you forget to activate a virtual environment?

sudo pip3 install virtualenv
Posted by: Guest on January-05-2021

Python Answers by Framework

Browse Popular Code Answers by Language