mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
docs/development/using: Small wording change.
An attempt to make the point about Django/Tornado server processes auto-restarting less wordy.
This commit is contained in:
@@ -12,12 +12,11 @@ encounters.
|
|||||||
|
|
||||||
Here's what you need to do to see your changes take effect:
|
Here's what you need to do to see your changes take effect:
|
||||||
|
|
||||||
* If you change Python code used by the main Django/Tornado server
|
* The main Django/Tornado server processes are run on top of Django's
|
||||||
processes, these services are run on top of Django's [manage.py
|
[manage.py runserver][django-runserver], which will automatically
|
||||||
runserver][django-runserver] which will automatically restart the
|
restart them when you save changes to Python code they use. You can
|
||||||
Zulip Django and Tornado servers whenever you save changes to Python
|
watch this happen in the `run-dev.py` console to make sure the backend
|
||||||
code. You can watch this happen in the `run-dev.py` console to make
|
has reloaded.
|
||||||
sure the backend has reloaded.
|
|
||||||
|
|
||||||
* The Python queue workers will also automatically restart when you
|
* The Python queue workers will also automatically restart when you
|
||||||
save changes. However, you may need to ctrl-C and then restart
|
save changes. However, you may need to ctrl-C and then restart
|
||||||
|
Reference in New Issue
Block a user