Skip to content

Commit

Permalink
Improve fixtures (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfosterw authored Mar 10, 2024
1 parent a63023e commit 37a9398
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
19 changes: 0 additions & 19 deletions democrasite/users/fixtures/initial_user.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,38 @@
[
{
"model": "users.user",
"pk": 1,
"fields": {
"password": "!QOegZX0EFLTPMUheUJaZHT2iBlDjTUVteO1ERFoL",
"last_login": null,
"is_superuser": false,
"username": "test",
"email": "",
"is_staff": false,
"is_active": true,
"date_joined": "2024-03-01T20:54:23.655Z",
"name": "",
"groups": [],
"user_permissions": []
}
},
{
"model": "webiscite.vote",
"pk": 1,
"fields": {
"bill": 1,
"user": 1,
"support": true,
"support": false,
"created": "2024-02-14T01:17:31.346Z"
}
},
{
"model": "webiscite.vote",
"pk": 2,
"fields": {
"bill": 2,
"bill": 3,
"user": 1,
"support": false,
"support": true,
"created": "2024-02-14T01:26:18.533Z"
}
},
Expand Down

0 comments on commit 37a9398

Please sign in to comment.