-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
So with the latest update to django(1.9.x) when building the dock image will actually break the run command for the supervisor command, specifically
command = /usr/bin/gunicorn_django -b127.0.0.1:8000 -w2 graphite/settings.py
where gunicorn_django has been apparently been depricated and is no longer in use. The solution to use is to link gunicorn directorly with wsig, however I am not versed in python or django and cant get that command to run successfully.
How Do i i fix it?
Metadata
Metadata
Assignees
Labels
No labels