検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 438 for For (0.176 sec.)
View decorators — Django 4.0.6 ドキュメント 3432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ious HTTP features. See クラスをデコレーションする for how to use these decorators with class-based views ... keyword arguments to it. See patch_cache_control() for the details of the transformation. never_cache ( v ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 3408
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... those static files inside another directory named for the application itself. You can namespace static a ... 関しては How to deploy static files を参照ください。 For example, if your STATIC_URL is defined as static/ ... 関しては How to deploy static files を参照ください。 For example, if your MEDIA_URL is defined as media/ , ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 3408
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n web development tasks fast and easy. Here's an informal overview of how to write a database-driven web ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter , on_delete = models . CASCADE ) ... e API follows relationships as far as you need, performing efficient # JOINs for you behind the scenes. # ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter , on_delete = models . CASCADE ) ...
https://man.plustar.jp/django/intro/overview.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 3408
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tinuing the web-poll application and will focus on form processing and cutting down our code. 困ったときは ... プレート ("polls/detail.html") を更新して、HTML の <form> 要素を入れましょう。 polls/templates/polls/detai ... l.html ¶ < form action = " {% url 'polls:vote' question.id %} " m ... error_message }} </ strong ></ p > {% endif %} {% for choice in question.choice_set.all %} < input type ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 3408
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models, views, template tags, and template filters for any app in INSTALLED_APPS and makes that documenta ... )) to your urlpatterns . Make sure it's included before the 'admin/' entry, so that requests to /admin/do ... he docutils Python module ( https://docutils.sourceforge.io/ ). Optional: Using the admindocs bookmarklet ... abel, generally used in URLs." ) author = models . ForeignKey ( User , models . SET_NULL , blank = True , ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 3408
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to True to enable automatic summarization to be performed by autovacuum. The pages_per_range argument tak ... ter Hash indexes have been available in PostgreSQL for a long time, but they suffer from a number of data ... text_pattern_ops . Changed in Django 4.0: Support for functional unique constraints was added. 目次 Post ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 3408
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the file (see RFC 2388 ). UploadedFile. charset ¶ For text/* content-types, the character set (i.e. utf8 ... line-by-line by iterating over the uploaded file: for line in uploadedfile : do_something_with ( line ) ... upload handler to stream uploads into memory (used for small files). class TemporaryFileUploadHandler [ソ ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 3391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "< %s : %s >" % ( self . __class__ . __name__ , self or "None" ) def __bool__ ( self ): return bool ( sel ... r this file-like object by newlines buffer_ = None for chunk in self . chunks (): for line in chunk . spl ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
クイックインストールガイド — Django 4.0.6 ドキュメント 3391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ee どのバージョンの Python で Django が使えますか? for details. Python includes a lightweight database ca ... Type "help" , "copyright" , "credits" or "license" for more information . >>> データベースを設定する ¶ こ ...
https://man.plustar.jp/django/intro/install.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 3391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bytes also supported), rather than an actual file. For example: from django.core.files.base import Conten ... ス] ¶ Django provides a built-in class specifically for images. django.core.files.images.ImageFile inherit ...
https://man.plustar.jp/django/ref/files/file.html - [similar]