After installing mysqlclient with 'pipenv install mysqlclient' and attempting to runserver I was getting this error:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
After installing mysqlclient with 'pipenv install mysqlclient' and attempting to runserver I was getting this error:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?