mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #907 from collinanderson/specified
typo: in not specified
This commit is contained in:
commit
4ea86dce40
@ -104,7 +104,7 @@ We also provide integration for both Django and Paster applications.
|
||||
Django
|
||||
++++++
|
||||
|
||||
Gunicorn will look for a WSGI callable named ``application`` in not specified.
|
||||
Gunicorn will look for a WSGI callable named ``application`` if not specified.
|
||||
So for a typical Django project, invoking gunicorn would look like::
|
||||
|
||||
gunicorn myproject.wsgi
|
||||
|
||||
@ -53,7 +53,7 @@ We also provide integration for both Django and Paster applications.
|
||||
Django
|
||||
------
|
||||
|
||||
Gunicorn will look for a WSGI callable named ``application`` in not specified.
|
||||
Gunicorn will look for a WSGI callable named ``application`` if not specified.
|
||||
So for a typical Django project, invoking gunicorn would look like::
|
||||
|
||||
gunicorn myproject.wsgi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user