Skip to content

Commit

Permalink
change my user's name in fixture to xavier instead of admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Medrano authored and Xavier Medrano committed Dec 12, 2024
1 parent 5bcfc8f commit b13e2d0
Showing 1 changed file with 30 additions and 8 deletions.
38 changes: 30 additions & 8 deletions lametro/fixtures/cms_content.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
"password": "pbkdf2_sha256$260000$NcCaBlSJoz4J6WvLwVpsWR$fwO0cgp1wvzOwvZQwqk4b/2RB6LND0YxhcOWbtC6DdI=",
"last_login": "2024-12-12T14:59:54.870Z",
"is_superuser": true,
"username": "admin",
"first_name": "",
"last_name": "",
"username": "xavier",
"first_name": "xavier",
"last_name": "medrano",
"email": "xavier.medrano@datamade.us",
"is_staff": true,
"is_active": true,
Expand Down Expand Up @@ -58348,7 +58348,7 @@
"pk": 2,
"fields": {
"user": [
"admin"
"xavier"
],
"submitted_notifications": true,
"approved_notifications": true,
Expand Down Expand Up @@ -59550,7 +59550,7 @@
"timestamp": "2024-12-12T15:05:04.000Z",
"uuid": "99095219-8602-4857-9443-95ceb3813989",
"user": [
"admin"
"xavier"
],
"revision": null,
"content_changed": true,
Expand All @@ -59572,7 +59572,7 @@
"timestamp": "2024-12-12T15:06:35.411Z",
"uuid": "819831a2-abe7-42b1-be17-1b04152d96d7",
"user": [
"admin"
"xavier"
],
"revision": null,
"content_changed": true,
Expand All @@ -59594,14 +59594,36 @@
"timestamp": "2024-12-12T15:08:47.211Z",
"uuid": "4259048e-9d1c-40ae-96dc-a62e4c1a7ca1",
"user": [
"admin"
"xavier"
],
"revision": null,
"content_changed": true,
"deleted": false,
"object_id": "6"
}
},
{
"model": "wagtailcore.modellogentry",
"pk": 54,
"fields": {
"content_type": [
"auth",
"user"
],
"label": "xavier",
"action": "wagtail.edit",
"data": {},
"timestamp": "2024-12-12T15:20:00.803Z",
"uuid": "04a442a4-5ceb-45d3-aa29-f77cd490d574",
"user": [
"xavier"
],
"revision": null,
"content_changed": true,
"deleted": false,
"object_id": "2"
}
},
{
"model": "wagtailcore.collection",
"pk": 1,
Expand Down Expand Up @@ -60747,7 +60769,7 @@
"pk": 3,
"fields": {
"user": [
"admin"
"xavier"
],
"page": 3,
"comment_notifications": false
Expand Down

0 comments on commit b13e2d0

Please sign in to comment.