62 |
62 |
63 def initActions(self): |
63 def initActions(self): |
64 """ |
64 """ |
65 Public method to define the Pyramid actions. |
65 Public method to define the Pyramid actions. |
66 """ |
66 """ |
67 # TODO: add support for manage.py changepassword |
|
68 # TODO: add support for manage.py createsuperuser |
|
69 # TODO: add support for manage.py clearsession |
|
70 self.actions = [] |
67 self.actions = [] |
71 |
68 |
72 self.selectSiteAct = E5Action(self.trUtf8('Current Project'), |
69 self.selectSiteAct = E5Action(self.trUtf8('Current Project'), |
73 "", |
70 "", |
74 0, 0, |
71 0, 0, |