﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27749	Documention change gunicorn deployment	JorisBenschop	nobody	"from [https://docs.djangoproject.com/en/1.10/howto/deployment/wsgi/gunicorn/]
In section ""Running Django in Gunicorn as a generic WSGI application"" there is the suggestion to run
{{{
gunicorn myproject.wsgi
}}}
However, on my server (CentOS7) at least, django-admin does not create a myproject.wsgi, but a wsgi.py. Problem is that you cannot run
{{{
gunicorn wsgi.py
}}}
It will fail with the cryptic ""Reason: Worker failed to boot."". Instead, one must run 
{{{
gunicorn wsgi
}}}
(so without the .py extension)

I have not tested this on other setups, so it could be very specific. Still, would it be possible to make a mention of this behaviour in the django documentation?

Thanks
Joris

"	Cleanup/optimization	closed	Documentation	1.10	Normal	invalid			Unreviewed	0	0	0	0	1	0
