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:
5cab6a7
)
Retirer le menu Applications
author
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 19:42:43 +0000
(15:42 -0400)
committer
PA Parent
<paparent@paparent.me>
Wed, 20 Jun 2012 19:42:43 +0000
(15:42 -0400)
project/menu.py
patch
|
blob
|
blame
|
history
diff --git
a/project/menu.py
b/project/menu.py
index
c0bd428
..
f818fe4
100644
(file)
--- a/
project/menu.py
+++ b/
project/menu.py
@@
-24,10
+24,10
@@
class CustomMenu(Menu):
self.children += [
items.MenuItem(_('Dashboard'), reverse('admin:index')),
#items.Bookmarks(),
- items.AppList(
- _('Applications'),
- exclude=('django.contrib.*', 'project.rh.models.EmployeProxy')
- ),
+ #items.AppList(
+ # _('Applications'),
+ # exclude=('django.contrib.*', 'project.rh.models.EmployeProxy')
+ #),
items.AppList(
_('Administration'),
models=('django.contrib.*',)