Skip to content

Commit

Permalink
README updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Sep 5, 2019
1 parent 6209743 commit 537d8ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ Let's make ``uwsgicfg.py``. There we configure uWSGI using nice ``PythonSection`
Here we'll define just one configuration section, which
will instruct uWSGI to serve WSGI application (from wsgi.py module)
on http://127.0.0.1:8000
on http://127.0.0.1:8000. We use .bootstrap shortcut method
to construct out configuration section object.
"""
return PythonSection.bootstrap('http://127.0.0.1:8000', wsgi_module='/home/idle/myapp/wsgi.py')
Expand Down

0 comments on commit 537d8ce

Please sign in to comment.