django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
//For Mysql
sudo apt-get install libmysqlclient-dev
//If you are using MariaDB
sudo apt-get install libmariadbclient-dev
pip install mysqlclient
/*
If you are getting a error like
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
then :
*/
sudo apt-get install python3-dev
//Then
pip install mysqlclient
Also in Shell:
- how to merge git branch to master
- bash generate random number between
- nmcli connect wifi
- use a specific version of node
- wireshark export list of ip addresses
- git config --global http.sslverify "false" This command resolve my problem
- install redis
- run msi on linux
- linux check cpu usage
- find process id of port ubuntu
- how to check upstream git
- install telegram on linux
- ps -aux command in linux
- display folder of path linux bashrc
- install express globally
- command git message
- check vm ram details in linux
- install pyenv
- recover a merged commit git
- ubuntu bluetooth not listed
- how to open mongodb-compass
- php artisan doctrine migrations add all
- build file.go ubuntu
- git push pull asks for login everytime