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.dae.context_processors.user_in_dae_groupes',
113 AUTHENTICATION_BACKENDS
= (
114 'auf.django.auth.backends.CascadeBackend',
115 'auf.django.permissions.backends.AuthenticationBackend',
117 LOGIN_URL
= "/connexion"
118 LOGIN_REDIRECT_URL
= "/"
121 os
.path
.join(os
.path
.dirname(__file__
), "templates"),
125 ADMIN_TOOLS_INDEX_DASHBOARD
= 'project.dashboard.CustomIndexDashboard'
126 ADMIN_TOOLS_APP_INDEX_DASHBOARD
= 'project.dashboard.CustomAppIndexDashboard'
127 ADMIN_TOOLS_MENU
= 'project.menu.CustomMenu'
129 AJAX_LOOKUP_CHANNELS
= {
130 'responsables': ('project.dae.catalogues', 'Responsable'),
131 'dossiers': ('project.dae.catalogues', 'Dossier'),
132 'dae_postes': ('project.dae.catalogues', 'Poste'),
133 'pays': ('project.rh.catalogues', 'Pays'),
134 'implantations': ('project.rh.catalogues', 'Implantation'),
135 'typepostes': ('project.rh.catalogues', 'TypePoste'),
136 'postes': ('project.rh.catalogues', 'Poste'),
137 'valeurpoints': ('project.rh.catalogues', 'ValeurPoint'),
138 'employes': ('project.rh.catalogues', 'Employe'),
139 'dossiers': ('project.rh.catalogues', 'Dossier'),
141 AJAX_SELECT_INLINES
= 'inline'
144 TINYMCE_DEFAULT_CONFIG
= {
147 'theme_advanced_buttons1': (
148 "bold,italic,underline,|,formatselect,|,bullist,numlist,|,undo,redo,|,"
151 'theme_advanced_buttons2': "",
152 'theme_advanced_buttons3': "",
153 'theme_advanced_statusbar_location': "bottom",
154 'theme_advanced_toolbar_align': "left",
155 'theme_advanced_styles': "Titre=titre;Sous-titre=sous-titre;Normal=normal",
158 'theme_advanced_resizing': "true",
159 'custom_undo_redo_levels': 10,
160 'theme_advanced_toolbar_location': 'top',
161 'inline_styles': 'false',
162 'paste_use_dialog': 'false',
163 'paste_auto_cleanup_on_paste': 'true',
164 'paste_convert_headers_to_strong': 'false',
165 'paste_strip_class_attributes': 'all',
166 'paste_remove_spans': 'true',
167 'paste_remove_styles': 'true',
168 'content_css': '/media/css/tinymce.css',
172 SENDFILE_BACKEND
= 'sendfile.backends.simple'
174 QBE_DISPLAY_DATABASES
= False
176 # Il est *très* important de respecter la case.
177 QBE_CUSTOM_MODELS
= {'Rh': {
185 QBE_ALLOWED_FIELDS
= {'Rh': {
187 'nom', 'prenom', 'genre', 'date_naissance', 'situation_familiale',
190 'Poste': ['nom', 'date_debut', 'date_fin'],
192 'statut_residence', 'regime_travail',
193 'regime_travail_nb_heure_semaine', 'date_debut', 'date_fin'
195 'Remuneration': ['montant', 'date_debut', 'date_fin'],
196 'Contrat': ['date_debut', 'date_fin'],
199 SOUTH_TESTS_MIGRATE
= False