I have tried using
pip install mysqlclient and it says
Requirement already satisfied: mysqlclient in c:\program files\python37\lib\site-packages (1.3.12)
I have MySQL installed with the connector as well
but when i try to pip install MySQL-python
It Throws an error. it says Failed building Wheel for MySQL-python... it also throws this exception
try: import MySQLdb as Database except ImportError as err: raise ImproperlyConfigured( 'Error loading MySQLdb module.\n' 'Did you install mysqlclient?' ) from err
When i try to migrate the database, it doesnt migrate because it says mysql is not linked...
pip install C:\inetpub\wwwroot\BugTracker\mysqlclient-1.3.12-cp37-cp37m-win_amd64.whlAnd it said that it already exists. And yes, i use PyCharm, and When i got to the project interpreter, it shows "Django 2.0.5, mysql-connector-python 8.0.11, pip 9.0.1, pytz 2018.4, setuptools 28.8.0