Skip to content

Commit 54c34a3

Browse files
zwarediegorusso
authored andcommitted
Add initial data
1 parent 49131a2 commit 54c34a3

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

speed_python/initial_data.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[
2+
{
3+
"pk": 1,
4+
"model": "codespeed.project",
5+
"fields": {
6+
"repo_type": "M",
7+
"name": "CPython",
8+
"commit_browsing_url": "https://hg.python.org/lookup/{commitid}",
9+
"repo_user": "",
10+
"track": true,
11+
"repo_pass": "",
12+
"repo_path": "https://hg.python.org/cpython"
13+
}
14+
},
15+
{
16+
"pk": 1,
17+
"model": "codespeed.environment",
18+
"fields": {
19+
"kernel": "Linux 3.13.0-39-generic x86_64",
20+
"memory": "4x 4GB (1x4GB) Dual Rank x4 PC3-10600 (DDR3-1333) Registered CAS-9 Memory Kit",
21+
"os": "Ubuntu 14.04.3 LTS",
22+
"name": "speed-python",
23+
"cpu": "2 HP DL380 G7 Intel® Xeon® X5680 (3.33GHz/6-core/130W/12MB) FIO Processor Kit"
24+
}
25+
},
26+
{
27+
"pk": 1,
28+
"model": "auth.user",
29+
"fields": {
30+
"username": "zware",
31+
"first_name": "",
32+
"last_name": "",
33+
"is_active": true,
34+
"is_superuser": true,
35+
"is_staff": true,
36+
"last_login": "2015-09-22T15:14:04.833",
37+
"groups": [],
38+
"user_permissions": [],
39+
"password": "pbkdf2_sha256$12000$cLV6CawDMHc9$Mk13cLf8vTLkub/TwJMuY3D56OYQ4FXweEAqO7Dd3Rw=",
40+
"email": "zachary.ware@gmail.com",
41+
"date_joined": "2015-09-22T15:14:04.833"
42+
}
43+
}
44+
]

0 commit comments

Comments
 (0)