help: Document unarchive_stream management command.

- Adds "Unarchiving archived streams" section to "Archive a stream".
- Adds `./manage.py unarchive_stream` to contributor docs.
This commit is contained in:
David Rosa
2023-09-09 15:28:02 -07:00
committed by Tim Abbott
parent d68b27e39a
commit 5a9452f3e6
2 changed files with 15 additions and 0 deletions

View File

@@ -125,6 +125,9 @@ There are dozens of useful management commands under
- `./manage.py export_single_user`: does a limited version of the [main
export tools](export-and-import.md) containing just
the messages accessible by a single user.
- `./manage.py unarchive_stream`:
[Reactivates](https://zulip.com/help/archive-a-stream#unarchiving-archived-streams)
an archived stream.
- `./manage.py reactivate_realm`: Reactivates a realm.
- `./manage.py deactivate_user`: Deactivates a user. This can be done
more easily in Zulip's organization administrator UI.