Skip to content

Commit

Permalink
Grant more permission to the users (#1296)
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Cortez <om.cortez.2010@gmail.com>
  • Loading branch information
oscarmcm committed Jun 16, 2023
1 parent 5013123 commit ed3daee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testproject/testproject/fixtures/fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"is_staff": true,
"is_active": true,
"date_joined": "2023-01-31T22:25:55Z",
"groups": [],
"groups": [1],
"user_permissions": []
}
},
Expand All @@ -139,15 +139,15 @@
"fields": {
"password": "pbkdf2_sha256$390000$1qTkKmWW2h6zE8lKTDtwYo$2WlKlalmK5iNBa+KZzfDo+hFZWoBhSECf8MtM7BseQQ=",
"last_login": "2023-01-31T22:29:59Z",
"is_superuser": false,
"is_superuser": true,
"username": "admin",
"first_name": "Public",
"last_name": "Test",
"email": "test@django-wiki.org",
"is_staff": false,
"is_staff": true,
"is_active": true,
"date_joined": "2023-01-31T22:18:24Z",
"groups": [],
"groups": [1],
"user_permissions": []
}
},
Expand Down

0 comments on commit ed3daee

Please sign in to comment.