検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 145 for files (0.053 sec.)
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 7069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uploads, the actual file data is stored in request.FILES . Each entry in this dictionary is an UploadedFile ... hunks() instead of using read() ensures that large files don't overwhelm your system's memory. Here are som ... is the best policy here. 注釈 Like regular Python files, you can read the file line-by-line by iterating o ... go's default file upload behavior of reading small files into memory and large ones onto disk. They are loc ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... maps A framework for generating Google sitemap XML files. django.contrib.sites Lets you operate multiple we ... s.middleware Site middleware. django.contrib.staticfiles An app for handling static files. django.contrib.s ... core.exceptions Django core exceptions django.core.files File handling and storage django.core.files.storag ... e django.core.files.uploadedfile Classes representing uploaded files. ...
https://man.plustar.jp/django/py-modindex.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 6856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... logging How to create CSV output How to create PDF files How to override templates How to manage static fil ... e.g. images, JavaScript, CSS) How to deploy static files Windows での Django のインストール方法 How to crea ... ER 関連キーワード How , ガイド , create , custom , files , deploy , authenticate , template , トピック , ma ...
https://man.plustar.jp/django/howto/index.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 6856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ious | up | next » File オブジェクト ¶ django.core.files モジュールとそのサブモジュールでは、Django の基本的 ... o 64 KB. This is especially useful with very large files since it allows them to be streamed off disk and a ... than an actual file. For example: from django.core.files.base import ContentFile f1 = ContentFile ( "esta f ... uilt-in class specifically for images. django.core.files.images.ImageFile inherits all the attributes and m ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 6750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Table of contents | Index | Modules up django.core.files.uploadhandler のソースコード """ Base file upload ... from django.conf import settings from django.core.files.uploadedfile import InMemoryUploadedFile , Tempora ... ption ): """ Any error having to do with uploading files. """ pass class StopUpload ( UploadFileException ) ... file_size ): """ Signal that a file has completed. File size corresponds to the actual size accumulated by ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
Django 1.4.19 release notes — Django 4.0.6 ドキュメント 6691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .static.serve() function was altered to stream the files it serves. Unfortunately, the GZipMiddleware consu ... med the stream prematurely and prevented files from being served properly ( #24158 ). 目次 Django ... am , next , GZipMiddleware , Bugfixes , security , files , up , previous クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/1.4.19.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ties . Contrib support for easy handling of static files . Django's testing framework now supports (and shi ... ogging interface for more details. Extended static files handling ¶ Django 1.3 ships with a new contrib app ... -- django.contrib.staticfiles -- to help developers handle the static media file ... atic assets in MEDIA_ROOT along with user-uploaded files, and serve them both at MEDIA_URL . Part of the pu ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an on-disk format, referred to here as "migration files". These files are actually normal Python files wit ... nges, as Django compares changes against migration files, not the database. You have not manually edited yo ... al versions of your models stored in the migration files. If you write Python code using the RunPython oper ... en't many references, copy them into the migration files. モデルのフィールドを削除するときに考えるべきこと ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をよく考えてください。このフィールドは適切な static files の処理の代替では ありません . BooleanField ¶ class ... the date/time of the file upload (so that uploaded files don't fill up the given directory). For example: c ... ploads/%Y/%m/ %d /' ) If you are using the default FileSystemStorage , the string value will be appended to ... MEDIA_ROOT path to form the location on the local filesystem where uploaded files will be stored. If you a ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as well as elsewhere in the documentation. Serving files in development ¶ static. serve ( request , path , ... ument_root , show_indexes = False ) ¶ There may be files other than your project's static assets that, for ... only as a development aid; you should serve these files in production using a real front-end web server). ... oaded content in MEDIA_ROOT . django.contrib.staticfiles is intended for static assets and has no built-in ...
https://man.plustar.jp/django/ref/views.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT