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:
267968f
)
Enleve auf.django.emploi du menu application
author
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 19:37:38 +0000
(15:37 -0400)
committer
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 19:37:38 +0000
(15:37 -0400)
project/menu.py
patch
|
blob
|
blame
|
history
diff --git
a/project/menu.py
b/project/menu.py
index
c0bd428
..
292c06c
100644
(file)
--- a/
project/menu.py
+++ b/
project/menu.py
@@
-26,7
+26,11
@@
class CustomMenu(Menu):
#items.Bookmarks(),
items.AppList(
_('Applications'),
- exclude=('django.contrib.*', 'project.rh.models.EmployeProxy')
+ exclude=(
+ 'django.contrib.*',
+ 'auf.django.emploi.*',
+ 'project.rh.models.EmployeProxy'
+ )
),
items.AppList(
_('Administration'),