検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 70 for static (0.025 sec.)
Django 1.8.18 リリースノート — Django 4.0.6 ドキュメント 6865
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -7234: Open redirect vulnerability in django.views.static.serve() ¶ A maliciously crafted URL to a Django si ... -7234: Open redirect vulnerability in django.views.static.serve() 前のトピックへ Django 1.8.19 リリースノート ...
https://man.plustar.jp/django/releases/1.8.18.html - [similar]
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -7234: Open redirect vulnerability in django.views.static.serve() ¶ A maliciously crafted URL to a Django si ... -7234: Open redirect vulnerability in django.views.static.serve() Bugfixes 前のトピックへ Django 1.10 リリー ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g the current site on each request. django.contrib.staticfiles ¶ The static files storage classes may be sub ... classed to override the permissions that collected static files and directories receive by setting the file_ ... directory_permissions_mode parameters. See collectstatic for example usage. The CachedStaticFilesStorage ba ... ckend gets a sibling class called ManifestStaticFilesStorage that doesn't use the cache system at a ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gured, the command can't ignore the MEDIA_ROOT and STATIC_ROOT directories or include LOCALE_PATHS . --all , ... SCII 文字のみからなる文字列も使用できます。 If the staticfiles contrib app is enabled (default in new projec ... nserver - 6 localhost : 8000 開発用サーバーで静的 (static) ファイルを配信する ¶ By default, the development ... server doesn't serve any static files for your site (such as CSS files, images, th ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be used without first calling the {% load %} tag. static Engine. get_default () ¶ Returns the underlying En ... 値を提供します。 django.template.context_processors.staticstatic ( request ) ¶ このプロセッサが有効な場合、 ... 全ての RequestContext は変数 STATIC_URL を含みます。これは、 STATIC_URL 設定の値を提供 ... rocessors.media django.template.context_processors.static django.template.context_processors.csrf django.tem ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e model now supports natural keys . django.contrib.staticfiles ¶ The static template tag now uses django.con ... trib.staticfiles if it's in INSTALLED_APPS . This is especiall ... third-party apps which can now always use {% load static %} (instead of {% load staticfiles %} or {% load s ... tatic from staticfiles %} ) and not worry about whether or not the s ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ja2.py with this content: from django.templatetags.static import static from django.urls import reverse from ... ironment ( ** options ) env . globals . update ({ 'static' : static , 'url' : reverse , }) return env and se ... g constructs in Jinja2 templates: < img src = " {{ static ( 'path/to/company-logo.png' ) }} " alt = "Company ...
https://man.plustar.jp/django/topics/templates.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ームワーク ¶ The system check framework is a set of static checks for validating Django projects. It detects ... s are not run by default because they do more than static code analysis as regular checks do. They are only ... sites : Checks django.contrib.sites configuration. staticfiles : Checks django.contrib.staticfiles configura ... s LOCATION matches/is inside/contains MEDIA_ROOT / STATIC_ROOT / STATICFILES_DIRS . caches.W003 : Your <cach ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.4.19 release notes — Django 4.0.6 ドキュメント 6583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t of the 1.4.18 security release, the django.views.static.serve() function was altered to stream the files i ...
https://man.plustar.jp/django/releases/1.4.19.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.contrib.sitemaps.views.sitemap' ), ] Sitemap for static views ¶ Often you want the search engine crawlers ... ort sitemaps from django.urls import reverse class StaticViewSitemap ( sitemaps . Sitemap ): priority = 0.5 ... from django.urls import path from .sitemaps import StaticViewSitemap from . import views sitemaps = { 'stati ... c' : StaticViewSitemap , } urlpatterns = [ path ( '' , views . ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT