mirror of https://github.com/zulip/zulip.git
Rename client-activity to client_activity to match other management commands.
(imported from commit b0b2cd372810923b3c808142f7b7eeef285d132d)
This commit is contained in:
parent
dbd4c187e3
commit
429c41da79
|
@ -13,9 +13,9 @@ class Command(BaseCommand):
|
|||
|
||||
Usage examples:
|
||||
|
||||
python manage.py client-activity
|
||||
python manage.py client-activity zulip.com
|
||||
python manage.py client-activity jesstess@zulip.com"""
|
||||
python manage.py client_activity
|
||||
python manage.py client_activity zulip.com
|
||||
python manage.py client_activity jesstess@zulip.com"""
|
||||
|
||||
def compute_activity(self, user_activity_objects):
|
||||
# Report data from the past week.
|
Loading…
Reference in New Issue