Skip to content

Commit

Permalink
Added a note on embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Sep 9, 2019
1 parent f5a3a49 commit c33fbab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/index_contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ First add ``uwsgify`` into ``INSTALLED_APPS``.
]
uwsgi_run
~~~~~~~~~

Expand Down Expand Up @@ -63,6 +62,10 @@ with the help of ``uwsgicfg.py`` (constructed in a usual for **uwsgiconf** manne
configure_uwsgi(get_configurations)
.. note:: **Embedding.** if you're using **pyuwsgi** having uWSGI and your entire project compiled into a single binary, and your *manage.py* is the entrypoint, use **--embedded** option: ``myproject uwsgi_run --embedded``.



uwsgi_reload
Expand Down Expand Up @@ -133,3 +136,4 @@ to start your Django project on system start.
; Watch application log realtime (if syslog is used)
$ journalctl -fu myapp.service

0 comments on commit c33fbab

Please sign in to comment.