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 l
If you are using pyhton version 3.4 or above. you have to install
sudo apt-get install python3-dev libmysqlclient-dev
in terminal. then install pip install mysqlclient on your virtual env or where you installed pip.
pip install mysqlclient