Blame view

src/misc/fixtures/initial_fixture.json 12.7 KB
ad85da7c   haribo   Date: 28/06/2016
1
[
03814884   Etienne Pallier   launch majordome ...
2

ad85da7c   haribo   Date: 28/06/2016
3
{
c08615f7   haribo   Debug routine MGR...
4
5
    "model": "common.country",
    "pk": 1,
ad85da7c   haribo   Date: 28/06/2016
6
    "fields": {
c08615f7   haribo   Debug routine MGR...
7
8
9
        "name": "France",
        "desc": "",
        "quota": null
ad85da7c   haribo   Date: 28/06/2016
10
11
    }
},
03814884   Etienne Pallier   launch majordome ...
12

ad85da7c   haribo   Date: 28/06/2016
13
{
c08615f7   haribo   Debug routine MGR...
14
15
    "model": "common.detector",
    "pk": 1,
ad85da7c   haribo   Date: 28/06/2016
16
    "fields": {
c08615f7   haribo   Debug routine MGR...
17
18
19
20
21
22
23
24
25
26
27
28
29
30
        "telescope": 1,
        "status": "",
        "nb_photo_x": null,
        "nb_photo_y": null,
        "photo_size_x": null,
        "photo_size_y": null,
        "has_shutter": false,
        "equivalent_foc_len": "",
        "acq_start": null,
        "acq_stop": null,
        "check_temp": null,
        "gain": null,
        "readout_noise": null,
        "readout_time": null,
abfb02e2   Jeremy   Device Model is n...
31
32
33
        "idcam_readout_mode": null,
        "name": "Cagire",
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
34
35
        "created": "2016-05-13 11:49:49",
        "updated": "2016-05-13 11:49:49",
abfb02e2   Jeremy   Device Model is n...
36
37
        "is_online": false,
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
38
39
40
    }
},
{
c08615f7   haribo   Debug routine MGR...
41
42
    "model": "common.detector",
    "pk": 2,
ad85da7c   haribo   Date: 28/06/2016
43
    "fields": {
c08615f7   haribo   Debug routine MGR...
44
        "telescope": 1,
c08615f7   haribo   Debug routine MGR...
45
46
47
48
49
50
51
52
53
54
55
56
        "nb_photo_x": null,
        "nb_photo_y": null,
        "photo_size_x": null,
        "photo_size_y": null,
        "has_shutter": false,
        "equivalent_foc_len": "",
        "acq_start": null,
        "acq_stop": null,
        "check_temp": null,
        "gain": null,
        "readout_noise": null,
        "readout_time": null,
abfb02e2   Jeremy   Device Model is n...
57
58
        "idcam_readout_mode": null,
        "name": "Visible camera",
c08615f7   haribo   Debug routine MGR...
59
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
60
61
        "created": "2016-05-13 11:50:17",
        "updated": "2016-05-13 11:50:17",
c08615f7   haribo   Debug routine MGR...
62
63
64
        "is_online": false,
        "status": "",
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
65
66
67
    }
},
{
9f3db1a3   Quentin Durand   plc_mode in progr...
68
    "model": "common.plcdevice",
6c2793c2   jeremy   Update
69
70
    "pk": 1,
    "fields": {
9f3db1a3   Quentin Durand   plc_mode in progr...
71
72
73
74
75
76
    "name": "Plc",
    "desc": "",
    "created": "2018-06-18 14:32:00",
    "updated": "2018-06-18 14:32:00",
    "is_online": false,
    "maintenance_date": null
6c2793c2   jeremy   Update
77
78
79
    }
},
{
abfb02e2   Jeremy   Device Model is n...
80
81
    "model": "common.filter",
    "pk": 1,
ad85da7c   haribo   Date: 28/06/2016
82
    "fields": {
abfb02e2   Jeremy   Device Model is n...
83
84
85
        "filter_wheel": 2,
        "category": "",
        "transmission_curve_doc": "",
c08615f7   haribo   Debug routine MGR...
86
87
        "name": "First infrared filter",
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
88
89
        "created": "2016-05-13 11:49:56",
        "updated": "2016-05-13 11:49:56",
c08615f7   haribo   Debug routine MGR...
90
91
92
        "is_online": false,
        "status": "",
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
93
94
95
    }
},
{
abfb02e2   Jeremy   Device Model is n...
96
97
    "model": "common.filter",
    "pk": 2,
ad85da7c   haribo   Date: 28/06/2016
98
    "fields": {
abfb02e2   Jeremy   Device Model is n...
99
100
101
        "filter_wheel": 2,
        "category": "",
        "transmission_curve_doc": "",
c08615f7   haribo   Debug routine MGR...
102
103
        "name": "Second infrared filter",
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
104
105
        "created": "2016-05-13 11:50:07",
        "updated": "2016-05-13 11:50:07",
c08615f7   haribo   Debug routine MGR...
106
107
108
        "is_online": false,
        "status": "",
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
109
110
111
    }
},
{
abfb02e2   Jeremy   Device Model is n...
112
113
    "model": "common.filter",
    "pk": 3,
ad85da7c   haribo   Date: 28/06/2016
114
    "fields": {
abfb02e2   Jeremy   Device Model is n...
115
116
117
118
        "filter_wheel": 2,
        "category": "",
        "transmission_curve_doc": "",
        "name": "First visible filter",
c08615f7   haribo   Debug routine MGR...
119
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
120
121
        "created": "2016-05-13 11:50:02",
        "updated": "2016-05-13 11:50:02",
c08615f7   haribo   Debug routine MGR...
122
123
124
        "is_online": false,
        "status": "",
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
125
126
127
    }
},
{
abfb02e2   Jeremy   Device Model is n...
128
129
    "model": "common.filter",
    "pk": 4,
ad85da7c   haribo   Date: 28/06/2016
130
    "fields": {
abfb02e2   Jeremy   Device Model is n...
131
132
133
134
        "filter_wheel": 2,
        "category": "",
        "transmission_curve_doc": "",
        "name": "Second visible filter",
c08615f7   haribo   Debug routine MGR...
135
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
136
137
        "created": "2016-05-13 11:50:11",
        "updated": "2016-05-13 11:50:11",
c08615f7   haribo   Debug routine MGR...
138
139
140
        "is_online": false,
        "status": "",
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
141
142
143
    }
},
{
abfb02e2   Jeremy   Device Model is n...
144
145
    "model": "common.filterwheel",
    "pk": 1,
ad85da7c   haribo   Date: 28/06/2016
146
    "fields": {
abfb02e2   Jeremy   Device Model is n...
147
        "detector": 1,
c08615f7   haribo   Debug routine MGR...
148
149
        "name": "Cagire FW",
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
150
151
        "created": "2016-06-28 13:28:28",
        "updated": "2016-06-28 13:28:28",
c08615f7   haribo   Debug routine MGR...
152
153
154
        "is_online": false,
        "status": "",
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
155
156
157
    }
},
{
abfb02e2   Jeremy   Device Model is n...
158
159
    "model": "common.filterwheel",
    "pk": 2,
ad85da7c   haribo   Date: 28/06/2016
160
    "fields": {
abfb02e2   Jeremy   Device Model is n...
161
        "detector": 2,
c08615f7   haribo   Debug routine MGR...
162
163
        "name": "Visible Camera FW",
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
164
165
        "created": "2016-06-28 13:28:46",
        "updated": "2016-06-28 13:28:46",
c08615f7   haribo   Debug routine MGR...
166
167
168
        "is_online": false,
        "status": "",
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
169
170
171
    }
},
{
c08615f7   haribo   Debug routine MGR...
172
173
    "model": "common.scientificprogram",
    "pk": 1,
ad85da7c   haribo   Date: 28/06/2016
174
    "fields": {
c08615f7   haribo   Debug routine MGR...
175
176
177
178
179
180
181
        "name": "GRB",
        "desc": "",
        "quota": 9999.0,
        "priority": 0,
        "pyros_users": [
            5
        ]
ad85da7c   haribo   Date: 28/06/2016
182
183
184
    }
},
{
ddf59dd4   haribo   Remaniement :
185
    "model": "common.strategyobs",
ad85da7c   haribo   Date: 28/06/2016
186
187
188
189
    "pk": 1,
    "fields": {
        "name": "strat1",
        "desc": "",
d84050e6   haribo   Date: 20/07/2016
190
191
        "xml_file": "strat1.xml",
        "is_default": false
ad85da7c   haribo   Date: 28/06/2016
192
193
194
    }
},
{
ddf59dd4   haribo   Remaniement :
195
    "model": "common.strategyobs",
ad85da7c   haribo   Date: 28/06/2016
196
197
198
199
    "pk": 2,
    "fields": {
        "name": "strat2",
        "desc": "",
d84050e6   haribo   Date: 20/07/2016
200
201
202
203
204
        "xml_file": "strat2.xml",
        "is_default": false
    }
},
{
ddf59dd4   haribo   Remaniement :
205
    "model": "common.strategyobs",
d84050e6   haribo   Date: 20/07/2016
206
207
208
209
210
    "pk": 3,
    "fields": {
        "name": "strat_unittest",
        "desc": "",
        "xml_file": "strat_unittest.xml",
1cac39f8   haribo   Celery tests are ...
211
        "is_default": true
ad85da7c   haribo   Date: 28/06/2016
212
213
214
    }
},
{
ddf59dd4   haribo   Remaniement :
215
    "model": "common.telescope",
ad85da7c   haribo   Date: 28/06/2016
216
217
    "pk": 1,
    "fields": {
ad85da7c   haribo   Date: 28/06/2016
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
        "mount_type": "",
        "diameter": null,
        "status": "",
        "latitude": null,
        "longitude": null,
        "sens": "",
        "altitude": null,
        "readout_time": null,
        "slew_time": null,
        "slew_dead": null,
        "slew_rate_max": null,
        "horizon_type": "",
        "horizon_def": null,
        "lim_dec_max": null,
        "lim_dec_min": null,
        "lim_ha_rise": null,
        "lim_ha_set": null,
        "address": "",
        "night_elev_sun": null,
abfb02e2   Jeremy   Device Model is n...
237
238
239
        "mpc_code": "",
        "name": "Telescope",
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
240
241
        "created": "2016-05-13 11:50:14",
        "updated": "2016-05-13 11:50:14",
abfb02e2   Jeremy   Device Model is n...
242
243
        "is_online": false,
        "maintenance_date": null
ad85da7c   haribo   Date: 28/06/2016
244
245
246
    }
},
{
ce470283   Jeremy   Plc simulator fin...
247
248
249
250
251
    "model": "common.dome",
    "pk": 1,
    "fields": {
        "name": "Dome",
        "desc": "dome",
cd0149f5   Etienne Pallier   progress made for...
252
253
        "created": "2016-05-13 11:50:14",
        "updated": "2016-05-13 11:50:14",
ce470283   Jeremy   Plc simulator fin...
254
255
256
257
258
259
260
        "is_online": false,
        "status": "",
        "maintenance_date": null,
        "open": false
    }
},
{
ddf59dd4   haribo   Remaniement :
261
    "model": "common.userlevel",
ad85da7c   haribo   Date: 28/06/2016
262
263
264
265
    "pk": 1,
    "fields": {
        "name": "Developer",
        "desc": "",
d3a69adc   theopuhl   Change name to ch...
266
        "priority": 7,
2c61f856   theopuhl   Url change to pat...
267
268
269
270
271
272
273
274
275
        "quota": 9999.0
    }
},
{
    "model": "common.userlevel",
    "pk": 2,
    "fields": {
        "name": "Observer",
        "desc": "",
d3a69adc   theopuhl   Change name to ch...
276
        "priority": 2,
2c61f856   theopuhl   Url change to pat...
277
278
279
280
281
282
283
284
285
        "quota": 9999.0
    }
},
{
    "model": "common.userlevel",
    "pk": 3,
    "fields": {
        "name": "TAC",
        "desc": "",
d3a69adc   theopuhl   Change name to ch...
286
        "priority": 1,
2c61f856   theopuhl   Url change to pat...
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
        "quota": 9999.0
    }
},
{
    "model": "common.userlevel",
    "pk": 4,
    "fields": {
        "name": "IS",
        "desc": "",
        "priority": 3,
        "quota": 9999.0
    }
},
{
    "model": "common.userlevel",
    "pk": 5,
    "fields": {
        "name": "Operator",
        "desc": "",
        "priority": 4,
        "quota": 9999.0
    }
},
{
    "model": "common.userlevel",
d3a69adc   theopuhl   Change name to ch...
312
313
314
315
316
317
318
319
320
321
    "pk": 5,
    "fields": {
        "name": "Super Operator",
        "desc": "",
        "priority": 5,
        "quota": 9999.0
    }
},
{
    "model": "common.userlevel",
2c61f856   theopuhl   Url change to pat...
322
323
324
325
    "pk": 6,
    "fields": {
        "name": "PI",
        "desc": "",
d3a69adc   theopuhl   Change name to ch...
326
        "priority": 6,
2c61f856   theopuhl   Url change to pat...
327
328
329
330
331
332
333
334
335
        "quota": 9999.0
    }
},
{
    "model": "common.userlevel",
    "pk": 7,
    "fields": {
        "name": "SysAdmin",
        "desc": "",
d3a69adc   theopuhl   Change name to ch...
336
        "priority": 7,
ad85da7c   haribo   Date: 28/06/2016
337
338
339
340
        "quota": 9999.0
    }
},
{
ddf59dd4   haribo   Remaniement :
341
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
342
343
344
345
    "pk": 1,
    "fields": {
        "module_name": "Scheduler",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
346
347
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
348
349
350
    }
},
{
ddf59dd4   haribo   Remaniement :
351
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
352
353
354
355
    "pk": 2,
    "fields": {
        "module_name": "Dashboard",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
356
357
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
358
359
360
    }
},
{
ddf59dd4   haribo   Remaniement :
361
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
362
363
364
365
    "pk": 3,
    "fields": {
        "module_name": "Observation Manager",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
366
367
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
368
369
370
    }
},
{
ddf59dd4   haribo   Remaniement :
371
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
372
373
374
375
    "pk": 4,
    "fields": {
        "module_name": "Routine Manager",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
376
377
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
378
379
380
    }
},
{
ddf59dd4   haribo   Remaniement :
381
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
382
383
384
385
    "pk": 5,
    "fields": {
        "module_name": "Alert Manager",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
386
387
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
388
389
390
    }
},
{
ddf59dd4   haribo   Remaniement :
391
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
392
393
394
395
    "pk": 6,
    "fields": {
        "module_name": "Monitoring",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
396
397
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
398
399
400
    }
},
{
ddf59dd4   haribo   Remaniement :
401
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
402
403
404
405
    "pk": 7,
    "fields": {
        "module_name": "User Manager",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
406
407
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
408
409
410
    }
},
{
ddf59dd4   haribo   Remaniement :
411
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
412
413
414
415
    "pk": 8,
    "fields": {
        "module_name": "Analyzer",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
416
417
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
418
419
420
    }
},
{
ddf59dd4   haribo   Remaniement :
421
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
422
423
424
425
    "pk": 9,
    "fields": {
        "module_name": "Majordome",
        "version": "0.1",
cd0149f5   Etienne Pallier   progress made for...
426
427
        "created": "2016-06-23 14:04:48",
        "updated": "2016-06-23 14:04:48"
ad85da7c   haribo   Date: 28/06/2016
428
429
430
    }
},
{
ddf59dd4   haribo   Remaniement :
431
    "model": "common.version",
ad85da7c   haribo   Date: 28/06/2016
432
433
434
435
    "pk": 10,
    "fields": {
        "module_name": "Majordome",
        "version": "0.2",
cd0149f5   Etienne Pallier   progress made for...
436
437
        "created": "2016-06-28 10:50:32",
        "updated": "2016-06-28 10:50:32"
d84050e6   haribo   Date: 20/07/2016
438
439
440
    }
},
{
ddf59dd4   haribo   Remaniement :
441
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
442
443
444
445
    "pk": 11,
    "fields": {
        "module_name": "Majordome",
        "version": "0.1.4",
cd0149f5   Etienne Pallier   progress made for...
446
447
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
448
449
450
    }
},
{
ddf59dd4   haribo   Remaniement :
451
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
452
453
454
455
    "pk": 12,
    "fields": {
        "module_name": "Alert Manager",
        "version": "0.2.3",
cd0149f5   Etienne Pallier   progress made for...
456
457
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
458
459
460
    }
},
{
ddf59dd4   haribo   Remaniement :
461
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
462
463
464
465
    "pk": 13,
    "fields": {
        "module_name": "Dashboard",
        "version": "0.1.1",
cd0149f5   Etienne Pallier   progress made for...
466
467
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
468
469
470
    }
},
{
ddf59dd4   haribo   Remaniement :
471
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
472
473
474
475
    "pk": 14,
    "fields": {
        "module_name": "Observation Manager",
        "version": "0.1.3",
cd0149f5   Etienne Pallier   progress made for...
476
477
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
478
479
480
    }
},
{
ddf59dd4   haribo   Remaniement :
481
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
482
483
484
485
    "pk": 15,
    "fields": {
        "module_name": "Routine Manager",
        "version": "0.1.2",
cd0149f5   Etienne Pallier   progress made for...
486
487
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
488
489
490
    }
},
{
ddf59dd4   haribo   Remaniement :
491
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
492
493
494
495
    "pk": 16,
    "fields": {
        "module_name": "Monitoring",
        "version": "0.1.3",
cd0149f5   Etienne Pallier   progress made for...
496
497
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
498
499
500
    }
},
{
ddf59dd4   haribo   Remaniement :
501
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
502
503
504
505
    "pk": 17,
    "fields": {
        "module_name": "Scheduler",
        "version": "0.1.2",
cd0149f5   Etienne Pallier   progress made for...
506
507
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
508
509
510
    }
},
{
ddf59dd4   haribo   Remaniement :
511
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
512
513
514
515
    "pk": 18,
    "fields": {
        "module_name": "User Manager",
        "version": "0.1.1",
cd0149f5   Etienne Pallier   progress made for...
516
517
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
d84050e6   haribo   Date: 20/07/2016
518
519
520
    }
},
{
ddf59dd4   haribo   Remaniement :
521
    "model": "common.version",
d84050e6   haribo   Date: 20/07/2016
522
523
524
525
    "pk": 19,
    "fields": {
        "module_name": "Analyzer",
        "version": "0.1.2",
cd0149f5   Etienne Pallier   progress made for...
526
527
        "created": "2016-07-20 13:44:29",
        "updated": "2016-07-20 13:44:29"
ad85da7c   haribo   Date: 28/06/2016
528
529
530
    }
},
{
53787d30   Jeremy   Alert now inherit...
531
532
    "model": "common.pyrosuser",
    "pk": 5,
ad85da7c   haribo   Date: 28/06/2016
533
    "fields": {
c08615f7   haribo   Debug routine MGR...
534
        "password": "pbkdf2_sha256$24000$HRial3QUfrlz$bVuEzQaXthOd9GZVXd2449LDEF8EMQure69nA/Hu7qQ=",
cd0149f5   Etienne Pallier   progress made for...
535
        "last_login": "2016-08-10 15:16:42.327",
ad85da7c   haribo   Date: 28/06/2016
536
537
538
539
540
541
542
        "is_superuser": true,
        "username": "pyros",
        "first_name": "",
        "last_name": "",
        "email": "admin@example.com",
        "is_staff": true,
        "is_active": true,
cd0149f5   Etienne Pallier   progress made for...
543
        "date_joined": "2016-08-10 15:15:58.481",
ad85da7c   haribo   Date: 28/06/2016
544
        "groups": [],
53787d30   Jeremy   Alert now inherit...
545
        "user_permissions": [],
ad85da7c   haribo   Date: 28/06/2016
546
547
548
        "country": 1,
        "user_level": 1,
        "desc": "",
cd0149f5   Etienne Pallier   progress made for...
549
550
        "created": "2016-08-11 07:54:05.627",
        "updated": "2016-08-11 07:54:05.627",
ad85da7c   haribo   Date: 28/06/2016
551
552
        "tel": "",
        "address": "",
c08615f7   haribo   Debug routine MGR...
553
        "laboratory": "IRAP",
ad85da7c   haribo   Date: 28/06/2016
554
555
556
557
558
559
        "last_connect": null,
        "cur_connect": null,
        "putvalid_beg": null,
        "putvalid_end": null,
        "acqvalid_beg": "",
        "acqvalid_end": "",
c08615f7   haribo   Debug routine MGR...
560
        "quota": 1000.0,
ad85da7c   haribo   Date: 28/06/2016
561
        "quota_rea": null,
c08615f7   haribo   Debug routine MGR...
562
563
        "u_priority": 1,
        "p_priority": 1,
ad85da7c   haribo   Date: 28/06/2016
564
565
566
        "dir_level": null,
        "can_del_void_req": false
    }
7bea9828   theophile.puhl@epitech.eu   Fix Database
567
},
03814884   Etienne Pallier   launch majordome ...
568

7bea9828   theophile.puhl@epitech.eu   Fix Database
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
{
    "model": "common.config",
    "pk": 1,
    "fields": {
        "id": 1,
        "latitude": 1,
        "local_time_zone": 1,
        "longitude": 1,
        "altitude": 1,
        "horizon_line": 1,
        "row_data_save_frequency": 300,
        "request_frequency": 300,
        "analysed_data_save": 300,
        "telescope_ip_address": "127.0.0.1",
        "camera_ip_address": "127.0.0.1",
        "plc_ip_address": "127.0.0.1",
2c61f856   theopuhl   Url change to pat...
585
        "global_mode": true,
c830a3bc   Quentin Durand   PLC ACK + plc tim...
586
587
        "ack": true,
        "bypass": false,
f3534c59   Etienne Pallier   Simulators web pa...
588
        "plc_timeout_seconds": 10
7bea9828   theophile.puhl@epitech.eu   Fix Database
589
    }
ad85da7c   haribo   Date: 28/06/2016
590
591
}
]