-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
20 lines (20 loc) · 976 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Config variables
PORT = '8050'
HOST = '0.0.0.0'
URL_SUBPATH = '/barometre-qualite-signatures-uca/'
PUBLIS_LAST_OBS_DATE = '20220829'
COLORS = {'universite_non_mentionnee': 'grey',
'uca_forme_developpee': '#3288BD',
'uca_sigle': 'rgb(122,230,212)',
'uns': 'rgb(241,225,91)',
'indice_universite_non_mentionnee': 'grey',
'indice_uca_forme_developpee': '#3288BD',
'indice_uca_sigle': 'rgb(122,230,212)',
'indice_uns': 'rgb(241,225,91)'}
COLS = ['universite_non_mentionnee', 'uca_forme_developpee',
'uca_sigle', 'uns']
COLS_CHARTE = ['ca3_autres', 'cas2_uca_sigle','cas1_uca_forme_developpee']
MAPPING_VARIABLE = {'universite_non_mentionnee': "Université Côte d'azur non mentionnée",
'uca_forme_developpee': "Université Côte d'azur forme développée",
'uca_sigle': 'UCA Sigle seul',
'uns': "Université Nice Sophia Antipolis ou UNS"}