検索

phrase: max: clip:
target: order:
Results of 71 - 73 of about 73 for redirect (0.068 sec.)
フォームを使う — Django 4.0.6 ドキュメント 5896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 views.py ¶ from django.http import HttpResponseRedirect from django.shortcuts import render from .forms im ... the data in form.cleaned_data as required # ... # redirect to a new URL: return HttpResponseRedirect ( '/than ... message , sender , recipients ) return HttpResponseRedirect ( '/thanks/' ) ちなみに Django からメールを送信する ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ave () # Do something. Should generally end with a redirect. For example: return HttpResponseRedirect ( author ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n Python code: from django.http import HttpResponseRedirect from django.urls import reverse def redirect_to_ye ... uest ): # ... year = 2006 # ... return HttpResponseRedirect ( reverse ( 'news-year-archive' , args = ( year ,) ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT