mirror of
https://github.com/kennethreitz-archive/django-piston-xauth.git
synced 2026-06-20 07:20:59 +00:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
[
|
|
{
|
|
"pk": 2,
|
|
"model": "auth.user",
|
|
"fields": {
|
|
"username": "pistontestuser",
|
|
"first_name": "Piston",
|
|
"last_name": "User",
|
|
"is_active": true,
|
|
"is_superuser": false,
|
|
"is_staff": false,
|
|
"last_login": "2009-08-03 13:11:53",
|
|
"groups": [],
|
|
"user_permissions": [],
|
|
"password": "sha1$b6c1f$83d5879f3854f6e9d27f393e3bcb4b8db05cf671",
|
|
"email": "pistontestuser@example.com",
|
|
"date_joined": "2009-08-03 13:11:53"
|
|
}
|
|
},
|
|
{
|
|
"pk": 3,
|
|
"model": "auth.user",
|
|
"fields": {
|
|
"username": "pistontestconsumer",
|
|
"first_name": "Piston",
|
|
"last_name": "Consumer",
|
|
"is_active": true,
|
|
"is_superuser": false,
|
|
"is_staff": false,
|
|
"last_login": "2009-08-03 13:11:53",
|
|
"groups": [],
|
|
"user_permissions": [],
|
|
"password": "sha1$b6c1f$83d5879f3854f6e9d27f393e3bcb4b8db05cf671",
|
|
"email": "pistontestconsumer@example.com",
|
|
"date_joined": "2009-08-03 13:11:53"
|
|
}
|
|
},
|
|
{
|
|
"pk": 1,
|
|
"model": "sites.site",
|
|
"fields": {
|
|
"domain": "example.com",
|
|
"name": "example.com"
|
|
}
|
|
}
|
|
]
|