-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitial_data.json
107 lines (107 loc) · 2.2 KB
/
initial_data.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "www.pCMS.com",
"name": "www.pCMS.com"
}
},
{
"pk": 1,
"model": "flatpages.flatpage",
"fields": {
"registration_required": false,
"title": "Home",
"url": "/",
"template_name": "",
"sites": [
1
],
"content": "<h1>Home</h1>\r\n<p> </p>\r\n<p>This is an example home page</p>",
"enable_comments": false
}
},
{
"pk": 2,
"model": "flatpages.flatpage",
"fields": {
"registration_required": false,
"title": "About this project",
"url": "/pCMS/about/",
"template_name": "",
"sites": [
1
],
"content": "<h1>About</h1>\r\n<p> </p>\r\n<p>This is an example of a page in a menu</p>",
"enable_comments": true
}
},
{
"pk": 3,
"model": "flatpages.flatpage",
"fields": {
"registration_required": true,
"title": "Private page",
"url": "/pCMS/private/",
"template_name": "",
"sites": [
1
],
"content": "<h3>Private</h3>\r\n<p> </p>\r\n<p>This is a private page. Only logged in users have acces to it.</p>",
"enable_comments": false
}
},
{
"pk": 1,
"model": "fpg.flatpage",
"fields": {
"styles": "",
"description": "A very small (pico) Content Management System for django",
"published": true,
"sites": [
1
],
"scripts": "",
"keywords": "pCMS, django, python, Content Management System, CMS"
}
},
{
"pk": 2,
"model": "fpg.flatpage",
"fields": {
"styles": "",
"description": "",
"published": true,
"sites": [
1
],
"scripts": "",
"keywords": ""
}
},
{
"pk": 3,
"model": "fpg.flatpage",
"fields": {
"styles": "",
"description": "",
"published": true,
"sites": [
1
],
"scripts": "",
"keywords": ""
}
},
{
"pk": 1,
"model": "fpg.menu",
"fields": {
"url": "/pCMS/",
"index": 1,
"registration_required": false,
"title": "pCMS"
}
}
]