Rename create-stream to create_stream to match other management commands.

(imported from commit 28daad12943ab5eb245d7737934b08f5b29e8f90)
This commit is contained in:
Tim Abbott
2013-10-31 14:56:58 -04:00
parent 5b1e504e13
commit dbd4c187e3

View File

@@ -13,7 +13,7 @@ class Command(BaseCommand):
This should be used for TESTING only, unless you understand the limitations of This should be used for TESTING only, unless you understand the limitations of
the command. the command.
Usage: python manage.py create-stream <domain> <stream name>""" Usage: python manage.py create_stream <domain> <stream name>"""
def handle(self, *args, **options): def handle(self, *args, **options):
if len(args) != 2: if len(args) != 2: