ImportError: No module named psycopg2 in Django


check correctly if you had ON your virtual env of your peoject, if it's OFF then make it ON. execute following cammands:
workon <your_env_name>
python manage.py runserver
It's working for me

Post a Comment

1 Comments

Thanks for comment.