#24926: text improvement request for deployment guide
--------------------------------------+--------------------
     Reporter:  JorisBenschop         |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  Documentation         |    Version:  master
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  1                     |      UI/UX:  0
--------------------------------------+--------------------
 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

--
Ticket URL: <https://code.djangoproject.com/ticket/24926>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/056.e1658ccd1bb0144a51dd51382d2de4f9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to