検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 105 for Options (0.022 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 12038
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror ( "Error: %s " % message ) def handle_default_options ( options ): """ Include any default options that ... le them before searching for user commands. """ if options . settings : os . environ [ "DJANGO_SETTINGS_MODUL ... E" ] = options . settings if options . pythonpath : sys . path . ... insert ( 0 , options . pythonpath ) def no_translations ( handle_func ) ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 11897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... にあるリソースをロードして良いかどうかを示す X-Frame-Options HTTP ヘッダの指定を尊重します。もしサーバからのレス ... ポンスに SAMEORIGIN という値を指定した X-Frame-Options ヘッダが含まれていた場合、ブラウザは frame 中のリソ ... にだけこのヘッダを設定するデコレータのセット X-Frame-Options HTTP ヘッダは、まだそれがレスポンス中に存在しない場 ... のデコレータでのみ設定されます。 使用方法 ¶ X-Frame-Options をすべてのレスポンスに設定する ¶ To set the same X ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 11846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import MiddlewareMixin [ドキュメント] class XFrameOptionsMiddleware ( MiddlewareMixin ): """ Set the X-Frame ... -Options HTTP header in HTTP responses. Do not set the head ... s already set or if the response contains a xframe_options_exempt value set to True. By default, set the X-Fr ... ame-Options header to 'SAMEORIGIN', meaning the response can o ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 11846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndex | Modules « previous | up | next » Model Meta options ¶ This document explains all the possible metadata ... options that you can give your model in its internal class ... Meta . Available Meta options ¶ abstract ¶ Options. abstract ¶ If abstract = Tru ... model will be an abstract base class . app_label ¶ Options. app_label ¶ If a model is defined outside of an a ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 8993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンス ¶ このドキュメントには、Django が提供する field options と field types を含む、 Field の全ての API リファレ ... e and a human-readable name for an option. Grouped options may be combined with ungrouped options within a si ... contact_default ) lambda s can't be used for field options like default because they can't be serialized by m ... フィールドの型 ¶ AutoField ¶ class AutoField ( ** options ) ¶ 利用可能な ID に応じて、自動的にインクリメント ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 8788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 用可能です。 使い方 ¶   $ django-admin <command> [ options ] $ manage.py <command> [ options ] $ python -m dj ... ango <command> [ options ] ...\> django-admin < command > [options] ...\> m ... anage.py < command > [options] ...\> py -m django < command > [options] command ... ントに一覧されたコマンドの1つでなければなりません。 options はオプションで、与えられたコマンドで利用できる 0 個 ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
データベース — Django 4.0.6 ドキュメント 8248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m the password file , you must specify them in the OPTIONS part of your database configuration in DATABASES : ... : { 'ENGINE' : 'django.db.backends.postgresql' , 'OPTIONS' : { 'service' : 'my_service' , 'passfile' : '.my_ ... ed' by default, or the value set in the connection options (see below), timezone : when USE_TZ is True , 'UTC ... as REPEATABLE READ or SERIALIZABLE , set it in the OPTIONS part of your database configuration in DATABASES : ...
https://man.plustar.jp/django/ref/databases.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 7901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... * expressions , length = None , columns = () , ** options ) ¶ Creates a bloom index. To use this index acces ... autosummarize = None , pages_per_range = None , ** options ) ¶ Creates a BRIN index . Set the autosummarize p ... TreeIndex ( * expressions , fillfactor = None , ** options ) ¶ Creates a B-Tree index. Provide an integer val ... update = None , gin_pending_list_limit = None , ** options ) ¶ Creates a gin index . To use this index on dat ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
索引 — Django 4.0.6 ドキュメント 7760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のクラス) ABSOLUTE_URL_OVERRIDES setting abstract (Options の属性) accepts() (HttpRequest のメソッド) AccessM ... jango.db.migrations.operations のクラス) AlterModelOptions (django.db.migrations.operations のクラス) AlterMo ... (AdminSite の属性) app_label (ContentType の属性) (Options の属性) app_name (ResolverMatch の属性) app_names ... の属性) (SplitArrayField の属性) base_manager_name (Options の属性) base_session.AbstractBaseSession (django.c ...
https://man.plustar.jp/django/genindex.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 7567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... implemented for the PostGIS backend. Spatial Field Options ¶ In addition to the regular フィールドオプション ... elds, spatial fields have the following additional options. All are optional. srid ¶ BaseSpatialField. srid ¶ ... base indexes typically use B-Trees. Geometry Field Options ¶ There are additional options available for Geome ... try fields. All the following options are optional. dim ¶ GeometryField. dim ¶ This opti ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT