misc/migration/3.4.0_common.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Jun 2010 11:04:59 +0200
branchstable
changeset 5825 2daf1ac79d5c
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[debug views] set http cache max age to 0 on debug views

from os.path import join
from cubicweb.toolsutils import create_dir

option_renamed('pyro-application-id', 'pyro-instance-id')

create_dir(join(config.appdatahome, 'backup'))