Results of 1 - 10 of about 137 for Content (0.024 sec.)
- TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 11328
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Templa ...
es. They are provided with a block of pre-rendered content at time of construction, and while that content ca ...
ple: {'foo': 123} SimpleTemplateResponse. rendered_content ¶ The current rendered value of the response conte ...
ndered ¶ A boolean indicating whether the response content has been rendered. メソッド ¶ SimpleTemplateRespon ...
-
https://man.plustar.jp/django/ref/template-response.html
- [similar]
- django.core.files.uploadedfile — Django 4.0.6 ドキュメント 11124
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up django.core.files.uploadedfi ...
def __init__ ( self , file = None , name = None , content_type = None , size = None , charset = None , conte ...
__init__ ( file , name ) self . size = size self . content_type = content_type self . charset = charset self ...
. content_type_extra = content_type_extra def __repr__ ( sel ...
-
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html
- [similar]
- django.core.files.uploadhandler — Django 4.0.6 ドキュメント 10836
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up django.core.files.uploadhand ...
, request = None ): self . file_name = None self . content_type = None self . content_length = None self . ch ...
arset = None self . content_type_extra = None self . request = request [ドキュ ...
def handle_raw_input ( self , input_data , META , content_length , boundary , encoding = None ): """ Handle ...
-
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html
- [similar]
- django.core.mail.message — Django 4.0.6 ドキュメント 10788
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules up django.core.mail.message のソ ...
Message : """A container for email information.""" content_subtype = "plain" mixed_subtype = "mixed" encoding ...
_CHARSET msg = SafeMIMEText ( self . body , self . content_subtype , encoding ) msg = self . _create_message ...
s ([ self ]) def attach ( self , filename = None , content = None , mimetype = None ): """ Attach a file with ...
-
https://man.plustar.jp/django/_modules/django/core/mail/message.html
- [similar]
- リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 10620
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » リクエ ...
not in the DEFAULT_CHARSET encoding. HttpRequest. content_type ¶ リクエストの MIME タイプを表す文字列です。 ...
CONTENT_TYPE から識別されます。 HttpRequest. content_params ¶ CONTENT_TYPE ヘッダに含まれる、キーと値の ...
とサーバーによって異なりますが、以下に例を示します。 CONTENT_LENGTH -- リクエスト本文の (文字列としての) 長さで ...
-
https://man.plustar.jp/django/ref/request-response.html
- [similar]
- アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 9493
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » アップ ...
ly use one of these methods to access the uploaded content: UploadedFile. read () ¶ Read the entire uploaded ...
ize, in bytes, of the uploaded file. UploadedFile. content_type ¶ The content-type header uploaded with the f ...
still need to validate that the file contains the content that the content-type header claims -- "trust but ...
-
https://man.plustar.jp/django/ref/files/uploads.html
- [similar]
- contenttypes フレームワーク — Django 4.0.6 ドキュメント 9122
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » conten ...
ttypes フレームワーク ¶ Django includes a contenttypes application that can track all of the models ...
your models. オーバービュー ¶ At the heart of the contenttypes application is the ContentType model, which l ...
ives at django.contrib.contenttypes.models.ContentType . Instances of ContentType ...
-
https://man.plustar.jp/django/ref/contrib/contenttypes.html
- [similar]
- テストツール — Django 4.0.6 ドキュメント 7839
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
c-tab-unix").on("click", function() { $("section.c-content-unix").show(); $("section.c-content-win").hide(); ...
.c-tab-win").on("click", function() { $("section.c-content-win").show(); $("section.c-content-unix").hide(); ...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » テスト ...
= c . get ( '/customer/details/' ) >>> response . content b'<!DOCTYPE html...' この例が示唆しているように、 ...
-
https://man.plustar.jp/django/topics/testing/tools.html
- [similar]
- クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 7504
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » クラス ...
¶ class TemplateView ¶ 属性 (と省略可能な継承元): content_type extra_context http_method_names response_clas ...
ws ¶ class DetailView ¶ 属性 (と省略可能な継承元): content_type context_object_name [ get_context_object_name ...
省略可能な継承元): allow_empty [ get_allow_empty() ] content_type context_object_name [ get_context_object_name ...
-
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html
- [similar]
- How to create PDF files — Django 4.0.6 ドキュメント 7456
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
c-tab-unix").on("click", function() { $("section.c-content-unix").show(); $("section.c-content-win").hide(); ...
.c-tab-win").on("click", function() { $("section.c-content-win").show(); $("section.c-content-unix").hide(); ...
jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » How to ...
-- say, for different users or different pieces of content. For example, Django was used at kusports.com to g ...
-
https://man.plustar.jp/django/howto/outputting-pdf.html
- [similar]