pip install pymysql
Sau đó, chỉnh sửa tệp __init__.py trong dir gốc dự án của bạn (giống như settings.py)
thêm:
import pymysql
pymysql.install_as_MySQLdb()
pip install pymysql
Sau đó, chỉnh sửa tệp __init__.py trong dir gốc dự án của bạn (giống như settings.py)
thêm:
import pymysql
pymysql.install_as_MySQLdb()