Change the database connection information as needed. docker run -d --name mcp-mysql \ -e MYSQL_HOST=localhost \ -e MYSQL_PORT=3306 \ -e MYSQL_USER=root \ -e MYSQL ...
Clone this repo Create a virtualenv and install the requirements Run python manage.py migrate Run gunicorn djangosqlite.wsgi, but the problem also occurs when using python manage.py runserver or ...