summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/management-commands.rst
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/doc/source/management-commands.rst')
-rw-r--r--askbot/doc/source/management-commands.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/doc/source/management-commands.rst b/askbot/doc/source/management-commands.rst
index e61004ca..46a10c88 100644
--- a/askbot/doc/source/management-commands.rst
+++ b/askbot/doc/source/management-commands.rst
@@ -45,6 +45,8 @@ The bulk of the management commands fall into this group and will probably be th
+---------------------------------+-------------------------------------------------------------+
| `askbot_clear_moderation_queue` | Clear all items from the moderation queue |
+---------------------------------+-------------------------------------------------------------+
+| `askbot_award_badges` | Awards badges to users (only some badges are supported) |
++---------------------------------+-------------------------------------------------------------+
| `merge_users <from_id> | Merges user accounts and all related data from one user |
| <to_id>` | to another, the "from user" account is deleted. |
+---------------------------------+-------------------------------------------------------------+