diff --git a/djmoney_rates/management/commands/update_rates.py b/djmoney_rates/management/commands/update_rates.py index c69d58d..311e239 100644 --- a/djmoney_rates/management/commands/update_rates.py +++ b/djmoney_rates/management/commands/update_rates.py @@ -9,7 +9,7 @@ class Command(BaseCommand): help = 'Update rates for configured source' def add_arguments(self, parser): - parser.add_argument('backend_path') + parser.add_argument('backend_path', nargs='?') def handle(self, *args, **options): if 'backend_path' in options and options['backend_path']: