docs: Add a brief document explaining management commands.

Fixes #1330.
This commit is contained in:
Tim Abbott
2017-07-27 18:00:53 -07:00
parent 26f5f77524
commit 7abcc1b274
3 changed files with 60 additions and 1 deletions

View File

@@ -85,7 +85,8 @@ templating systems.
These are distinguished from scripts, below, by needing to run a
Django context (i.e. with database access).
* `zerver/management/commands/` Management commands one might run at a
* `zerver/management/commands/`
[Management commands](management-commands.html) one might run at a
production deployment site (e.g. scripts to change a value or
deactivate a user properly).