検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 65 for Open (0.040 sec.)
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... True . FileResponse objects ¶ class FileResponse ( open_file , as_attachment = False , filename = '' , ** ... t) will be set only if a filename is available. If open_file doesn't have a name or if the name of open_fi ... ally set when they can be guessed from contents of open_file . FileResponse accepts any file-like object w ... ith binary content, for example a file open in binary mode like so: >>> from django.http impor ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 8087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c_value , tb ): self . close () [ドキュメント] def open ( self , mode = None ): if not self . closed : sel ... os . path . exists ( self . name ): self . file = open ( self . name , mode or self . mode ) else : raise ... ValueError ( "The file cannot be reopened." ) return self [ドキュメント] def close ( self ... aw content" def __bool__ ( self ): return True def open ( self , mode = None ): self . seek ( 0 ) return s ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7972
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er the hood, Django's transaction management code: opens a transaction when entering the outermost atomic ... or the outermost block. Performance considerations Open transactions have a performance cost for your data ... use otherwise any queries done in a callback would open an implicit transaction, preventing the connection ... the default behavior of Django. However, once you open a transaction with atomic() , you build up a serie ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 7872
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uses and/or provides interfaces for the following open source geospatial libraries: Program 説明 Required ... Supported Versions GEOS Geometry Engine Open Source はい 3.10, 3.9, 3.8, 3.7, 3.6 PROJ Cartogra ... o make install $ cd .. GDAL ¶ GDAL is an excellent open source geospatial library that has support for rea ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 7543
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OM_STORAGE_OPTIONS ... あなたのストレージクラスは _open() と _save() メソッドと、あなたのストレージクラスに ... ッドを用意することもあるでしょう。以下があります。 _open ( name , mode = 'rb' ) ¶ 必須 Storage.open() から呼 ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 7543
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... QL". Pull requests at GitHub have only two states: open and closed. The merger who will deal with your pul ... and for two latest commits. The above command will open an editor showing the two commits, prefixed with t ... and quit the editor. A second editor window should open, so you can reword the commit message for the comm ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
JavaScript — Django 4.0.6 ドキュメント 7429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... web browser ¶ To run the tests from a web browser, open up js_tests/tests.html in your browser. To measure ... を実行してみてください。( js_tests の中ではなく) Open http://localhost:8000/js_tests/tests.html in your ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ould be removed. django.core.files.storage.Storage.open ¶ The open method of the base Storage class used t ... you can easily achieve the same by overriding the open method, like this: from django.core.files import F ... rage ): """ A custom file storage backend. """ def open ( self , name , mode = 'rb' ): return Spam ( open ... ld.verify_exists django.core.files.storage.Storage.open YAML deserializer now uses yaml.safe_load Session ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
File storage API — Django 4.0.6 ドキュメント 7214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng, this will raise a NotImplementedError instead. open ( name , mode = 'rb' ) ¶ Opens the file given by n ... ¶ The local filesystem path where the file can be opened using Python's standard open() . For storage sys ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Writing code — Django 4.0.6 ドキュメント 7099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your ideas for how to improve Django. We're always open to suggestions. You can also interact on the Djang ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT