docs: Reword `zulip_path` suggestion.

"declare the path with `zulip_path`" is opaque; be more explicit about
what should be done.
This commit is contained in:
Alex Vandiver 2020-05-18 14:18:05 -07:00 committed by Tim Abbott
parent 310487c868
commit fb3f6bb68e
1 changed files with 4 additions and 4 deletions

View File

@ -193,11 +193,11 @@ Remember to
they are in HTML templates or JavaScript/TypeScript editing the HTML (e.g. error
messages).
### State and logs files
### Paths to state or log files
When writing out state of log files, always declare the path with
`zulip_path` in `zproject/settings.py`, which will do the right thing
in both development and production.
When writing out state or log files, always pass an absolute path
through `zulip_path` (found in `zproject/settings.py`), which will do
the right thing in both development and production.
## JS array/object manipulation