検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 198 for file (0.098 sec.)
セッションの使いかた — Django 4.0.6 ドキュメント 4981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gh to be a good choice, and it'll be faster to use file or database sessions directly instead of sending e ... verything through the file or database cache backends. Additionally, the loca ... ESSION_ENGINE を "django.contrib.sessions.backends.file" に設定します。 You might also want to set the SES ... SION_FILE_PATH setting (which defaults to output from tempfi ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 当な名前を使ってください。) You may also provide any file-like object (e.g., StringIO or BytesIO ) as a file ... ds a name attribute that passes the validate_image_file_extension validator. For example: >>> from io impo ... this example, we'll assume you're using the staticfiles app and want to have static files served during t ... est may look as follows: from django.contrib.staticfiles.testing import StaticLiveServerTestCase from sele ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... command from the same directory as your manage.py file. See Gunicorn's deployment documentation for addit ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tly set SITE_ID to the ID of the site the settings file represents. This will usually be 1 (i.e. SITE_ID = ... rectory, create a flatpages directory containing a file default.html . Flatpage templates are passed a sin ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ERER setting is used. value_from_datadict ( data , files , name ) ¶ データとこのウィジェットの名前のディク ... ショナリが与えられ、このウィジェットの値を返します。 files には request.FILES からのデータが含まれている可能 ... る必要があります。 value_omitted_from_data ( data , files , name ) ¶ data と files のディクショナリとこのウ ... dden widgets and True otherwise. Special cases are FileInput and ClearableFileInput , which return False w ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eanField , MultipleChoiceField , MultiValueField , FileField , ModelChoiceField , and ModelMultipleChoiceF ... intersection() queries. ( #28399 ). Fixed ClearableFileInput rendering as a subwidget of MultiWidget ( #28 ... 414 ). Custom clearable_file_input.html widget templates will need to adapt for ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... implementations that allow you to send email to a file , to the console , or to memory . You can even con ... settings has changed. Any existing Django settings file will continue to work as expected until Django 1.4 ... ad a number of DATABASE_ settings in your settings file. For example: DATABASE_NAME = 'test_db' DATABASE_E ... lizers to specify that information in a formats.py file in the corresponding django/conf/locale/<locale na ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.9.6 リリースノート — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere temporary .py extensions were leaked in source file paths ( #26341 ). 目次 Django 1.9.6 リリースノート ...
https://man.plustar.jp/django/releases/1.9.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er now allows creating rasters in any GDAL virtual filesystem. The new GISModelAdmin class allows customiz ... sing trigram word similarity. django.contrib.staticfiles ¶ ManifestStaticFilesStorage now replaces paths t ... arts. The new manifest_storage argument of ManifestFilesMixin and ManifestStaticFilesStorage allows custom ... izing the manifest file storage. キャッシュ ¶ The new async API for django ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 4948
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set USE_THOUSAND_SEPARATOR = True in your settings file. Alternatively, you could use intcomma to format n ... ou might want to create your own, because a format file doesn't exist for your locale, or because you want ... ormats, specify the path where you'll place format files first. To do that, set your FORMAT_MODULE_PATH se ... tting to the package where format files will exist, for instance: FORMAT_MODULE_PATH = [ ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]