$ sudo supervisorctl status
guni:gunicorn FATAL Exited too quickly (process log may have details)
Process log details in short:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
Did you install mysqlclient?
import MySQLdb as Database
ModuleNotFoundError: No module named 'MySQLdb'
The above exception was the direct cause of the following exception:
all the packages are installed with their latest versions bit still I am getting these above errors after running sudo supervisorctl status
output gumi:gunicorn: ERROR (spawn error)
Any idea what I am missing?