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