skeleton/migration/postcreate.py.tmpl
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 # -*- coding: utf-8 -*-
       
     2 # copyright %(year)s %(author)s, all rights reserved.
       
     3 # contact %(author-web-site)s -- mailto:%(author-email)s
       
     4 #
       
     5 %(long-license)s
       
     6 """%(distname)s postcreate script, executed at instance creation time or when
       
     7 the cube is added to an existing instance.
       
     8 
       
     9 You could setup site properties or a workflow here for example.
       
    10 """
       
    11 
       
    12 # Example of site property change
       
    13 #set_property('ui.site-title', "<sitename>")