diff options
| author | eltronix <lt.eltronix@gmail.com> | 2016-04-27 17:20:18 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-27 10:20:18 -0400 |
| commit | c6b83db29936aa7ca60336bbb4685e17c96a8b63 (patch) | |
| tree | 7a52880d5132a7ae0769e03fb2d818f042220d91 /docs | |
| parent | c11219833253d42d72f4a48a6c9e3a4944c27391 (diff) | |
Fixed typo in docs/howto/deployment/wsgi/index.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/index.txt b/docs/howto/deployment/wsgi/index.txt index 2579df0c6a..214ebc54a4 100644 --- a/docs/howto/deployment/wsgi/index.txt +++ b/docs/howto/deployment/wsgi/index.txt @@ -37,7 +37,7 @@ deployments. WSGI servers obtain the path to the ``application`` callable from their configuration. Django's built-in server, namely the :djadmin:`runserver` -command, read it from the :setting:`WSGI_APPLICATION` setting. By default, it's +command, reads it from the :setting:`WSGI_APPLICATION` setting. By default, it's set to ``<project_name>.wsgi.application``, which points to the ``application`` callable in :file:`<project_name>/wsgi.py`. |
