예제 #1
0
def reload_nginx():
    from bench.config.production_setup import reload_nginx
    reload_nginx()
예제 #2
0
파일: setup.py 프로젝트: kossanah/bench
def reload_nginx():
	from bench.config.production_setup import reload_nginx
	reload_nginx()