検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 198 for file (0.030 sec.)
GEOS API — Django 4.0.6 ドキュメント 5304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) SRID=32140;POINT (0 0) Finally, there is the fromfile() factory method which returns a GEOSGeometry obje ... ct from a file: >>> from django.contrib.gis.geos import fromfile ... >>> pnt = fromfile ( '/path/to/pnt.wkt' ) >>> pnt = fromfile ( open ( ... buteError exceptions filling your web server's log files. This generally means that you are creating GEOS ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 2.2.24 release notes — Django 4.0.6 ドキュメント 5304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admin ... en customized by the developers to also expose the file contents, then not only the existence but also the ... file contents would have been exposed. As a mitigation, ... path sanitation is now applied and only files within the template root directories can be loade ...
https://man.plustar.jp/django/releases/2.2.24.html - [similar]
Django 3.1.12 release notes — Django 4.0.6 ドキュメント 5304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admin ... en customized by the developers to also expose the file contents, then not only the existence but also the ... file contents would have been exposed. As a mitigation, ... path sanitation is now applied and only files within the template root directories can be loade ...
https://man.plustar.jp/django/releases/3.1.12.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... od allows customizing the algorithm for generating filenames if a file with the uploaded name already exis ... noring specific directories when searching for .po files to compile. showmigrations --list now shows the a ... ries now shows COPY … TO statements on PostgreSQL. FilePathField now accepts a callable for path . Allowed ... ks and validators are now also properly inherited. FileField.upload_to now supports pathlib.Path . CheckCo ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng-overhead perspective, than your standard read-a-file-off-the-filesystem server arrangement. For most we ... data should live -- whether in a database, on the filesystem or directly in memory. This is an important ... erence goes in the CACHES setting in your settings file. Here's an explanation of all available values for ... y in memory, so there's no overhead of database or filesystem usage. After installing Memcached itself, yo ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd activated, edit your Apache server's httpd.conf file and add the following. WSGIScriptAlias / /path/to/ ... ysite.com <Directory /path/to/mysite.com/mysite > <Files wsgi.py > Require all granted </Files> </Director ... ートURLを示している)、二番目の部分はシステムの WSGI file の場所 (下記参照) です。大抵はプロジェクトパッケー ... piece ensures that Apache can access your wsgi.py file. 次に、この wsgi.py がWSGIアプリケーションのオブジ ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mit if you are happy with them. Python style ¶ All files should be formatted using the black auto-formatte ... . The project repository includes an .editorconfig file. We recommend using a text editor with EditorConfi ... void indentation and whitespace issues. The Python files use 4 spaces for indentation and the HTML files u ... for problems in this area. Note that our setup.cfg file contains some excluded files (deprecated modules w ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sitemap-generating framework to create sitemap XML files. オーバービュー ¶ A sitemap is an XML file on you ... temap framework automates the creation of this XML file by letting you express this information in Python ... nt accesses /sitemap.xml . The name of the sitemap file is not important, but the location is. Search engi ... a sitemap index that references individual sitemap files, one per section. (See Creating a sitemap index b ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 5239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssage. These can be either MIMEBase instances, or (filename, content, mimetype) triples. headers : メッセー ... . もしくは、 attach() の 3 つの引数を引き渡します: filename 、 content 、 mimetype です。 filename は、メー ... attachments in Evolution and Thunderbird . attach_file() creates a new attachment using a file from your ... filesystem. Call it with the path of the file to attach and, optionally, the MIME type to use fo ...
https://man.plustar.jp/django/topics/email.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » How to deploy static files ¶ 参考 django.contrib.staticfiles の使い方の基本に ... 関しては、 How to manage static files (e.g. images, JavaScript, CSS) を読んでください。 ... ファイルの配信 ¶ The basic outline of putting static files into production consists of two steps: run the co ... llectstatic command when static files change, then arrange for the collected static fil ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT