Joined October 2013
·
Posted to
Setting Supervisor to *really* stop Django runserver
over 1 year
ago
hi all i have the same problem, where i add --noreload??
this is my config file:
[program:xxx]
command=path/.virtualenvs/dev_env/bin/python2.7 mypath/xxx/manage.py runserver 0.0.0.0:8082
directory=mypath/Proxy/xxx
stdoutlogfile=mypath/logs/xxxoutput.log
redirect_stderr=true
autostart=false
autorestart=false
priority=991
stopsignal=KILL
killasgroup=true
stopasgroup=true
thanks for your reponse i fix my prob :
in command line i add --noreload option :
manage.py runserver 0.0.0.0:8082 directory=mypath/Proxy/xxx --noreload