Gunicorn not reloading a Django application

前端 未结 2 999
花落未央
花落未央 2021-02-05 15:36

I\'m getting inconsistent code-reloading behavior, with a Django 1.3 application and gunicorn 0.12.1, running inside a virtualenv.

Gunicorn does not reload my applicatio

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-05 16:02

    Try this:

    $ kill -HUP masterpid
    

    Also, have a look at some of the notes at the bottom of the following post.

提交回复
热议问题