Open normaldotcom opened 10 years ago
Hi, I confirm this issue on archlinux
Bert
On archlinux I fixed it with:
sed -i -e '/^command=/d' -e '$a command=/usr/bin/gunicorn-python2 webvirtmgr.wsgi:application' /etc/supervisor.d/webvirtmgr.ini
systemctl restart supervisord
as root of course oh and also you need to have gunicorn-python2 installed
I recently updated to Django 1.7 / gunicorn 19.1.1 and webvirtmgr no longer starts with manage.py. Gunicorn emits an error about the command being depreciated and the server halts.
Is there an alternative startup method I can use with gunicorn 19?