検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 70 for static (0.085 sec.)
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6259
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng a Django application with this structure: app / static / admin / js / vendor / jquery . js jquery . min . ... Django 1.9.2 リリースノート . その他 ¶ The jQuery static files in contrib.admin have been moved into a vend ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。サーチパスのようなものです。 テンプレートの構成 static ファイルと同じように、すべてのテンプレートを1つの大 ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are requests that aren't served by Django (such as static media or user-uploaded files), they will have the ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ソッドはすべてデフォルトのデータベースを利用します。 static RunPython. noop () ¶ 指定された順序で処理を行いたく ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase table with a ForeignKey . choices is meant for static data that doesn't change much, if ever. 注釈 choic ... いうことをよく考えてください。このフィールドは適切な static files の処理の代替では ありません . BooleanField ¶ ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は、最適化を施すのに格好のターゲットです。 ManifestStaticFilesStorage ¶ By taking advantage of web browsers' ... r a given file after the initial download. ManifestStaticFilesStorage appends a content-dependent tag to the ... filenames of static files to make it safe for browsers to cache them l ... キャッシュを使ったセッション 静的ファイル ManifestStaticFilesStorage "Minification" テンプレートのパフォーマ ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e or for projects where the list of domains is not static (e.g., subdomains for multitenancy). For example, ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he cache LOCATION is contained within MEDIA_ROOT , STATIC_ROOT , or STATICFILES_FINDERS , sensitive data may ...
https://man.plustar.jp/django/topics/cache.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 供することもできます。この抜本的テクニックは django-statici18n で実装されます。 国際化: URL パターン内 ¶ Djan ... refer to read another language." ) Note that, with static (middleware-less) translation, the language is in ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). For this example, we'll assume you're using the staticfiles app and want to have static files served duri ... , i.e. without having to collect them using collectstatic . We'll use the StaticLiveServerTestCase subclass ... this test may look as follows: from django.contrib.staticfiles.testing import StaticLiveServerTestCase from ... webdriver import WebDriver class MySeleniumTests ( StaticLiveServerTestCase ): fixtures = [ 'user-data.json' ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT