-
Notifications
You must be signed in to change notification settings - Fork 0
/
initial_data.json.readme
50 lines (50 loc) · 1.09 KB
/
initial_data.json.readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"pk": 1,
"model": "oauthclient.oauthserver",
"fields": {
"server_url": "http://127.0.0.1:8085",
"request_token_url": "/oauth/request_token/",
"access_token_url": "/oauth/access_token/",
"authorize_url": "/oauth/authorize/"
}
},
{
"pk": 1,
"model": "oauthclient.consumertoken",
"fields": {
"secret": "Z23yzUGBJzG9gbhdaYXwagtuT9aujKUk",
"identifier": "bisonvert",
"last_modification": "2010-10-18",
"key": "umkTQGUAT5NCwZh592",
"server": 1
}
},
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "127.0.0.1:8095",
"name": "My BisonVert client site"
}
},
{
"pk": 1,
"model": "auth.user",
"fields": {
"username": "bvclientadmin",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": true,
"is_staff": true,
"last_login": "2010-10-28 11:51:09",
"groups": [],
"user_permissions": [],
# dummy password: bvclient
"password": "sha1$33db8$ab637eb73a3ca2584ad3bf586b40c0893328239c",
"email": "[email protected]",
"date_joined": "2010-10-28 11:51:09"
}
}
]