예제 #1
0
파일: utils.py 프로젝트: www3838438/zoe
def missing_auth(handler: ZoeRequestHandler):
    """Redirect to login page."""
    handler.redirect(handler.get_argument('next', u'/login'))