検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 70 for static (0.026 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 12716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts | Index | Modules « previous | up | next » The staticfiles app ¶ django.contrib.staticfiles collects sta ... ved in production. 参考 For an introduction to the static files app and some usage examples, see How to mana ... ge static files (e.g. images, JavaScript, CSS) . For guideli ... nes on deploying static files, see How to deploy static files . 設定 ¶ See ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 12504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules « previous | up | next » How to manage static files (e.g. images, JavaScript, CSS) ¶ ウェブサイト ... ango では、こうしたファイルのことを「静的ファイル (static files)」と呼んでいます。静的ファイルの管理を簡単に ... するために、Django は django.contrib.staticfiles を提供しています。 このページでは、こうした静 ... いて説明します。 静的ファイルの設定 ¶ django.contrib.staticfiles が設定ファイルの INSTALLED_APPS に含まれている ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 11503
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dget () >>> print ( w . media ) <link href="http://static.example.com/pretty.css" type="text/css" media="all ... " rel="stylesheet"> <script src="http://static.example.com/animations.js"></script> <script src=" ... http://static.example.com/actions.js"></script> 以下は指定可能な ... 画すると、HTML が出力されます: < link href = "http://static.example.com/pretty.css" type = "text/css" media = ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 11095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules « 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 t ... he collectstatic command when static files change, then arrange for ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
はじめての Django アプリ作成、その 6 — Django 4.0.6 ドキュメント 10291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 要があります。Djangoでは、これらのファイルを "静的 (static) ファイル" と呼びます。 小さなプロジェクトではこの ... ことになり、ややこしくなってきます。 django.contrib.staticfiles はまさにそのためにあります。これは静的なファイ ... スタマイズする ¶ 最初に、 polls ディレクトリの中に、 static ディレクトリを作成します。Django はそこから静的ファ ... / からテンプレートを探す方法と同様です。 Django の STATICFILES_FINDERS は、さまざまなソースから静的ファイルを ...
https://man.plustar.jp/django/intro/tutorial06.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 8642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を設定していますが、 robots.txt 、 favicon.ico 、 /static/ 、そして /media/ の URL 空間は静的ファイルとして配 ... 配信されます。 Alias /robots.txt /path/to/mysite.com/static/robots.txt Alias /favicon.ico /path/to/mysite.com/ ... co Alias /media/ /path/to/mysite.com/media/ Alias /static/ /path/to/mysite.com/static/ <Directory /path/to/m ... ysite.com/static > Require all granted </Directory> <Directory /pat ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
設定 — Django 4.0.6 ドキュメント 8472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t value is a non-empty list or dictionary, such as STATICFILES_FINDERS . Make sure you keep the components r ... o determines the default permissions for collected static directories when using the collectstatic managemen ... t command. See collectstatic for details on overriding it. This value mirrors t ... o determines the default permissions for collected static files when using the collectstatic management comm ...
https://man.plustar.jp/django/ref/settings.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 8190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de: {% extends 'admin/change_form.html' %} {% load static %} {% block admin_change_form_document_ready %} {{ ... block .super }} < script src = " {% static 'app/formset_handlers.js' %} " ></ script > {% end ... block %} app/static/app/formset_handlers.js ¶ ( function ( $ ) { $ ( d ... le: {% extends 'admin/change_form.html' %} {% load static %} {% block admin_change_form_document_ready %} {{ ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 8078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . django.conf.urls functions for use in URLconfs ¶ static() ¶ static. static ( prefix , view = django.views. ... django.conf import settings from django.conf.urls.static import static urlpatterns = [ # ... the rest of yo ... ur URLconf goes here ... ] + static ( settings . MEDIA_URL , document_root = settings ... r() django.conf.urls functions for use in URLconfs static() handler400 handler403 handler404 handler500 前の ...
https://man.plustar.jp/django/ref/urls.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 7908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しくは django.contrib.humanize を参照してください。 staticstatic ¶ To link to static files that are saved ... in STATIC_ROOT Django ships with a static template tag. If t ... he django.contrib.staticfiles app is installed, the tag will serve files us ... ing url() method of the storage specified by STATICFILES_STORAGE . For example: {% load static %} < im ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT