Skip to content

Commit

Permalink
Update fixture for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
itsadeadh2 committed Jul 14, 2024
1 parent e7902a7 commit 70a6150
Showing 1 changed file with 40 additions and 7 deletions.
47 changes: 40 additions & 7 deletions api/fixtures/user_docker.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,51 @@
[
{
"model": "auth.user",
"model": "api.customuser",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$720000$rUH5xvbphay4BYntTig16g$Yf3f025XKVsrlToRA/LwKxoRcP4LB+3DVqxQy5WLHx4=",
"last_login": "2024-07-13T00:15:00.631Z",
"password": "pbkdf2_sha256$720000$RpTYyOw3qd91VSb2sBbEPv$okVmvnygM4d2mTeaZ1BbJh0YH+BBe1l9YvMtEnTQwFI=",
"last_login": "2024-07-14T20:12:56.446Z",
"is_superuser": true,
"username": "barbosa",
"first_name": "",
"email": "user1@gmail.com",
"first_name": "Best Hangman Player",
"last_name": "",
"email": "admin@admin.com",
"is_active": true,
"is_staff": true,
"date_joined": "2024-07-14T20:07:52.599Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "api.customuser",
"pk": 2,
"fields": {
"password": "pbkdf2_sha256$720000$RpTYyOw3qd91VSb2sBbEPv$okVmvnygM4d2mTeaZ1BbJh0YH+BBe1l9YvMtEnTQwFI=",
"last_login": "2024-07-14T20:12:56.446Z",
"is_superuser": true,
"email": "user2@gmail.com",
"first_name": "Average Hangman Player",
"last_name": "",
"is_active": true,
"is_staff": true,
"date_joined": "2024-07-14T20:07:52.599Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "api.customuser",
"pk": 3,
"fields": {
"password": "pbkdf2_sha256$720000$RpTYyOw3qd91VSb2sBbEPv$okVmvnygM4d2mTeaZ1BbJh0YH+BBe1l9YvMtEnTQwFI=",
"last_login": "2024-07-14T20:12:56.446Z",
"is_superuser": true,
"email": "user3@gmail.com",
"first_name": "Bad Hangman Player",
"last_name": "",
"is_active": true,
"date_joined": "2024-07-12T20:08:08.006Z",
"is_staff": true,
"date_joined": "2024-07-14T20:07:52.599Z",
"groups": [],
"user_permissions": []
}
Expand Down

0 comments on commit 70a6150

Please sign in to comment.