skeleton/migration/postcreate.py.tmpl
changeset 5184 955ee1b24756
parent 4212 ab6573088b4a
child 5423 e15abfdcce38
equal deleted inserted replaced
5177:395e1ff018ae 5184:955ee1b24756
       
     1 """%(distname)s postcreate script, executed at instance creation time or when
       
     2 the cube is added to an existing instance.
       
     3 
       
     4 You could setup site properties or a workflow here for example.
       
     5 
       
     6 :organization: %(author)s
       
     7 :copyright: %(year)s %(author)s
       
     8 :contact: %(author-web-site)s -- mailto:%(author-email)s
       
     9 :license: %(long-license)s
       
    10 """
       
    11 
       
    12 # Example of site property change
       
    13 #set_property('ui.site-title', "<sitename>")
       
    14