web/test/data/sheet1.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 01 Apr 2015 15:50:59 +0200
changeset 10323 8cc58e8ad72f
parent 5938 9cb13d1b2ce4
permissions -rw-r--r--
[web] Add datadir-url configuration option (closes #5204550) Makes it possible to use a different host for static data instead of ${base_url}/data

bgcolor = '#000000'
stylesheets = ['%s/cubicweb.css' % datadir_url]
logo = '%s/logo.png' % datadir_url
lazy = lazystr('%(bgcolor)s')