Add Logan and Igor to fixtures

This commit is contained in:
Seamus Johnston 2022-10-13 14:12:15 -05:00
parent 3e4279ace4
commit 7a1b2bbf32
No known key found for this signature in database
GPG key ID: 2F21225985069105

View file

@ -36,5 +36,81 @@
"user": 1,
"display_name": ""
}
},
{
"model": "registrar.user",
"pk": 2,
"fields": {
"password": "",
"last_login": "2022-10-04T16:43:07.738Z",
"is_superuser": true,
"username": "d4c3bd84-dc3a-48bc-a3c3-f53111df2ec6",
"first_name": "Igor",
"last_name": "",
"email": "",
"is_staff": true,
"is_active": true,
"date_joined": "2022-10-04T16:39:30.529Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "registrar.userprofile",
"pk": 2,
"fields": {
"created_at": "2022-10-04T16:39:30.531Z",
"updated_at": "2022-10-04T16:43:07.740Z",
"street1": "",
"street2": "",
"street3": "",
"city": "",
"sp": "",
"pc": "",
"cc": "",
"voice": "",
"fax": "",
"email": "",
"user": 2,
"display_name": ""
}
},
{
"model": "registrar.user",
"pk": 3,
"fields": {
"password": "",
"last_login": "2022-10-13T13:57:52.133Z",
"is_superuser": true,
"username": "ee80bfe0-49ad-456d-8d82-e2b608a66517",
"first_name": "Logan",
"last_name": "",
"email": "",
"is_staff": true,
"is_active": true,
"date_joined": "2022-10-13T13:57:52.124Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "registrar.userprofile",
"pk": 3,
"fields": {
"created_at": "2022-10-04T16:39:30.531Z",
"updated_at": "2022-10-04T16:43:07.740Z",
"street1": "",
"street2": "",
"street3": "",
"city": "",
"sp": "",
"pc": "",
"cc": "",
"voice": "",
"fax": "",
"email": "",
"user": 3,
"display_name": ""
}
}
]