docs: Added reactivate_realm management command.

This commit is contained in:
aryanshridhar
2021-02-23 23:02:38 +05:30
committed by Tim Abbott
parent 42c49e4fb1
commit 5aa1205d23

View File

@@ -124,6 +124,7 @@ There are dozens of useful management commands under
* `./manage.py export_single_user`: does a limited version of the [main
export tools](../production/export-and-import.md) containing just
the messages accessible by a single user.
* `./manage.py reactivate_realm`: Reactivates a realm.
All of our management commands have internal documentation available
via `manage.py command_name --help`.