diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-02-03 17:51:14 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-02-03 17:51:14 +0000 |
| commit | 442ab475c86323b407b10e048f3d319280fb690b (patch) | |
| tree | 7aefd0cb63fd96bde1e89d1472b36b785fbfd6f8 /docs/howto/deployment/wsgi/modwsgi.txt | |
| parent | ead8a869ce9b23cf1fc704efb0903d3e4905fb4b (diff) | |
Edited deployment doc changes from [17338]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/deployment/wsgi/modwsgi.txt')
| -rw-r--r-- | docs/howto/deployment/wsgi/modwsgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index d87d7d305b..1aa4009697 100644 --- a/docs/howto/deployment/wsgi/modwsgi.txt +++ b/docs/howto/deployment/wsgi/modwsgi.txt @@ -162,7 +162,7 @@ Django distribution. We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle the admin files (along with a Web server as outlined in the previous section; this means using the :djadmin:`collectstatic` management command to collect the -static files in :setting:`STATIC_ROOT`, and then configuring your webserver to +static files in :setting:`STATIC_ROOT`, and then configuring your Web server to serve :setting:`STATIC_ROOT` at :setting:`STATIC_URL`), but here are three other approaches: |
