検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 81 for generic (0.037 sec.)
ビルトインのクラスベースビュー API — Django 4.0.6 ドキュメント 7267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ください。 Base views View TemplateView RedirectView Generic display ビュー Detail Views List Views Generic edi ... g ビュー FormView CreateView UpdateView DeleteView Generic date ビュー ArchiveIndexView YearArchiveView Month ... ん ( hasattrチェックで ``True を返します)。 Base vs Generic views ¶ ベースクラスベースのビューは 親の ビューと ... 目次 ビルトインのクラスベースビュー API 仕様 Base vs Generic views 前のトピックへ システムチェックフレームワーク ...
https://man.plustar.jp/django/ref/class-based-views/index.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 7267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Simple mixins ¶ ContextMixin ¶ class django.views.generic.base. ContextMixin ¶ 属性 extra_context ¶ A dictio ... xt in as_view() . Example usage: from django.views.generic import TemplateView TemplateView . as_view ( extra ... rn context The template context of all class-based generic views include a view variable that points to the V ... ntext . TemplateResponseMixin ¶ class django.views.generic.base. TemplateResponseMixin ¶ Provides a mechanism ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 7239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rn documentation . Running Django in Gunicorn as a generic WSGI application ¶ When Gunicorn is installed, a g ... nstalling Gunicorn Running Django in Gunicorn as a generic WSGI application 前のトピックへ WSGI とともにデプロ ... icorn , installed , simplest , process , command , generic , Running , documentation , running クイック検索 L ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 7116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ューを定義しましょう。 # views.py from django.views.generic import ListView from books.models import Publisher ... ューに設定された属性を変更することで得られます。この generic views reference のドキュメントの残りの部分では、ジ ... 使えるようになります。 # views.py from django.views.generic import ListView from books.models import Publisher ... してさらに送信することができます。 from django.views.generic import DetailView from books.models import Book , ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
HTTP リクエストのハンドリング — Django 4.0.6 ドキュメント 6898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ード Django のショートカット関数 ジェネリックビュー (generic view) ミドルウェア (Middleware) セッションの使いか ... トピック , previous , up , next , ディスパッチャ , generic , 検索 , クイック クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/topics/http/index.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 6857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます: from django.urls import path from django.views.generic import TemplateView urlpatterns = [ path ( 'about/ ... とができます: # some_app/views.py from django.views.generic import TemplateView class AboutView ( TemplateView ... リックビューの使用方法の詳細については、次のトピック generic class-based views を参照してください。 その他の HT ... django.http import HttpResponse from django.views.generic import ListView from books.models import Book clas ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ompatible with the forthcoming Jython 2.5 release. Generic relations in forms and admin ¶ Classes are now inc ... .contrib.contenttypes which can be used to support generic relations in both the admin interface and in end-u ... ser forms. See the documentation for generic relations for details. INSERT / UPDATE distinction ... ) プラガブルなファイルストレージ Jython との互換性 Generic relations in forms and admin INSERT / UPDATE disti ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 6816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m myapp.forms import ContactForm from django.views.generic.edit import FormView class ContactFormView ( FormV ... django.urls import reverse_lazy from django.views.generic.edit import CreateView , DeleteView , UpdateView f ... mixins import LoginRequiredMixin from django.views.generic.edit import CreateView from myapp.models import Au ... django.http import JsonResponse from django.views.generic.edit import CreateView from myapp.models import Au ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6789
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ful representations in shell debugging situations. Generic GeometryField is now editable with the OpenLayers ... ew and RedirectView now support HTTP PATCH method. GenericForeignKey now takes an optional for_concrete_model ... se when USE_TZ is True . Learn more . date_list in generic views requires time zone definitions ¶ For the sam ... accessing date_list in the context of a date-based generic view requires time zone definitions in the databas ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 6707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so common, Django provides a shortcut, called the "generic views" system. 汎用ビューとは、よくあるパターンを抽 ... jango.urls import reverse from django.views import generic from .models import Choice , Question class IndexV ... iew ( generic . ListView ): template_name = 'polls/index.html' c ... order_by ( '-pub_date' )[: 5 ] class DetailView ( generic . DetailView ): model = Question template_name = ' ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT