2023-08-22 21:59:08 -06:00

46 lines
1.5 KiB
JSON

[{
"model": "accounts.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$320000$VLksxVkUXOtoAEthHFi6DB$xj+81uh6NwPfZFP+7agf2UAJQZN89j5Wt38gUXeJ3z0=",
"last_login": "2022-05-03T23:58:18.358Z",
"is_superuser": true,
"username": "nathanchapman",
"first_name": "Nathan",
"last_name": "Chapman",
"email": "contact@nathanjchapman.com",
"is_staff": true,
"is_active": true,
"date_joined": "2022-04-28T01:24:47.591Z",
"shipping_street_address_1": "1504 N 230 E",
"shipping_street_address_2": "",
"shipping_city": "North Logan",
"shipping_state": "UT",
"shipping_postal_code": "84341",
"groups": [],
"user_permissions": []
}
}, {
"model": "accounts.user",
"pk": 2,
"fields": {
"password": "pbkdf2_sha256$320000$L6WDkOMJwmkjR9OVsXfsIj$otr4goV5Tz5Hy5l24UkSYcH0L9Y5hDD89GKYD6LGcZo=",
"last_login": null,
"is_superuser": false,
"username": "johndoe",
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"is_staff": false,
"is_active": true,
"date_joined": "2022-05-04T00:00:11Z",
"shipping_street_address_1": "90415 Pollich Skyway",
"shipping_street_address_2": "",
"shipping_city": "Jaskolskiburgh",
"shipping_state": "MS",
"shipping_postal_code": "32715",
"groups": [],
"user_permissions": []
}
}]