| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

ZopeSoapInitialize

Page history last edited by Elizabeth Leddy 13 years, 11 months ago

import zLOG

import transaction

from Products.CMFCore import DirectoryView

 

def initialize(context):

    app = context._ProductContext__app

    if not app.get('services'):

        DirectoryView.createDirectoryView(app, "z.soap:skins/services")

        zLOG.LOG("z.soap initializer", zLOG.INFO, "Added services directory view") 

        transaction.commit()     

Comments (0)

You don't have permission to comment on this page.