検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 198 for file (0.083 sec.)
設計思想 — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a developer to design pretty URLs than ugly ones. File extensions in web-page URLs should be avoided. Vig ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bute defaults to label.title() . AppConfig. path ¶ Filesystem path to the application directory, e.g. '/us ... s as apps ¶ Python packages without an __init__.py file are known as "namespace packages" and may be sprea ...
https://man.plustar.jp/django/ref/applications.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d by Django (such as static media or user-uploaded files), they will have the same protections as requests ... a security risk. If your site serves user-uploaded files, a malicious user could upload a specially-crafte ... d file that would be interpreted as HTML or JavaScript by ... ere Django isn't involved in serving user-uploaded files, this setting won't help you. For example, if you ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... first name/last name, or you want to put custom profile information onto your User object, you can now do ... able at django.utils.html.remove_tags() . Uploaded files are no longer created as executable by default. I ... f you need them to be executable change FILE_UPLOAD_PERMISSIONS to your needs. The new default ... ining this functionality in the framework. AUTH_PROFILE_MODULE ¶ With the introduction of custom user mode ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xception reports. ファイルのアップロード ¶ The new FileUploadHandler.upload_interrupted() callback allows ... igration_name_fragment property allows providing a filename fragment that will be used to name a migration ... n Django 3.2 for more details. Minified JavaScript files are no longer included with the admin. If you req ... uire these files to be minified, consider using a third party app ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ases to catch problems with the existing migration files (which could be caused by editing them) before cr ... his pool. """ return True Finally, in the settings file, we add the following (substituting path.to. with ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... come in. Django allows you to associate different files -- like stylesheets and scripts -- with the forms ... Django is able to identify the CSS and JavaScript files that are required, and provide the list of file n ... aults. The Admin templates will only include those files that are required to render the widgets on any gi ... は適当な接頭辞が追加されます。 django.contrib.staticfiles アプリケーションがインストールされている場合、アセ ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ee How invalid variables are handled for details. 'file_charset' : the charset used to read template files ...
https://man.plustar.jp/django/topics/templates.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ------------- Traceback ( most recent call last ): File "/dev/mysite/polls/tests.py" , line 16 , in test_w ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django 1.4 documentation 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ードに対応するには: ファイルアップロード対応の概要 | File オブジェクトリファレンス | ストレージ API | ファイ ... 設定の仕組みは Django の設定 を参照してください。 :file: mysite/urls.py : Django プロジェクトの URL 宣言、 ... メッセージフレームワークです。 django.contrib.staticfiles – 静的なファイルを管理するための フレームワークで ... 'django.contrib.messages' , 'django.contrib.staticfiles' , # Uncomment the next line to enable the admin: ...
https://man.plustar.jp/django/contents.html - [similar]