mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #443] gunicorn 19 compatibility #332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @normaldotcom on GitHub (Sep 30, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/443
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?
@BertoX commented on GitHub (Oct 11, 2014):
Hi,
I confirm this issue on archlinux
Bert
@slaxor commented on GitHub (Oct 16, 2014):
On archlinux I fixed it with:
as root of course
oh and also you need to have gunicorn-python2 installed