cubicweb/skeleton/migration/postcreate.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Feb 2016 15:29:06 +0100
changeset 11156 36252a0c76ec
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[web/test] open() as a context manager

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s postcreate script, executed at instance creation time or when
the cube is added to an existing instance.

You could setup site properties or a workflow here for example.
"""

# Example of site property change
#set_property('ui.site-title', "<sitename>")