mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo: in not specified
This commit is contained in:
parent
b7c362ac1e
commit
5558de3b35
@ -104,7 +104,7 @@ We also provide integration for both Django and Paster applications.
|
|||||||
Django
|
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::
|
So for a typical Django project, invoking gunicorn would look like::
|
||||||
|
|
||||||
gunicorn myproject.wsgi
|
gunicorn myproject.wsgi
|
||||||
|
|||||||
@ -53,7 +53,7 @@ We also provide integration for both Django and Paster applications.
|
|||||||
Django
|
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::
|
So for a typical Django project, invoking gunicorn would look like::
|
||||||
|
|
||||||
gunicorn myproject.wsgi
|
gunicorn myproject.wsgi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user