Add example project
This commit is contained in:
parent
916b08374a
commit
9449481bd4
16 changed files with 525 additions and 0 deletions
46
example/app/fixtures/users.json
Normal file
46
example/app/fixtures/users.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
[
|
||||
{
|
||||
"model": "testapp.user",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$36000$RNuQMJ1hqN0P$GFFyxtTONjkh4IUMifNYrsXs4/SnX5uMnGtRNR2WrFo=",
|
||||
"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",
|
||||
"departement": "",
|
||||
"occupation": "1A",
|
||||
"phone": "",
|
||||
"promo": 2016,
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "testapp.user",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$36000$NFfbdDHHuq0A$auDXrWn6xr+FnsAOW8uq0aa8m2kyUPtgY/QgThMDKF0=",
|
||||
"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",
|
||||
"departement": "",
|
||||
"occupation": "1A",
|
||||
"phone": "",
|
||||
"promo": 2016,
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue