検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 99 for Defaults (0.024 sec.)
GeoDjango's admin site — Django 4.0.6 ドキュメント 12279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The widget class to be used for GeometryField . Defaults to OSMWidget . gis_widget_kwargs ¶ The keyword arg ... uments that would be passed to the gis_widget . Defaults to an empty dictionary. GeoModelAdmin ¶ class GeoM ... ude. default_zoom ¶ The default zoom level to use. Defaults to 4. extra_js ¶ Sequence of URLs to any extra Jav ... s.html' . map_width ¶ Width of the map, in pixels. Defaults to 600. map_height ¶ Height of the map, in pixels. ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 11392
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will be redirected to. It may be a login page and defaults to settings.LOGIN_URL if you don't specify one. re ... .. As in the login_required() decorator, login_url defaults to settings.LOGIN_URL . If the raise_exception par ... an iterable of permission names used by the mixin. Defaults to the permission_required attribute, converted to ... n_url ¶ Default return value for get_login_url() . Defaults to None in which case get_login_url() falls back t ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 11040
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をカスタマイズする . The 404 (page not found) view ¶ defaults. page_not_found ( request , exception , template_n ... 404 errors. By default, it's the view django.views.defaults.page_not_found() , which either produces a "Not Fo ... e debug information. The 500 (server error) view ¶ defaults. server_error ( request , template_name = '500.htm ... jango will, by default, call the view django.views.defaults.server_error , which either produces a "Server Err ...
https://man.plustar.jp/django/ref/views.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 10597
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... za.toppings . add ( * objs , bulk = True , through_defaults = None ) ¶ 関係オブジェクトのセットに、指定したモデ ... imary keys, as the *objs argument. Use the through_defaults argument to specify values for the new intermediat ... ed. You can use callables as values in the through_defaults dictionary and they will be evaluated once before ... ing any intermediate instance(s). create ( through_defaults = None , ** kwargs ) ¶ Creates a new object, saves ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 10245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ces between the current settings file and Django's default settings. 詳しくは diffsettings のドキュメントを参照 ... is needed at some later point, Django will use the default setting value. Configuring Django in this fashion i ... 境を完全に制御していることが前提となります。 Custom default settings ¶ If you'd like default values to come fro ... ou can pass in a module or class that provides the default settings as the default_settings argument (or as th ...
https://man.plustar.jp/django/topics/settings.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 9450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abase in which the cache table(s) will be created. Defaults to default . --dry-run ¶ Prints the SQL that would ... Specifies the database onto which to open a shell. Defaults to default . -- ARGUMENTS ¶ Any arguments followin ... ces between the current settings file and Django's default settings (or another settings file specified by --d ... efault ). Settings that don't appear in the defaults are followed by "###" . For example, the default s ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 9098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... object does not require any parameters to use the default settings. However, at the very least the GEOIP_PATH ... ation keywords may be used to customize any of the defaults. Keyword Arguments 説明 path Base directory to whe ... EX_CACHE MODE_MEMORY C API settings, respectively. Defaults to 0 ( MODE_AUTO ). country The name of the GeoIP ... country data file. Defaults to GeoLite2-Country.mmdb . Setting this keyword ov ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... year/month/day values for the field. order , which defaults to 'ASC' , should be either 'ASC' or 'DESC' . This ... t is "truncated" to the given type . order , which defaults to 'ASC' , should be either 'ASC' or 'DESC' . This ... al primary keys. get_or_create() ¶ get_or_create ( defaults = None , ** kwargs ) ¶ A convenience method for lo ... h the given kwargs (may be empty if your model has defaults for all fields), creating one if necessary. (Objec ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 8303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated as the function placeholder within template . Defaults to None . template ¶ A class attribute, as a forma ... ribes the SQL that is generated for this function. Defaults to '%(function)s(%(expressions)s)' . If you're con ... ter used to join the list of expressions together. Defaults to ', ' . arity ¶ A class attribute that denotes t ... t number of expressions, TypeError will be raised. Defaults to None . as_sql ( compiler , connection , functio ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... engine attribute of that backend and any attribute defaults mentioned below are overridden by what's passed by ... es. It is used to configure filesystem.Loader . It defaults to an empty list. app_dirs only affects the defaul ... t value of loaders . See below. It defaults to False . autoescape controls whether HTML autoes ... caping is enabled. It defaults to True . 警告 Only set it to False if you're rend ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT