Why can't I start my gunicorn server? “Connection in use”

后端 未结 5 833
自闭症患者
自闭症患者 2021-02-07 08:01

Any ideas why my gunicorn server won\'t start?

jeffy@originaldjangster:~$ sudo /home/jeffy/django_files/django_test_venv/bin/gunicorn -c /home/jeffy/django_files         


        
5条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-07 08:27

    I have gotten used to run killall gunicorn before (re)starting Gunicorn in my local development environment.

提交回复
热议问题