aboutsummaryrefslogtreecommitdiff
path: root/stream/fixtures/initial_data.json
blob: 472a6e2dc0c61eb15e2afccccccbc1300f227251 (plain)
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
[
 {
   "pk": 1,
   "model": "stream.service",
   "fields": {
     "name": "SMS",
     "api": "selfposts",
     "cls": "sms",
     "url": "",
     "active": 1,
     "public": 1,
     "display": "content",
     "link": "",
     "etag": "",
     "last_checked": null,
     "last_modified": null,
     "creds": ""
   }
 },
 {
   "pk": 2,
   "model": "stream.service",
   "fields": {
     "name": "Links",
     "api": "selfposts",
     "cls": "links",
     "url": "",
     "active": 1,
     "public": 1,
     "display": "content",
     "link": "",
     "etag": "",
     "last_checked": null,
     "last_modified": null,
     "creds": ""
   }
 }
]

Return to:

Send suggestions and report system problems to the System administrator.