# HG changeset patch # User Julien Jehannet # Date 1252584658 -7200 # Node ID 3d985c6f4d4629c842abd88228cead05bc280091 # Parent b025592ff47843ea301f4fe46ac3564e61c1a9f3 [D] add example about site properties configuration diff -r b025592ff478 -r 3d985c6f4d46 skeleton/migration/postcreate.py --- a/skeleton/migration/postcreate.py Thu Sep 10 12:23:16 2009 +0200 +++ b/skeleton/migration/postcreate.py Thu Sep 10 14:10:58 2009 +0200 @@ -1,4 +1,4 @@ -# postcreate script. You could setup a workflow here for example +# postcreate script. You could setup site properties or a workflow here for example """ :organization: Logilab @@ -7,3 +7,6 @@ :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ +# Example of site property change +#set_property('ui.site-title', "") +