| 1 | [{ | 
|---|
| 2 | "model": "auth.permission", | 
|---|
| 3 | "fields": { | 
|---|
| 4 | "name": "Can add log entry", | 
|---|
| 5 | "content_type": ["admin", | 
|---|
| 6 | "logentry"], | 
|---|
| 7 | "codename": "add_logentry" | 
|---|
| 8 | } | 
|---|
| 9 | }, | 
|---|
| 10 | { | 
|---|
| 11 | "model": "auth.permission", | 
|---|
| 12 | "fields": { | 
|---|
| 13 | "name": "Can change log entry", | 
|---|
| 14 | "content_type": ["admin", | 
|---|
| 15 | "logentry"], | 
|---|
| 16 | "codename": "change_logentry" | 
|---|
| 17 | } | 
|---|
| 18 | }, | 
|---|
| 19 | { | 
|---|
| 20 | "model": "auth.permission", | 
|---|
| 21 | "fields": { | 
|---|
| 22 | "name": "Can delete log entry", | 
|---|
| 23 | "content_type": ["admin", | 
|---|
| 24 | "logentry"], | 
|---|
| 25 | "codename": "delete_logentry" | 
|---|
| 26 | } | 
|---|
| 27 | }, | 
|---|
| 28 | { | 
|---|
| 29 | "model": "auth.permission", | 
|---|
| 30 | "fields": { | 
|---|
| 31 | "name": "Can add permission", | 
|---|
| 32 | "content_type": ["auth", | 
|---|
| 33 | "permission"], | 
|---|
| 34 | "codename": "add_permission" | 
|---|
| 35 | } | 
|---|
| 36 | }, | 
|---|
| 37 | { | 
|---|
| 38 | "model": "auth.permission", | 
|---|
| 39 | "fields": { | 
|---|
| 40 | "name": "Can change permission", | 
|---|
| 41 | "content_type": ["auth", | 
|---|
| 42 | "permission"], | 
|---|
| 43 | "codename": "change_permission" | 
|---|
| 44 | } | 
|---|
| 45 | }, | 
|---|
| 46 | { | 
|---|
| 47 | "model": "auth.permission", | 
|---|
| 48 | "fields": { | 
|---|
| 49 | "name": "Can delete permission", | 
|---|
| 50 | "content_type": ["auth", | 
|---|
| 51 | "permission"], | 
|---|
| 52 | "codename": "delete_permission" | 
|---|
| 53 | } | 
|---|
| 54 | }, | 
|---|
| 55 | { | 
|---|
| 56 | "model": "auth.permission", | 
|---|
| 57 | "fields": { | 
|---|
| 58 | "name": "Can add group", | 
|---|
| 59 | "content_type": ["auth", | 
|---|
| 60 | "group"], | 
|---|
| 61 | "codename": "add_group" | 
|---|
| 62 | } | 
|---|
| 63 | }, | 
|---|
| 64 | { | 
|---|
| 65 | "model": "auth.permission", | 
|---|
| 66 | "fields": { | 
|---|
| 67 | "name": "Can change group", | 
|---|
| 68 | "content_type": ["auth", | 
|---|
| 69 | "group"], | 
|---|
| 70 | "codename": "change_group" | 
|---|
| 71 | } | 
|---|
| 72 | }, | 
|---|
| 73 | { | 
|---|
| 74 | "model": "auth.permission", | 
|---|
| 75 | "fields": { | 
|---|
| 76 | "name": "Can delete group", | 
|---|
| 77 | "content_type": ["auth", | 
|---|
| 78 | "group"], | 
|---|
| 79 | "codename": "delete_group" | 
|---|
| 80 | } | 
|---|
| 81 | }, | 
|---|
| 82 | { | 
|---|
| 83 | "model": "auth.permission", | 
|---|
| 84 | "fields": { | 
|---|
| 85 | "name": "Can add user", | 
|---|
| 86 | "content_type": ["auth", | 
|---|
| 87 | "user"], | 
|---|
| 88 | "codename": "add_user" | 
|---|
| 89 | } | 
|---|
| 90 | }, | 
|---|
| 91 | { | 
|---|
| 92 | "model": "auth.permission", | 
|---|
| 93 | "fields": { | 
|---|
| 94 | "name": "Can change user", | 
|---|
| 95 | "content_type": ["auth", | 
|---|
| 96 | "user"], | 
|---|
| 97 | "codename": "change_user" | 
|---|
| 98 | } | 
|---|
| 99 | }, | 
|---|
| 100 | { | 
|---|
| 101 | "model": "auth.permission", | 
|---|
| 102 | "fields": { | 
|---|
| 103 | "name": "Can delete user", | 
|---|
| 104 | "content_type": ["auth", | 
|---|
| 105 | "user"], | 
|---|
| 106 | "codename": "delete_user" | 
|---|
| 107 | } | 
|---|
| 108 | }, | 
|---|
| 109 | { | 
|---|
| 110 | "model": "auth.permission", | 
|---|
| 111 | "fields": { | 
|---|
| 112 | "name": "Can add content type", | 
|---|
| 113 | "content_type": ["contenttypes", | 
|---|
| 114 | "contenttype"], | 
|---|
| 115 | "codename": "add_contenttype" | 
|---|
| 116 | } | 
|---|
| 117 | }, | 
|---|
| 118 | { | 
|---|
| 119 | "model": "auth.permission", | 
|---|
| 120 | "fields": { | 
|---|
| 121 | "name": "Can change content type", | 
|---|
| 122 | "content_type": ["contenttypes", | 
|---|
| 123 | "contenttype"], | 
|---|
| 124 | "codename": "change_contenttype" | 
|---|
| 125 | } | 
|---|
| 126 | }, | 
|---|
| 127 | { | 
|---|
| 128 | "model": "auth.permission", | 
|---|
| 129 | "fields": { | 
|---|
| 130 | "name": "Can delete content type", | 
|---|
| 131 | "content_type": ["contenttypes", | 
|---|
| 132 | "contenttype"], | 
|---|
| 133 | "codename": "delete_contenttype" | 
|---|
| 134 | } | 
|---|
| 135 | }, | 
|---|
| 136 | { | 
|---|
| 137 | "model": "auth.permission", | 
|---|
| 138 | "fields": { | 
|---|
| 139 | "name": "Can add session", | 
|---|
| 140 | "content_type": ["sessions", | 
|---|
| 141 | "session"], | 
|---|
| 142 | "codename": "add_session" | 
|---|
| 143 | } | 
|---|
| 144 | }, | 
|---|
| 145 | { | 
|---|
| 146 | "model": "auth.permission", | 
|---|
| 147 | "fields": { | 
|---|
| 148 | "name": "Can change session", | 
|---|
| 149 | "content_type": ["sessions", | 
|---|
| 150 | "session"], | 
|---|
| 151 | "codename": "change_session" | 
|---|
| 152 | } | 
|---|
| 153 | }, | 
|---|
| 154 | { | 
|---|
| 155 | "model": "auth.permission", | 
|---|
| 156 | "fields": { | 
|---|
| 157 | "name": "Can delete session", | 
|---|
| 158 | "content_type": ["sessions", | 
|---|
| 159 | "session"], | 
|---|
| 160 | "codename": "delete_session" | 
|---|
| 161 | } | 
|---|
| 162 | }, | 
|---|
| 163 | { | 
|---|
| 164 | "model": "auth.permission", | 
|---|
| 165 | "fields": { | 
|---|
| 166 | "name": "Can add base license", | 
|---|
| 167 | "content_type": ["licenses", | 
|---|
| 168 | "baselicense"], | 
|---|
| 169 | "codename": "add_baselicense" | 
|---|
| 170 | } | 
|---|
| 171 | }, | 
|---|
| 172 | { | 
|---|
| 173 | "model": "auth.permission", | 
|---|
| 174 | "fields": { | 
|---|
| 175 | "name": "Can change base license", | 
|---|
| 176 | "content_type": ["licenses", | 
|---|
| 177 | "baselicense"], | 
|---|
| 178 | "codename": "change_baselicense" | 
|---|
| 179 | } | 
|---|
| 180 | }, | 
|---|
| 181 | { | 
|---|
| 182 | "model": "auth.permission", | 
|---|
| 183 | "fields": { | 
|---|
| 184 | "name": "Can delete base license", | 
|---|
| 185 | "content_type": ["licenses", | 
|---|
| 186 | "baselicense"], | 
|---|
| 187 | "codename": "delete_baselicense" | 
|---|
| 188 | } | 
|---|
| 189 | }, | 
|---|
| 190 | { | 
|---|
| 191 | "model": "auth.permission", | 
|---|
| 192 | "fields": { | 
|---|
| 193 | "name": "Can add adobe photoshop license", | 
|---|
| 194 | "content_type": ["licenses", | 
|---|
| 195 | "adobephotoshoplicense"], | 
|---|
| 196 | "codename": "add_adobephotoshoplicense" | 
|---|
| 197 | } | 
|---|
| 198 | }, | 
|---|
| 199 | { | 
|---|
| 200 | "model": "auth.permission", | 
|---|
| 201 | "fields": { | 
|---|
| 202 | "name": "Can change adobe photoshop license", | 
|---|
| 203 | "content_type": ["licenses", | 
|---|
| 204 | "adobephotoshoplicense"], | 
|---|
| 205 | "codename": "change_adobephotoshoplicense" | 
|---|
| 206 | } | 
|---|
| 207 | }, | 
|---|
| 208 | { | 
|---|
| 209 | "model": "auth.permission", | 
|---|
| 210 | "fields": { | 
|---|
| 211 | "name": "Can delete adobe photoshop license", | 
|---|
| 212 | "content_type": ["licenses", | 
|---|
| 213 | "adobephotoshoplicense"], | 
|---|
| 214 | "codename": "delete_adobephotoshoplicense" | 
|---|
| 215 | } | 
|---|
| 216 | }, | 
|---|
| 217 | { | 
|---|
| 218 | "model": "auth.permission", | 
|---|
| 219 | "fields": { | 
|---|
| 220 | "name": "Can add corel draw license", | 
|---|
| 221 | "content_type": ["licenses", | 
|---|
| 222 | "coreldrawlicense"], | 
|---|
| 223 | "codename": "add_coreldrawlicense" | 
|---|
| 224 | } | 
|---|
| 225 | }, | 
|---|
| 226 | { | 
|---|
| 227 | "model": "auth.permission", | 
|---|
| 228 | "fields": { | 
|---|
| 229 | "name": "Can change corel draw license", | 
|---|
| 230 | "content_type": ["licenses", | 
|---|
| 231 | "coreldrawlicense"], | 
|---|
| 232 | "codename": "change_coreldrawlicense" | 
|---|
| 233 | } | 
|---|
| 234 | }, | 
|---|
| 235 | { | 
|---|
| 236 | "model": "auth.permission", | 
|---|
| 237 | "fields": { | 
|---|
| 238 | "name": "Can delete corel draw license", | 
|---|
| 239 | "content_type": ["licenses", | 
|---|
| 240 | "coreldrawlicense"], | 
|---|
| 241 | "codename": "delete_coreldrawlicense" | 
|---|
| 242 | } | 
|---|
| 243 | }, | 
|---|
| 244 | { | 
|---|
| 245 | "model": "auth.user", | 
|---|
| 246 | "fields": { | 
|---|
| 247 | "password": "pbkdf2_sha256$100000$D8QQarhvZm5N$ldEZqalZ6swgLhfelNckPHtpj0F2t7KPzQqEOYAt//o=", | 
|---|
| 248 | "last_login": null, | 
|---|
| 249 | "is_superuser": false, | 
|---|
| 250 | "username": "kal", | 
|---|
| 251 | "first_name": "", | 
|---|
| 252 | "last_name": "", | 
|---|
| 253 | "email": "kal@foobar.com", | 
|---|
| 254 | "is_staff": false, | 
|---|
| 255 | "is_active": true, | 
|---|
| 256 | "date_joined": "2017-12-29T09:56:28.124Z", | 
|---|
| 257 | "groups": [], | 
|---|
| 258 | "user_permissions": [] | 
|---|
| 259 | } | 
|---|
| 260 | }, | 
|---|
| 261 | { | 
|---|
| 262 | "model": "licenses.baselicense", | 
|---|
| 263 | "pk": 1, | 
|---|
| 264 | "fields": { | 
|---|
| 265 | "user": ["kal"] | 
|---|
| 266 | } | 
|---|
| 267 | }, | 
|---|
| 268 | { | 
|---|
| 269 | "model": "licenses.adobephotoshoplicense", | 
|---|
| 270 | "fields": { | 
|---|
| 271 | "license_key": "12345" | 
|---|
| 272 | } | 
|---|
| 273 | }] | 
|---|