Kaydet (Commit) 83da36eb authored tarafından Daniele Procida's avatar Daniele Procida

restored a missing \ in uwsgi docs

üst d3c2eb10
......@@ -46,7 +46,7 @@ uWSGI supports multiple ways to configure the process. See uWSGI's
Here's an example command to start a uWSGI server::
uwsgi --chdir=/path/to/your/project
uwsgi --chdir=/path/to/your/project \
--module=mysite.wsgi:application \
--env DJANGO_SETTINGS_MODULE=mysite.settings \
--master --pidfile=/tmp/project-master.pid \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment