~linuxgoose/bocpress

ref: 244924e12944adc844b3b7b76cb3340b97d5add4 bocpress/main/fixtures/dev-data.json -rw-r--r-- 3.8 KiB
244924e1Jordan Robinson fix allow tags input on post form to be blank 2 months ago
                                                                                
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[
  {
    "model": "main.user",
    "pk": 1,
    "fields": {
      "password": "pbkdf2_sha256$320000$ENkWsLlFC6V66zsGNR77xv$vmVnKNC8YN1poxLB5JfhhVvFtXeGmWklXq0Xnig0eA4=",
      "last_login": "2022-04-02T23:01:17.859",
      "is_superuser": true,
      "first_name": "",
      "last_name": "",
      "is_staff": true,
      "is_active": true,
      "date_joined": "2022-04-02T22:57:11",
      "username": "admin",
      "email": "",
      "about": "",
      "blog_title": "admin dev blog",
      "blog_byline": "stuff",
      "footer_note": "[Public domain](/license). Powered by [mataroa.blog](https://mataroa.blog/).",
      "theme_zialucia": false,
      "redirect_domain": null,
      "custom_domain": null,
      "comments_on": false,
      "notifications_on": true,
      "mail_export_on": true,
      "export_unsubscribe_key": "97a97638-a14a-451d-9bca-43a33455ec38",
      "webring_name": "hackers webring",
      "webring_url": null,
      "webring_prev_url": null,
      "webring_next_url": null,
      "stripe_customer_id": null,
      "monero_address": null,
      "is_premium": false,
      "is_grandfathered": false,
      "groups": [],
      "user_permissions": []
    }
  },
  {
    "model": "main.post",
    "pk": 1,
    "fields": {
      "title": "Hello world!",
      "slug": "hello-world",
      "body": "Hi there!\n\nHow are you?",
      "owner": 1,
      "created_at": "2022-04-02T22:57:16.104",
      "updated_at": "2022-04-02T22:57:16.104",
      "published_at": "2022-04-02"
    }
  },
  {
    "model": "main.post",
    "pk": 2,
    "fields": {
      "title": "Hi again",
      "slug": "hi-again",
      "body": "There are things that are within our power, and things that fall outside our power. Within our power are our own opinions, aims, desires, dislikes—in sum, our own thoughts and actions. Outside our power are our physical characteristics, the class into which we were born, our reputation in the eyes of others, and honors and offices that may be bestowed on us.",
      "owner": 1,
      "created_at": "2022-04-02T22:57:16.106",
      "updated_at": "2022-04-02T22:57:16.106",
      "published_at": "2022-04-02"
    }
  },
  {
    "model": "main.post",
    "pk": 3,
    "fields": {
      "title": "I am draft",
      "slug": "i-am-draft",
      "body": "As in I am Groot.",
      "owner": 1,
      "created_at": "2022-04-02T22:57:16.106",
      "updated_at": "2022-04-02T22:57:16.106",
      "published_at": "2022-04-02"
    }
  },
  {
    "model": "main.page",
    "pk": 1,
    "fields": {
      "title": "License",
      "slug": "licence",
      "body": "MIT",
      "owner": 1,
      "created_at": "2022-04-02T22:57:16.107",
      "updated_at": "2022-04-02T22:57:16.107",
      "is_hidden": false
    }
  },
  {
    "model": "main.notification",
    "pk": 1,
    "fields": {
      "blog_user": 1,
      "email": "admin@example.com",
      "unsubscribe_key": "cd2c35a5-7a37-4f85-852e-3f68572330e2",
      "is_active": true
    }
  },
  {
    "model": "main.notification",
    "pk": 2,
    "fields": {
      "blog_user": 1,
      "email": "admin+mataroa@example.com",
      "unsubscribe_key": "e8ccfa9f-25b0-4c2f-b2c0-11449c1c0cd2",
      "is_active": true
    }
  },
  {
    "model": "main.notificationrecord",
    "pk": 1,
    "fields": {
      "notification": 1,
      "post": 1,
      "sent_at": "2022-04-02T22:57:16.108"
    }
  },
  {
    "model": "main.notificationrecord",
    "pk": 2,
    "fields": {
      "notification": 2,
      "post": 1,
      "sent_at": "2022-04-02T22:57:16.109"
    }
  },
  {
    "model": "main.notificationrecord",
    "pk": 3,
    "fields": {
      "notification": 1,
      "post": 2,
      "sent_at": "2022-04-02T22:57:16.109"
    }
  },
  {
    "model": "main.notificationrecord",
    "pk": 4,
    "fields": {
      "notification": 2,
      "post": 2,
      "sent_at": "2022-04-02T22:57:16.110"
    }
  }
]