検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 239 for default (0.120 sec.)
The redirects app — Django 4.0.6 ドキュメント 4292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HTTP response status code 301 Moved Permanently by default. インストール ¶ To install the redirects app, foll ... the requested path or has a blank new_path value. Defaults to HttpResponseGone . response_redirect_class ¶ T ... he HttpResponse class that handles the redirect. Defaults to HttpResponsePermanentRedirect . 目次 The redir ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s containing underscores from incoming requests by default. Django's built-in development server now does the ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 4292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s containing underscores from incoming requests by default. Django's built-in development server now does the ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 4252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ad handlers. """ chunk_size = 64 * 2 ** 10 # : The default chunk size is 64 KB. def __init__ ( self , request ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 4252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... actory as returning a sync middleware. This is the default. """ func . sync_capable = True func . async_capab ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 4252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... startproject management command sets up a minimal default WSGI configuration for you, which you can tweak as ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 4252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lready exist if you created your project using the default project template. The setting that needs to be mod ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 4252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is a package manager for Python and is included by default with the Python installer. It helps to install and ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 4252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry for performing geometric operations, and is the default internal geometry representation used by GeoDjango ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 4252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dentity) of the geometry field to the given value. Defaults to 4326 (also known as WGS84 , units are in degre ... spatial_index ¶ BaseSpatialField. spatial_index ¶ Defaults to True . Creates a spatial index for the given g ... the coordinate dimension of the geometry field. By default, it is set to 2, for representing two-dimensional ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]