请问哪里有问题了?该怎么修正呢
认证0级讲师
supervisord -c /etc/supervisord.conf will be fine
not executable doesn’t mean it’s not executable
Try adding executable permissions
chmod +x manage.py
Use gunicorn to start the Django site. I will update a deployment document in vscoderecipe.rtfd.io later today. I am too busy and haven’t filled in the pit yet
supervisord -c /etc/supervisord.conf will be fine
not executable doesn’t mean it’s not executable
Try adding executable permissions
Use gunicorn to start the Django site. I will update a deployment document in vscoderecipe.rtfd.io later today. I am too busy and haven’t filled in the pit yet