検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 145 for files (0.026 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 12025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » The staticfiles app ¶ django.contrib.staticfiles collects static f ... production. 参考 For an introduction to the static files app and some usage examples, see How to manage sta ... tic files (e.g. images, JavaScript, CSS) . For guidelines on ... deploying static files, see How to deploy static files . 設定 ¶ See stati ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 11541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s document describes Django's file access APIs for files such as those uploaded by a user. The lower level ... for other purposes. If you want to handle "static files" (JS, CSS, etc.), see How to manage static files ( ... ages, JavaScript, CSS) . By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL settin ... やってファイルを保存するかの複雑なカスタムを許可する file storage systems を提供しています。このドキュメントの ...
https://man.plustar.jp/django/topics/files.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 9382
" + 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 col ... lectstatic command when static files change, then arrange for the collected static file ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 9382
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... イルアップロードを扱うとき、ファイルデータは request.FILES に格納されます ( request についての詳細は request ... ハンドリングするビューは、ファイルのデータを request.FILES というディクショナリの中に受け取ります。このディク ... ため、上のフォームから送信されたデータには、 request.FILES['file'] でアクセスすることができます。 Note that r ... equest.FILES will only contain data if the request method was P ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 8650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ages ¶ django-admin compilemessages ¶ Compiles .po files created by makemessages to .mo files for use with ... y , -f ¶ Includes fuzzy translations into compiled files. 使い方の例: django - admin compilemessages -- loc ... and Django's default settings (or another settings file specified by --default ). Settings that don't appea ... What's a "fixture"? ¶ A fixture is a collection of files that contain the serialized contents of the databa ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eprecationWarning ). The new recommended manage.py file should look like this: #!/usr/bin/env python import ... for more details. static template tag ¶ The staticfiles contrib app has a new static template tag to refer ... to files saved with the STATICFILES_STORAGE storage backend ... erefore supports advanced features such as serving files from a cloud service . CachedStaticFilesStorage st ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 8438
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » How to manage static files (e.g. images, JavaScript, CSS) ¶ ウェブサイトではふ ... では、こうしたファイルのことを「静的ファイル (static files)」と呼んでいます。静的ファイルの管理を簡単にするた ... めに、Django は django.contrib.staticfiles を提供しています。 このページでは、こうした静的ファ ... 明します。 静的ファイルの設定 ¶ django.contrib.staticfiles が設定ファイルの INSTALLED_APPS に含まれていること ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
LICENSE.txt 7966
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... lies to all icons packaged as web and desktop font files. # Code: MIT License (https://opensource.org/licen ... e MIT license applies to all non-font and non-icon files. # Attribution Attribution is required by MIT, SIL ... , and CC BY licenses. Downloaded Font Awesome Free files already contain embedded comments with sufficient ... 't need to do anything additional when using these files normally. We've kept attribution comments terse, s ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
設定 — Django 4.0.6 ドキュメント 7966
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e is a non-empty list or dictionary, such as STATICFILES_FINDERS . Make sure you keep the components requir ... he cache to use. This might be the directory for a file system cache, a host and port for a memcache server ... go will generate a random password. ORACLE_MANAGED_FILES ¶ デフォルト値: False This is an Oracle-specific s ... etting. If set to True , Oracle Managed Files (OMF) tablespaces will be used. DATAFILE and DATAF ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 7859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ysite.com <Directory /path/to/mysite.com/mysite > <Files wsgi.py > Require all granted </Files> </Directory ... get a UnicodeEncodeError when uploading or writing files with file names or content that contains non-ASCII ... TF-8' 詳細については、Unicode リファレンスガイドの Files セクションを参照してください。 mod_wsgi をデーモン ... ください。 ファイルを配信する ¶ Django doesn't serve files itself; it leaves that job to whichever web server ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT