예제 #1
0
파일: manage.py 프로젝트: hsiboy/seabus
def listenprod():
    web_app.config.from_object('seabus.web.config.Prod')
    listen(web_app.config)
예제 #2
0
def listenprod():
    web_app.config.from_object('seabus.web.config.Prod')
    listen(web_app.config)
예제 #3
0
파일: manage.py 프로젝트: hsiboy/seabus
def listendev():
    listen(web_app.config)
예제 #4
0
def listendev():
    listen(web_app.config)