検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 135 for provide (0.087 sec.)
How to deploy static files — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctic is to serve static files from a cloud storage provider like Amazon's S3 and/or a CDN (content delivery n ... s any number of ways you might do this, but if the provider has an API, you can use a custom file storage bac ... you later needed to switch to a different storage provider, you may only have to change your STATICFILES_STO ... ge class . There are 3rd party apps available that provide storage backends for many common file storage APIs ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stalling Python 3.8 and Django on Windows. It also provides instructions for setting up a virtual environment ... up a virtual environment ¶ It is best practice to provide a dedicated environment for each Django project yo ... n order to force a UTF-8 encoding. Windows 10 also provides a system-wide setting by checking Use Unicode UTF ...
https://man.plustar.jp/django/howto/windows.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... T or SPGIST . Matching is case insensitive. If not provided, the default index type is GIST . condition ¶ Exc ... . If you require a custom operator class, you must provide one for each expression in the constraint. 例: Exc ... d is exclusive. You may use the RangeBoundary that provides an expression mapping for the range boundaries . ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
File storage API — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e API ¶ Getting the current storage class ¶ Django provides two convenient ways to access the current storage ... class: class DefaultStorage ¶ DefaultStorage provides lazy access to the current default storage system ... efined by DEFAULT_FILE_STORAGE . If import_path is provided, get_storage_class will attempt to import the cla ... n a local filesystem. It inherits from Storage and provides implementations for all the public methods thereo ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . If you require a custom operator class, you must provide one for each field in the index. 例: UniqueConstra ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Database Functions ¶ The classes documented below provide a way for users to use functions provided by the u ... g Coalesce if you know a sensible minimum value to provide as a default. JSONObject ¶ class JSONObject ( ** f ... g Coalesce if you know a sensible maximum value to provide as a default. NullIf ¶ class NullIf ( expression1 ... your database supports. A tzinfo subclass, usually provided by zoneinfo , can be passed to extract a value in ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index. name ¶ The name of the index. If name isn't provided Django will auto-generate a name. For compatibili ... . For single field indexes, if db_tablespace isn't provided, the index is created in the db_tablespace of the ... . If you require a custom operator class, you must provide one for each field in the index. For example, GinI ... time objects may require the tzinfo argument to be provided because otherwise the comparison could result in ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iry) と API の安定性 ¶ This release is intended to provide a stable reference point for developers wanting to ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ock. To adapt your code in the case of RQ, you can provide your own worker script that calls django.setup() . ... he LogEntry.get_change_message() method which will provide the message in the current language. The default e ... nd DateTime are removed. The new Trunc expressions provide the same functionality. The _base_manager and _def ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ugins and redirects which can allow an attacker to provide custom HTTP headers on a request to any website. T ... custom SQL to load initial data in tests ¶ Django provides a custom SQL hooks as a way to inject hand-crafte ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT