|
1 # -*- coding: utf-8 -*- |
|
2 |
1 from django.conf import settings as base_settings |
3 from django.conf import settings as base_settings |
2 |
4 |
3 DEFAULT_NOTES_SETTINGS = { |
5 DEFAULT_NOTES_SETTINGS = { |
4 'PROTOCOL': { |
6 'PROTOCOL': { |
5 "id": "a4977c1f-4752-4aff-b724-eec4033af25c", |
7 "id": "a4977c1f-4752-4aff-b724-eec4033af25c", |
6 "owner": None, |
8 "owner": None, |
7 "revision": "1", |
9 "version": "1", |
8 "description": "Default protocol", |
10 "description": "Default protocol", |
|
11 "title": "default", |
9 "metacategories": [{ |
12 "metacategories": [{ |
10 "id": "e5712a76-857a-4769-b27e-a3ac3fb38b4d", |
13 "id": "e5712a76-857a-4769-b27e-a3ac3fb38b4d", |
11 "revision": 1, |
14 "version": 1, |
12 "base": None, |
15 "base": None, |
13 "name": "Important", |
16 "title": "Important", |
14 "description": "Important.", |
17 "description": "Important.", |
15 "color": "#F1C40F", |
18 "color": "#F1C40F", |
16 "has_comment": False |
19 "has_comment": False |
17 }, { |
20 }, { |
18 "id": "06aded0d-5393-4eef-bad3-f18930047361", |
21 "id": "06aded0d-5393-4eef-bad3-f18930047361", |
19 "revision": 1, |
22 "version": 1, |
20 "base": None, |
23 "base": None, |
21 "name": "Mot-clé", |
24 "title": "Mot-clé", |
22 "description": "Mot-clé.", |
25 "description": "Mot-clé.", |
23 "color": "#2ECC71", |
26 "color": "#2ECC71", |
24 "has_comment": False |
27 "has_comment": False |
25 }, { |
28 }, { |
26 "id": "908d9190-2b43-4acc-bfc1-ab10d2c45663", |
29 "id": "908d9190-2b43-4acc-bfc1-ab10d2c45663", |
27 "revision": 1, |
30 "version": 1, |
28 "base": None, |
31 "base": None, |
29 "name": "Commentaire", |
32 "title": "Commentaire", |
30 "description": "Commentaire.", |
33 "description": "Commentaire.", |
31 "color": "#3498DB", |
34 "color": "#3498DB", |
32 "has_comment": True |
35 "has_comment": True |
33 }] |
36 }] |
34 } |
37 } |