ritstudentgovernment / PawPrints

PawPrints petition application for the RIT community.
https://pawprints.rit.edu
Apache License 2.0
16 stars 13 forks source link

Error generating mock data #164

Closed saintlyzero closed 1 year ago

saintlyzero commented 1 year ago

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

A mismatched argument name seems to be causing the error.