misc/migration/3.4.0_common.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Oct 2010 15:57:35 +0200
changeset 6564 ff9f7c566464
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[request] fix ajax_replace_url which breaks if the url contains some quotes (that will be properly quoted but unquoted by the browser, breaking the js expression) by using a separated js function

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'))