検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 198 for file (0.023 sec.)
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l create pyproject.toml , setup.cfg , and setup.py files which detail how to build and install the app. A ... full explanation of these files is beyond the scope of this tutorial, but the set ... django-polls/setup.cfg , and django-polls/setup.py files with the following contents: django-polls/pyproje ... app to conduct web-based polls. long_description = file: README.rst url = https://www.example.com/ author ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 5207
" + 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.2.4.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2022-23833: Denial-of-service possibility in file uploads ¶ Passing certain inputs to multipart form ... s could result in an infinite loop when parsing files. Bugfixes ¶ Fixed a bug in Django 4.0 where TestC ... g CVE-2022-23833: Denial-of-service possibility in file uploads Bugfixes 前のトピックへ Django 4.0.3 relea ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on2PasswordHasher first. That is, in your settings file, you'd put: PASSWORD_HASHERS = [ 'django.contrib.a ... 256PasswordHasher first. That is, in your settings file, you'd put: PASSWORD_HASHERS = [ 'django.contrib.a ... yptPasswordHasher first. That is, in your settings file: PASSWORD_HASHERS = [ 'django.contrib.auth.hashers ... your project. For example, you might put this in a file like myproject/hashers.py . Add your new hasher as ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CED_SYSTEM_CHECKS setting in your project settings file. A full list of all checks that can be raised by D ... m check registry. Checks should be registered in a file that's loaded when your application is loaded; for ... s" that are only relevant to a production settings file like this: @register ( Tags . security , deploy = ...
https://man.plustar.jp/django/topics/checks.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 5175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to the server. The startproject command creates a file <project_name>/asgi.py that contains such an appli ... an wrap Django's application object in the asgi.py file. For example: from some_asgi_library import Amazin ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 5175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rbatim (#21415). Fixed loaddata error when fixture file name contained any dots not related to file extens ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te object associated with that particular settings file. If the setting is omitted, the get_current_site() ... manager. You should then ensure that your settings file does contain the SITE_ID setting. This example is ... ave to create subject.txt and message.txt template files for both the LJWorld.com and Lawrence.com templat ... es in production, you'd create a separate settings file with each SITE_ID (perhaps importing from a common ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プラガブルなファイルストレージ ¶ Django's built-in FileField and ImageField now can take advantage of plug ... gable file-storage backends, allowing extensive customization ... of where and how uploaded files get stored by Django. For details, see the files ... ed features which were replaced by the dispatcher, file-uploading and file-storage refactoring introduced ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... middleware in your own project. Names of uploaded files are available later ¶ In Django 1.0, files upload ... ed and stored in a model's FileField were saved to disk before the model was saved ... to the database. This meant that the actual file name assigned to the file was available before sav ... model's pre-save signal handler. In Django 1.1 the file is saved as part of saving the model in the databa ...
https://man.plustar.jp/django/releases/1.1.html - [similar]