projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
337c42e
)
Définition des modèles pour QBE
author
PA Parent
<paparent@paparent.me>
Wed, 9 May 2012 21:04:37 +0000
(17:04 -0400)
committer
PA Parent
<paparent@paparent.me>
Wed, 9 May 2012 21:04:37 +0000
(17:04 -0400)
project/settings.py
patch
|
blob
|
blame
|
history
diff --git
a/project/settings.py
b/project/settings.py
index
dab73e7
..
fdc47bf
100644
(file)
--- a/
project/settings.py
+++ b/
project/settings.py
@@
-178,3
+178,12
@@
DATABASE_ROUTERS = (
SENDFILE_BACKEND = 'sendfile.backends.simple'
QBE_DISPLAY_DATABASES = False
+
+# Il est *très* important de respecter la case.
+QBE_CUSTOM_MODELS = {'Rh': {
+ 'Employe': {},
+ 'Poste': {},
+ 'Dossier': {},
+ 'Remuneration': {},
+ 'Contrat': {},
+}}