skeleton/migration/precreate.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 14 Feb 2014 14:06:56 +0100
changeset 9530 170e1437948d
parent 8207 c04676b16c59
permissions -rw-r--r--
[web/navigation] use add_onload instead of inline javascript href This way our javascript code isn't thrown out by the html cleaner e.g. when using the rql rest directive and a table view. To make things simpler, we now always use ajax URLs for navigation, even when we would previously have used regular links. Closes #3501626

# -*- 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 precreate script, executed at instance creation time or when
the cube is added to an existing instance, before the schema is serialized.

This is typically to create groups referenced by the cube'schema.
"""