Beispiel #1
0
def set_url_root(site, url_root):
	"Set url root for site"
	from bench.config.site_config import set_url_root
	set_url_root(site, url_root)
Beispiel #2
0
def set_url_root(site, url_root):
    "Set url root for site"
    from bench.config.site_config import set_url_root
    set_url_root(site, url_root)
Beispiel #3
0
def set_url_root(site, url_root):
    from bench.config.site_config import set_url_root
    set_url_root(site, url_root)