検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 119 for URLs (0.089 sec.)
Django 2.2.25 release notes — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ess control based on URL paths ¶ HTTP requests for URLs with trailing newlines could bypass an upstream ac ...
https://man.plustar.jp/django/releases/2.2.25.html - [similar]
Django 3.1.14 release notes — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ess control based on URL paths ¶ HTTP requests for URLs with trailing newlines could bypass an upstream ac ...
https://man.plustar.jp/django/releases/3.1.14.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ails on the following settings: STATIC_ROOT STATIC_URL STATICFILES_DIRS STATICFILES_STORAGE STATICFILES_FI ... ng as the base file system location and the STATIC_URL setting respectively as the base URL. storage.Stati ... jango.contrib.staticfiles import views from django.urls import re_path if settings . DEBUG : urlpatterns + ... the pattern ( r'^static/' ) should be your STATIC_URL setting. Since this is a bit finicky, there's also ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .contrib.syndication.views import Feed from django.urls import reverse from policebeat.models import NewsI ... object in your URLconf . For example: from django.urls import path from myproject.feeds import LatestEntr ... URL. The police beat feeds could be accessible via URLs like this: /beats/613/rss/ -- Returns recent crime ... already. And the accompanying URLconf: from django.urls import path from myproject.feeds import AtomSiteNe ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
設定 — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmands and standalone scripts) to generate correct URLs when SCRIPT_NAME is not / . FORM_RENDERER ¶ Defaul ... TIME_INPUT_FORMATS YEAR_MONTH_FORMAT IGNORABLE_404_URLS ¶ デフォルト値: [] (空のリスト) List of compiled r ... egular expression objects describing URLs that should be ignored when reporting HTTP 404 err ... th to your root URLconf, for example "mydjangoapps.urls" . Can be overridden on a per-request basis by set ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng it without credentials. The new LOGOUT_REDIRECT_URL setting controls the redirect of the django.contrib ... pers or users who replace these tokens. The LOGOUT_URL setting is removed as Django hasn't made use of it ... is deprecated in favor of its new location, django.urls . The template Context.has_key() method is depreca ... from the future template tag library. django.conf.urls.patterns() is removed. Support for the prefix argu ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 3.2.10 release notes — Django 4.0.6 ドキュメント 5501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ess control based on URL paths ¶ HTTP requests for URLs with trailing newlines could bypass an upstream ac ...
https://man.plustar.jp/django/releases/3.2.10.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... くというものです。 URL を設計する ¶ A clean, elegant URL scheme is an important detail in a high-quality web ... beautiful URL design and doesn't put any cruft in URLs, like .php or .asp . アプリのURLをデザインするには ... 例では、 URLconf は以下のようになります: mysite/news/urls.py ¶ from django.urls import path from . import vi ...
https://man.plustar.jp/django/intro/overview.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imary key, an attacker could brute-force guess all URLs; thereby obtaining a list of all objects in the ap ... and_slug to True will help prevent the guessing of URLs as each URL will require two correct, non-sequenti ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 5451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Prevented LocaleMiddleware from redirecting on URLs that should return 404 when using prefix_default_l ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT