예제 #1
0
파일: utils.py 프로젝트: ESS-LLP/bench
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)
예제 #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)
예제 #3
0
파일: utils.py 프로젝트: yakirtza/bench
def set_url_root(site, url_root):
    from bench.config.site_config import set_url_root
    set_url_root(site, url_root)