コード例 #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
ファイル: views.py プロジェクト: YounJongBae/delivery_project
def login(request):
    ctx = {"is_partner": True}
    return common_login(request, ctx, "partner")