mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-18 13:04:05 +01:00
Update data + README
This commit is contained in:
parent
b730333de3
commit
8008ea9b88
@ -83,6 +83,7 @@ python -m virtualenv .venv
|
||||
|tester2|aa12345678aa|
|
||||
|tester3|aa12345678aa|
|
||||
|tester4|aa12345678aa|
|
||||
|novote |aa12345678aa|
|
||||
|
||||
## Project Documents
|
||||
|
||||
|
||||
@ -180,7 +180,7 @@
|
||||
"model": "polls.vote",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"choice": 4,
|
||||
"choice": 3,
|
||||
"user": 2,
|
||||
"question": 2
|
||||
}
|
||||
@ -238,5 +238,14 @@
|
||||
"user": 3,
|
||||
"question": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "polls.sentimentvote",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"user": 1,
|
||||
"question": 1,
|
||||
"vote_types": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$600000$aDh9a1PXxcXAb8z3YIjAPX$NVH24kt/wMad+0fZcCii738dfojI4vL2ffXOwNRuLz4=",
|
||||
"last_login": "2023-09-12T04:02:42.758Z",
|
||||
"last_login": "2023-09-14T11:36:53.463Z",
|
||||
"is_superuser": true,
|
||||
"username": "admin",
|
||||
"first_name": "",
|
||||
@ -22,7 +22,7 @@
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$600000$quZKLKT8Ec3TQgpdqlCkpX$o+VOOnRDLGf64qjHb239Yvsre74tPkC8hw1qH1un/hk=",
|
||||
"last_login": "2023-09-12T04:22:38.555Z",
|
||||
"last_login": "2023-09-14T13:22:50.921Z",
|
||||
"is_superuser": false,
|
||||
"username": "tester1",
|
||||
"first_name": "",
|
||||
@ -40,7 +40,7 @@
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$600000$1xGp6EDCoaljdTlSdVT1Mn$UID0Woeh8hwW7LtchH+hKzqdKTDeITTxQ/0DGvfG3CY=",
|
||||
"last_login": "2023-09-11T19:57:39.303Z",
|
||||
"last_login": "2023-09-12T07:09:55.381Z",
|
||||
"is_superuser": false,
|
||||
"username": "tester3",
|
||||
"first_name": "",
|
||||
@ -58,7 +58,7 @@
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$600000$fJJcIwAuIESYwZDBOqBv8t$YEDVCgg/xJOqAOiAdvGvvqgi1jgn1YfYHJE9yx2JWTA=",
|
||||
"last_login": "2023-09-11T19:55:41.583Z",
|
||||
"last_login": "2023-09-14T11:23:08.948Z",
|
||||
"is_superuser": false,
|
||||
"username": "tester2",
|
||||
"first_name": "",
|
||||
@ -88,5 +88,41 @@
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.user",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"password": "",
|
||||
"last_login": null,
|
||||
"is_superuser": false,
|
||||
"username": "",
|
||||
"first_name": "",
|
||||
"last_name": "",
|
||||
"email": "",
|
||||
"is_staff": false,
|
||||
"is_active": true,
|
||||
"date_joined": "2023-09-14T11:36:26.831Z",
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.user",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$600000$5rNKsClojvcsBqzrEmAzy5$XpeAUCrzeLG42H+8o4HBVqifKd0cQuWcEhFax/dxS5M=",
|
||||
"last_login": "2023-09-14T11:38:13.888Z",
|
||||
"is_superuser": false,
|
||||
"username": "tester4",
|
||||
"first_name": "",
|
||||
"last_name": "",
|
||||
"email": "",
|
||||
"is_staff": false,
|
||||
"is_active": true,
|
||||
"date_joined": "2023-09-14T11:37:58.740Z",
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user