Skip to content
Snippets Groups Projects
Commit 4b5a38c6 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

updated error message.

parent 80ddae9c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class Command(BaseCommand):
start_date = args[1]
status = args[2]
else:
raise CommandError('you must provide the show_id date')
raise CommandError('you must provide the show_id, start_date, status')
try:
show = Show.objects.get(id=show_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment