-
-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Using the following Python and Django
Python 3.4.6
Django 1.10.7
When I run the merge_fixtures command
python manage.py merge_fixtures foo.json bar.json baz.json > all_fixtures.json
It shows the following error message:
usage: manage.py merge_fixtures [-h] [--version] [-v {0,1,2,3}]
[--settings SETTINGS]
[--pythonpath PYTHONPATH] [--traceback]
[--no-color]
manage.py merge_fixtures: error: unrecognized arguments: foo.json bar.json baz.json
I looked into it a little bit and it seems to be unhappy in parsing the command line parameters. I think it is unhappy here:
parser = self.create_parser(argv[0], argv[1])
options = parser.parse_args(argv[2:])
But I am a bit unfamiliar with what is expected here and didn't have time to fully investigate the issue. Do you have a hint where I should be looking?
fjsj and tomasscavnicky
Metadata
Metadata
Assignees
Labels
No labels