공부
[Linux] install python mysql
승가비
2020. 7. 28. 22:22
728x90
sudo apt-get install python3-mysqldb
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb
The problem Im facing while trying to connect to database for mysql. I have also given the database settings that i have used. Traceback (most recent call last): File "manage.py", line 10, in <
stackoverflow.com
728x90