I just started to create a new project with Django.
I have installed MySql and MySql client for Python. But this error happens when I try to run the server.
sudo apt-get update
sudo apt-get install mysql-server
sudo apt-get install python-mysqldb
ModuleNotFoundError: No module named 'MySQLdb'
........
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
Did you install mysqlclient?``