Skip to content

Commit

Permalink
Remove 4th class and add 2nd indy
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Feb 28, 2024
1 parent 913c825 commit e922b96
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 14 deletions.
36 changes: 32 additions & 4 deletions codeforlife/user/fixtures/independent.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"pk": 28,
"fields": {
"first_name": "Indy",
"last_name": "Man",
"username": "indy@man.com",
"email": "indy@man.com",
"last_name": "Requester",
"username": "indy.requester@email.com",
"email": "indy.requester@email.com",
"password": "pbkdf2_sha256$720000$Jp50WPBA6WZImUIpj3UcVm$OJWB8+UoW5lLaUkHLYo0cKgMkyRI6qnqVOWxYEsi9T0="
}
},
Expand All @@ -23,7 +23,35 @@
"pk": 18,
"fields": {
"user": 28,
"new_user": 28
"new_user": 28,
"pending_class_request": 6
}
},
{
"model": "auth.user",
"pk": 30,
"fields": {
"first_name": "Indy",
"last_name": "NoRequest",
"username": "[email protected]",
"email": "[email protected]",
"password": "pbkdf2_sha256$720000$Jp50WPBA6WZImUIpj3UcVm$OJWB8+UoW5lLaUkHLYo0cKgMkyRI6qnqVOWxYEsi9T0="
}
},
{
"model": "common.userprofile",
"pk": 30,
"fields": {
"user": 30,
"is_verified": true
}
},
{
"model": "common.student",
"pk": 20,
"fields": {
"user": 30,
"new_user": 30
}
}
]
10 changes: 0 additions & 10 deletions codeforlife/user/fixtures/school_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,5 @@
"teacher": 7,
"accept_requests_until": "2023-02-09 20:26:08.298402+00:00"
}
},
{
"model": "common.class",
"pk": 11,
"fields": {
"name": "Class 4 @ School 1",
"access_code": "ZZ444",
"teacher": 7,
"accept_requests_until": "9999-02-09 20:26:08.298402+00:00"
}
}
]

0 comments on commit e922b96

Please sign in to comment.