예제 #1
0
파일: views.py 프로젝트: Eunhyang/baemin
def login(request):
    ctx = { "is_client" : False }
    return common_login(request, ctx, "partner")
예제 #2
0
def login(request):
    ctx = {}
    return common_login(request, ctx, "partner")
예제 #3
0
def login(request):
    ctx = {"is_partner": True}
    return common_login(request, ctx, "partner")