1 # -*- encoding: utf-8 -*-
5 from project
.conf
import * # NOQA
7 PROJET_TITRE
= "Ressources humaines"
10 SERVER_EMAIL
= 'ne-pas-repondre@auf.org'
11 EMAIL_SUBJECT_PREFIX
= '[auf_rh_dae - %s] ' % socket
.gethostname()
13 ('Équipe ARI-SI', 'developpeurs@ca.auf.org'),
18 TIME_ZONE
= 'America/Montreal'
20 DATE_INPUT_FORMATS
= (
21 '%d-%m-%Y', '%d/%m/%Y', '%d %m %Y',
22 '%d-%m-%y', '%d/%m/%y', '%d %m %y',
25 SESSION_SAVE_EVERY_REQUEST
= True
26 SESSION_EXPIRE_AT_BROWSER_CLOSE
= True
28 SHORT_DATE_FORMAT
= 'd-m-Y'
29 LANGUAGE_CODE
= 'fr-ca'
31 # Absolute path to the directory that holds media.
32 # Example: "/home/media/media.lawrence.com/"
33 MEDIA_ROOT
= os
.path
.join(os
.path
.dirname(__file__
), 'media')
34 PRIVE_MEDIA_ROOT
= os
.path
.join(os
.path
.dirname(__file__
), 'media_prive')
37 os
.path
.join(os
.path
.dirname(__file__
), 'assets'),
41 STATIC_ROOT
= os
.path
.join(os
.path
.dirname(__file__
), 'static')
42 STATIC_URL
= '/static/'
44 # URL that handles the media served from MEDIA_ROOT. Make sure to use a
45 # trailing slash if there is a path component (optional in other cases).
46 # Examples: "http://media.lawrence.com", "http://example.com/media/"
48 PRIVE_MEDIA_URL
= '/prive/'
49 OE_PRIVE_MEDIA_URL
= '/recrutement/prive/'
51 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
53 # Examples: "http://foo.com/media/", "/media/".
54 #ADMIN_MEDIA_PREFIX = '/media/django/'
56 # Don't share this with anybody.
57 SECRET_KEY
= '^2w#%abp_d+e#(7f5w$leef50)c@4y38cnn#ccji@84$2^rt#l'
59 MIDDLEWARE_CLASSES
= (
60 'django.middleware.common.CommonMiddleware',
61 'django.contrib.sessions.middleware.SessionMiddleware',
62 'django.contrib.messages.middleware.MessageMiddleware',
63 'django.contrib.auth.middleware.AuthenticationMiddleware',
64 'django.middleware.doc.XViewMiddleware',
65 'reversion.middleware.RevisionMiddleware',
68 ROOT_URLCONF
= 'project.urls'
72 'auf.django.references',
74 'auf.django.admingroup',
75 'auf.django.workflow',
76 'auf.django.permissions',
79 'admin_tools.theming',
81 'admin_tools.dashboard',
82 'django.contrib.auth',
83 'django.contrib.contenttypes',
84 'django.contrib.messages',
85 'django.contrib.sessions',
86 'django.contrib.admin',
87 'django.contrib.staticfiles',
98 'project.recrutement',
101 TEMPLATE_CONTEXT_PROCESSORS
= (
102 'django.contrib.auth.context_processors.auth',
103 'django.core.context_processors.debug',
104 'django.core.context_processors.i18n',
105 'django.core.context_processors.media',
106 'django.core.context_processors.static',
107 'django.contrib.messages.context_processors.messages',
108 'django.core.context_processors.request',
109 'auf.django.skin.context_processors.auf',
110 'project.context_processors.this_employe',
111 'project.context_processors.user_is_admin',
112 'project.dae.context_processors.user_in_dae_groupes',
113 'project.recrutement.context_processors.user_in_recrutement_groupes',
116 AUTHENTICATION_BACKENDS
= (
117 'auf.django.auth.backends.CascadeBackend',
118 'auf.django.permissions.backends.AuthenticationBackend',
120 LOGIN_URL
= "/connexion"
121 LOGIN_REDIRECT_URL
= "/"
124 os
.path
.join(os
.path
.dirname(__file__
), "templates"),
128 ADMIN_TOOLS_INDEX_DASHBOARD
= 'project.dashboard.CustomIndexDashboard'
129 ADMIN_TOOLS_APP_INDEX_DASHBOARD
= 'project.dashboard.CustomAppIndexDashboard'
130 ADMIN_TOOLS_MENU
= 'project.menu.CustomMenu'
132 AJAX_LOOKUP_CHANNELS
= {
133 'responsables': ('project.dae.catalogues', 'Responsable'),
134 'dossiers': ('project.dae.catalogues', 'Dossier'),
135 'dae_postes': ('project.dae.catalogues', 'Poste'),
136 'pays': ('project.rh.catalogues', 'Pays'),
137 'implantations': ('project.rh.catalogues', 'Implantation'),
138 'typepostes': ('project.rh.catalogues', 'TypePoste'),
139 'postes': ('project.rh.catalogues', 'Poste'),
140 'valeurpoints': ('project.rh.catalogues', 'ValeurPoint'),
141 'employes': ('project.rh.catalogues', 'Employe'),
142 'dossiers': ('project.rh.catalogues', 'Dossier'),
144 AJAX_SELECT_BOOTSTRAP
= True
145 AJAX_SELECT_INLINES
= 'inline'
148 TINYMCE_DEFAULT_CONFIG
= {
151 'theme_advanced_buttons1': (
152 "bold,italic,underline,|,formatselect,|,bullist,numlist,|,undo,redo,|,"
155 'theme_advanced_buttons2': "",
156 'theme_advanced_buttons3': "",
157 'theme_advanced_statusbar_location': "bottom",
158 'theme_advanced_toolbar_align': "left",
159 'theme_advanced_styles': "Titre=titre;Sous-titre=sous-titre;Normal=normal",
162 'theme_advanced_resizing': "true",
163 'custom_undo_redo_levels': 10,
164 'theme_advanced_toolbar_location': 'top',
165 'inline_styles': 'false',
166 'paste_use_dialog': 'false',
167 'paste_auto_cleanup_on_paste': 'true',
168 'paste_convert_headers_to_strong': 'false',
169 'paste_strip_class_attributes': 'all',
170 'paste_remove_spans': 'true',
171 'paste_remove_styles': 'true',
172 'content_css': '/media/css/tinymce.css',
176 SENDFILE_BACKEND
= 'sendfile.backends.simple'
178 QBE_DISPLAY_DATABASES
= False
180 # Il est *très* important de respecter la case.
181 QBE_CUSTOM_MODELS
= {'Rh': {
189 QBE_ALLOWED_FIELDS
= {'Rh': {
191 'nom', 'prenom', 'genre', 'date_naissance', 'situation_familiale',
194 'Poste': ['nom', 'date_debut', 'date_fin'],
196 'statut_residence', 'regime_travail',
197 'regime_travail_nb_heure_semaine', 'date_debut', 'date_fin'
199 'Remuneration': ['montant', 'date_debut', 'date_fin'],
200 'Contrat': ['date_debut', 'date_fin'],