skeleton/migration/postcreate.py.tmpl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 05 Oct 2010 08:33:10 +0200
changeset 6394 eb9a5bd778bc
parent 5426 0d4853a6e5ee
child 8207 c04676b16c59
permissions -rw-r--r--
[forms] remove dead code and simplify inlineviews creation remove AutomaticEntityForm.should_inline_relation_form which is not used anywhere and comes from a time where uicfg did not exist. remove test for "force_<rtype>_display" presence in req.form to determine whether or not the inline creation form should be displayed.

# 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>")