検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 198 for file (0.011 sec.)
設定 — Django 4.0.6 ドキュメント 7773
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e is a non-empty list or dictionary, such as STATICFILES_FINDERS . Make sure you keep the components requi ... ends.dummy.DummyCache' 'django.core.cache.backends.filebased.FileBasedCache' 'django.core.cache.backends.l ... he cache to use. This might be the directory for a file system cache, a host and port for a memcache serve ... fault' : { 'BACKEND' : 'django.core.cache.backends.filebased.FileBasedCache' , 'LOCATION' : '/var/tmp/djan ...
https://man.plustar.jp/django/ref/settings.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng data from a variety of OGR-supported geospatial file formats and data sources using a consistent interf ... ource only requires one parameter: the path of the file you want to read. However, OGR also supports a var ... th/to/your/cities.shp' >>> ds . layer_count # This file only contains one layer 1 layer_count ¶ Returns th ... g data from a variety of GDAL-supported geospatial file formats and data sources using a consistent interf ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 6964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules « previous | up | next » How to create PDF files ¶ This document explains how to output PDF files ... ython PDF library. The advantage of generating PDF files dynamically is that you can create customized PDF ... printer-friendly NCAA tournament brackets, as PDF files, for people participating in a March Madness cont ... on PyPI . A user guide (not coincidentally, a PDF file) is also available for download. You can install R ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ST . You can also read from an HttpRequest using a file-like interface with HttpRequest.read() or HttpRequ ... hod == "POST" (see HttpRequest.method ). POST には file-upload の情報が含まれ ません 。詳しくは FILES をご ... クショナリです。キーと値は文字列です。 HttpRequest. FILES ¶ A dictionary-like object containing all uploade ... d files. Each key in FILES is the name from the <input ty ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
ファイルのハンドリング — Django 4.0.6 ドキュメント 6544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » ファイルのハンドリング ¶ File オブジェクト File クラス The ContentFile class The ... ImageFile class Additional methods on files attached to obje ... cts File storage API Getting the current storage class The ... イズする 前のトピックへ Django の例外 次のトピックへ File オブジェクト 関連キーワード ハンドリング , ファイル ...
https://man.plustar.jp/django/ref/files/index.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6382
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をよく考えてください。このフィールドは適切な static files の処理の代替では ありません . BooleanField ¶ clas ... ue is a valid email address using EmailValidator . FileField ¶ class FileField ( upload_to = '' , storage ... an error if used. 2 つの省略可能な引数があります: FileField. upload_to ¶ この属性は、アップロードディレク ... ng, which will be replaced by the date/time of the file upload (so that uploaded files don't fill up the g ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 6285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... level directories on Python 3.7+ ¶ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied ... el directories created in the process of uploading files and to intermediate-level collected static direct ... scalation in intermediate-level directories of the file system cache on Python 3.7+ ¶ On Python 3.7+, the ... intermediate-level directories of the file system cache had the system's standard umask rathe ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 6285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... level directories on Python 3.7+ ¶ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied ... el directories created in the process of uploading files and to intermediate-level collected static direct ... scalation in intermediate-level directories of the file system cache on Python 3.7+ ¶ On Python 3.7+, the ... intermediate-level directories of the file system cache had the system's standard umask rathe ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion to do so is to add the hosts to your settings file. For example, the test suite for docs.djangoprojec ... ( response . status_code , 200 ) and the settings file includes a list of the domains supported by the pr ... ndalone apps that can't package their own settings file or for projects where the list of domains is not s ... eMixin to run them sequentially. This mixin uses a filesystem lockfile . For example, you can use __file__ ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... URL relative to the domain and not to the scheme. File upload denial-of-service ¶ Before this release, Dj ... ango's file upload handing in its default configuration may de ... number of os.stat() system calls when a duplicate filename is uploaded. Since stat() may invoke IO, this ... ven enough time, a user with the ability to upload files can cause poor performance in the upload handler, ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT