Modify load_sample_data.py to reflect recent changes, moving fields from Person to User model, and create sample data for User model.
After the recent changes, we need to update load_sample_data.py script to adjust the changes. Some of the fields in Person model needs to be move to User model. Additionally, we need to have sample data for User model.
Test agreement empty template