Django Problems and Quick Fixes

Problems:
Getting the following when trying to use MySQLdb in virtualenv’s django:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb
Activate and Run:
. bin/activate
pip install MySQLdb

Leave a Reply

Your email address will not be published. Required fields are marked *