-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: unrecognized arguments: --seeder #101
Comments
I have the same issue |
Having this issue as well. |
I am only able to reproduce this error if I pass unknown arguments to the seed management command. It looks like the
To kind of prove this to myself, I did a checkout of the previous version,
Note, however, that if I am using version
Lastly, it looks like the latest version on pypi is |
I'm having an issue where it just ignores my given fields. If I do
my db is populated with the default type argument, and not client. However, if I run in the shell
It populates correctly. I think there's some error in the cli command. I'm using 0.3.1 |
"--seeder" arg not working in management command
this command:
./manage.py seed location --number=10 --seeder "Address.hours" "None"
gives me:
manage.py seed: error: unrecognized arguments: --seeder Address.hours {}
Django==3.2.4
Python 3.8.10
The text was updated successfully, but these errors were encountered: