Loading docs/howto/deployment/wsgi/gunicorn.txt +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ Running Django in Gunicorn as a generic WSGI application When Gunicorn is installed, a ``gunicorn`` command is available which starts the Gunicorn server process. At its simplest, gunicorn just needs to be called with the location of a file containing a WSGI application object named with the location of a module containing a WSGI application object named `application`. So for a typical Django project, invoking gunicorn would look like:: Loading Loading
docs/howto/deployment/wsgi/gunicorn.txt +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ Running Django in Gunicorn as a generic WSGI application When Gunicorn is installed, a ``gunicorn`` command is available which starts the Gunicorn server process. At its simplest, gunicorn just needs to be called with the location of a file containing a WSGI application object named with the location of a module containing a WSGI application object named `application`. So for a typical Django project, invoking gunicorn would look like:: Loading