找到Django包的base.py文件(我使用的是anaconda)

K:\Software\Programmer\Anaconda3\lib\site-packages\django\db\backends\mysql\base.py

在文件中找到下面的代码并注释掉

if version < (1, 3, 13):
    raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you have %s.' % Database.__version__)