mirror of https://github.com/zulip/zulip.git
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:
parent
310487c868
commit
fb3f6bb68e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue