django-allauth-ens/example/app/fixtures/data.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2017-08-03 12:41:30 +02:00
[
{
"model": "auth.user",
2017-08-03 12:41:30 +02:00
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$100000$WDs2nLZ0eIl1$oNqrYphOf0AVRQ8aPIA3g7xM2gI8/c8NJkp2geVT7mc=",
2017-08-03 12:41:30 +02:00
"last_login": null,
"is_superuser": false,
"username": "user",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": false,
"is_active": true,
"date_joined": "2017-07-03T10:10:18.675Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
2017-08-03 12:41:30 +02:00
"pk": 2,
"fields": {
"password": "pbkdf2_sha256$100000$EjBzWe7Ce5Bc$abqTFywweKuMaRux2MMUwcLchcwxmXGduN320oYaV28=",
2017-08-03 12:41:30 +02:00
"last_login": null,
"is_superuser": true,
"username": "root",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": true,
"is_active": true,
"date_joined": "2017-07-03T10:10:36.413Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "sites.Site",
"pk": 1,
"fields": {
"name": "Example Site",
"domain": "localhost"
}
2017-08-03 12:41:30 +02:00
}
]