appy.gen: improvements in user management.
This commit is contained in:
parent
9394490d33
commit
9c5f92337b
10 changed files with 85 additions and 23 deletions
|
@ -335,8 +335,7 @@ class ZopeInstaller:
|
|||
(translation.id, poName))
|
||||
|
||||
# Execute custom installation code if any
|
||||
if hasattr(appyTool, 'install'):
|
||||
tool.executeAppyAction('install', reindex=False)
|
||||
if hasattr(appyTool, 'onInstall'): appyTool.onInstall()
|
||||
|
||||
def configureSessions(self):
|
||||
'''Configure the session machinery.'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue