Quinta-feira, 11 de Novembro de 2010

postInstall

def postInstall(context):
"""Called as at the end of the setup process. """
# the right place for your custom code
if isNotSERPRODESaeiProfile(context): return
site = context.getSite()
#updateRoleMappings(site)
setupDependencies(site)
setupRegistration(site)
setupProperties(site)
setupCatalog(site)
setupContent(site)

0 comentários:

Enviar um comentário