﻿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
24926	text improvement request for deployment guide	JorisBenschop	Yamila	"The current text on deployment ([https://docs.djangoproject.com/en/dev/howto/deployment/]) says:
> Django’s chock-full of shortcuts to make Web developer’s lives easier, but all those tools are of 
> no use if you can’t easily deploy your sites. Since Django’s inception, ease of deployment 
> has been a major goal. There’s a number of good ways to easily deploy Django:
> How to deploy with WSGI
> Deployment checklist

Its a bit strange to state ""a number of good '''ways'''"", and then present the reader with exactly one method. Ideally I'd like to see a suggestion to host multiple sites one one server without weird tricks, but at least it may be good to indicate there is ony a single method recommended to deploy when there is indeed only one method... so maybee like this:

> Django’s chock-full of shortcuts to make Web developer’s lives easier, but all those tools are of 
> no use if you can’t easily deploy your sites. Since Django’s inception, ease of deployment 
> has been a major goal. THe best way to deploy Django is through WSGI:
> How to deploy with WSGI
> Deployment checklist"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
