When running migration for a Django application with “python manage.py migrate”, I got the following error … ModuleNotFoundError: No module named ‘MySQLdb’Read more
Python
Serve a Django application using Gunicorn
Create systemd service file vi /usr/lib/systemd/system/backend.service Add [Unit] Description=Gunicorn instance to serve Django Application After=network.target [Service] … Serve a Django application using GunicornRead more