세
Size: a a a
세
세
세
U
path('', app_views.home, name='home'),
def home(request):
return render(request, 'index.html', locals())
return redirect('home')
return redirect('home', 'func-name')
S
i
path('', app_views.home, name='home'),
def home(request):
return render(request, 'index.html', locals())
return redirect('home')
return redirect('home', 'func-name')
i
U
i
MB
U
i
U
i
S
U
U
i
i
AH