検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 119 for URLs (0.005 sec.)
URL ディスパッチャ — Django 4.0.6 ドキュメント 13155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » URL ディスパッチャ ¶ A clean, elegant URL scheme is an important detail in a high-quality web ... application. Django lets you design URLs however you want, with no framework limitations. U ... という名前の変数を探します。この変数の値は django.urls.path() または django.urls.re_path() インスタンスの ... pecified in the optional kwargs argument to django.urls.path() or django.urls.re_path() . もし、 URL 正規表 ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 9396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » django.urls utility functions ¶ reverse() ¶ If you need to use ... u may pass them in args . For example: from django.urls import reverse def myview ( request ): return Http ... a large variety of regular expression patterns for URLs, but not every possible one. The main restriction ... ly use such patterns for matching against incoming URLs and sending them off to views, but you cannot reve ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 9396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » django.urls functions for use in URLconfs ¶ path() ¶ path ( ro ... nclusion in urlpatterns . For example: from django.urls import include , path urlpatterns = [ path ( 'inde ... ticle-section' ), path ( 'blog/' , include ( 'blog.urls' )), ... ] The route argument should be a string o ... () for class-based views. It can also be an django.urls.include() . The kwargs argument allows you to pass ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.4.20 release notes — Django 4.0.6 ドキュメント 8711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted possible XSS attack via user-supplied redirect URLs ¶ Django relies on user input in some cases (e.g. ... (namely django.utils.http.is_safe_url() ) accepted URLs with leading control characters and so considered ... re JavaScript there. Browsers we tested also treat URLs prefixed with control characters such as %08//exam ... ted possible XSS attack via user-supplied redirect URLs 前のトピックへ Django 1.4.21 release notes 次のトピ ...
https://man.plustar.jp/django/releases/1.4.20.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 8587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... / manage . py mysite / __init__ . py settings . py urls . py asgi . py wsgi . py ファイルはそれぞれ以下のよ ... port の際に 使用する名前です (例えば import mysite.urls ) 。 mysite/__init__.py : このディレクトリが Pytho ... の仕組みは Djangoの設定 を参照してください。 mysite/urls.py : Django プロジェクトの URL 宣言、いうなれば Dj ... が必要です。 polls ディレクトリに URLconf を作るには urls.py というファイルを作ります。アプリのディレクトリは ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 8587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 仮定します: from django.db import models from django.urls import reverse class Article ( models . Model ): t ... すべてのサブクラスのビューに適用されます。 例 myapp/urls.py : from django.urls import path from django.view ... ke_object_list = True allow_future = True 例 myapp/urls.py : from django.urls import path from myapp.views ... te_field = "pub_date" allow_future = True 例 myapp/urls.py : from django.urls import path from myapp.views ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 8587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssageMiddleware must be included. Hook the admin's URLs into your URLconf . After you've taken these steps ... 例えば: from django.contrib import admin from django.urls import reverse class PersonAdmin ( admin . ModelAd ... fying them in ModelAdmin.inlines . ModelAdmin. get_urls () ¶ ModelAdmin の get_urls メソッドは、URLconf と ... plate.response import TemplateResponse from django.urls import path class MyModelAdmin ( admin . ModelAdmi ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 8226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es at /content/sitemap.xml , it may only reference URLs that begin with /content/ . The sitemap view takes ... defines the protocol ( 'http' or 'https' ) of the URLs in the sitemap. If it isn't set, the protocol with ... onal. This attribute defines the maximum number of URLs included on each page of the sitemap. Its value sh ... Optional. A boolean attribute that defines if the URLs of this sitemap should be generated using all of y ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 8226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e found to have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The vali ... edirects did not correctly validate some malformed URLs, which are accepted by some browsers. This allows ... _url() ) did not correctly validate some malformed URLs, such as http:\\\\\\djangoproject.com , which are ... e to handle and correctly validate these malformed URLs. 目次 Django 1.4.13 release notes Caches may incor ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 8226
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e found to have similar issues. Malformed redirect URLs from user input not correctly validated ¶ The vali ... edirects did not correctly validate some malformed URLs, which are accepted by some browsers. This allows ... _url() ) did not correctly validate some malformed URLs, such as http:\\\\\\djangoproject.com , which are ... e to handle and correctly validate these malformed URLs. 目次 Django 1.5.8 release notes Caches may incorr ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT