Tuesday, March 30, 2021

ModuleNotFoundError: No module named 'psycopg2' - django

 


Solution:



Create Virtual Envinronment in Django Using pipenv

 First thing first install pipenv using this command:
pip install pipenv

then execute this:
pipenv shell


Donee... haha... cool :D