NC
Size: a a a
NC
AK
AK
def some_view(request):В доках пример через функцию пишут, однако через cbv это не работает почему-то
if request.POST:
form = CaptchaTestForm(request.POST)
# Validate the form: the captcha field will automatically
# check the input
if form.is_valid():
human = True
else:
form = CaptchaTestForm()
return render_to_response('template.html',locals())
NC
def some_view(request):В доках пример через функцию пишут, однако через cbv это не работает почему-то
if request.POST:
form = CaptchaTestForm(request.POST)
# Validate the form: the captcha field will automatically
# check the input
if form.is_valid():
human = True
else:
form = CaptchaTestForm()
return render_to_response('template.html',locals())
NC
NC
AK
S
NC
BE
S
AK
BE
DT
DT
D
DT
D
D