uwsgi: unrecognized option '--module=MyProject.wsgi:application'
问题 I followed the instructions in https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/uwsgi/ and it was working fine until a few days ago, when I killed the uwsgi processes and tried to restart again. Then it said uwsgi: unrecognized option '--module=MyProject.wsgi:application' I've been banging my head trying to solve that problem, ... I've checked my commit history and the script I use to start uwsgi hasn't changed : #!/bin/bash # https://docs.djangoproject.com/en/dev/howto/deployment