"C:\Program Files\JetBrains\PyCharm 2018.3.3\bin\runnerw64.exe" D:\Envs\django\Scripts\python.exe D:/mysite/manage.py runserver 127.0.0.1:8000
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x03A0FAE0>
Traceback (most recent call last):
File "D:\Envs\django\lib\site-packages\django\db\backends\mysql\base.py", line 15,in<module>import MySQLdb as Database
ModuleNotFoundError: No module named 'MySQLdb'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\Envs\django\lib\site-packages\django\utils\autoreload.py", line 225,in wrapper
fn(*args,**kwargs)
File "D:\Envs\django\lib\site-packages\django\core\management\commands\runserver.py", line 109,in inner_run
autoreload.raise_last_exception()
File "D:\Envs\django\lib\site-packages\django\utils\autoreload.py", line 248