検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 198 for file (0.079 sec.)
django.utils.module_loading — Django 4.0.6 ドキュメント 4851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if len ( paths ) == 1 : return paths [ 0 ] else : filename = getattr ( module , "__file__" , None ) if fi ... lename is not None : return os . path . dirname ( filename ) raise ValueError ( "Cannot determine directo ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 4851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... also review conf/locale/<locale>/formats.py . This file describes the date, time and numbers formatting pa ... . See 表示形式のローカル化 for details. The format files aren't managed by the use of Transifex. To change ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 4851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s runner: Tests in models.py and tests/__init__.py files will no longer be found and run. Move them to a f ... ep-pot option prevents deleting the temporary .pot file generated before creating the .po file. The undocu ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... permission. Backwards incompatible change: .py-tpl files rewritten in project/app templates ¶ The addition ... the default app template in Django 1.9 means those files now have some invalid Python syntax. This causes ... ing systems that unconditionally byte-compile *.py files. To remedy this, a .py-tpl suffix is now used for ... the project and app template files included in Django. The .py-tpl suffix is replace ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 4851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion in Django 2.2 where auto-reloader crashes if a file path contains nulls characters ( '\x00' ) ( #30506 ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o-aware and can integrate with your codebase to profile its performance far more comprehensively. Get thin ... 最適化を施すのに格好のターゲットです。 ManifestStaticFilesStorage ¶ By taking advantage of web browsers' cac ... ou can eliminate network hits entirely for a given file after the initial download. ManifestStaticFilesSto ... rage appends a content-dependent tag to the filenames of static files to make it safe for browsers ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... useful if you want to serialize data directly to a file-like object (which includes an HttpResponse ): wit ... h open ( "file.xml" , "w" ) as out : xml_serializer . serialize ( ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... est in multipart form data""" pass class SuspiciousFileOperation ( SuspiciousOperation ): """A Suspicious ... tion ): """ The size of the request (excluding any file uploads) exceeded settings.DATA_UPLOAD_MAX_MEMORY_ ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... やファイルのフィールドはどう使うのですか? ¶ モデルで FileField や ImageField を使うには、いくつかのステップを ... 踏む必要があります: In your settings file, you'll need to define MEDIA_ROOT as the full path ... irectory where you'd like Django to store uploaded files. (For performance, these files are not stored in ... ritable by the web server's user account. モデルに FileField や ImageField を追加し、 upload_to オプション ...
https://man.plustar.jp/django/faq/usage.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _SETTINGS_MODULE = mysite.settings \ --master --pidfile = /tmp/project-master.pid \ --socket = 127 .0.0.1: ... 49152 \ # can also be a file --processes = 5 \ # number of worker processes --u ... module = mysite.wsgi:application master = True pidfile = /tmp/project-master.pid vacuum = True max-reques ... UTF-8 詳細については、Unicode リファレンスガイドの Files セクションを参照してください。 uWSGI worker の開始 ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]