Generating mock data fails while executing docker exec -it pawprints_web_1 python manage.py mockdata
Traceback
Generating django User objects
Failed to generate 250 users
create_userprofile() missing 1 required positional argument: ''
Updating profile data
Traceback (most recent call last):
File "/PawPrints/petitions/management/commands/mockdata.py", line 209, in set_profile_data
for user in users:
TypeError: 'NoneType' object is not iterable
Generating mock data fails while executing
docker exec -it pawprints_web_1 python manage.py mockdata
Traceback
A mismatched argument name seems to be causing the error.