検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for domain (0.031 sec.)
django.core.validators — Django 4.0.6 ドキュメント 14473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -]{0,61}[a-z" + ul + r "0-9])?" ) # Max length for domain name labels is 63 characters per RFC 1034 sec. 3.1 ... domain_re = r "(?:\.(?!-)[a-z" + ul + r "0-9-]{1,63}(?<!- ... start with a dash r "(?:[a-z" + ul + "-]{2,63}" # domain label r "|xn--[a-z0-9]{1,59})" # or punycode label ... ave a trailing dot ) host_re = "(" + hostname_re + domain_re + tld_re + "|localhost)" regex = _lazy_re_compi ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 14473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ticular websites, and it's a holding place for the domain names and "verbose" names of your Django-powered s ... odel: class models. Site ¶ A model for storing the domain and name attributes of a website. domain ¶ The ful ... ly qualified domain name associated with the website. For example, www ... will try to get the current site by comparing the domain with the host name from the request.get_host() met ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
設定 — Django 4.0.6 ドキュメント 9417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ません。 Django はあらゆるエントリで fully qualified domain name (FQDN) を許可しています。ブラウザの中には``Ho ... mory instead of on persistent storage. CSRF_COOKIE_DOMAIN ¶ デフォルト値: None The domain to be used when se ... e. This can be useful for easily allowing cross-subdomain requests to be excluded from the normal cross site ... com" to allow a POST request from a form on one subdomain to be accepted by a view served from another subdo ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 8796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... display_name or "" localpart = token . local_part domain = token . domain or "" else : nm , address = addr ... localpart , domain = address . rsplit ( "@" , 1 ) address_parts = nm ... + localpart + domain if " \n " in address_parts or " \r " in address_pa ... part = Header ( localpart , encoding ) . encode () domain = punycode ( domain ) parsed_address = Address ( u ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 8160
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'same-origin' // Do not send CSRF token to another domain. } ); fetch ( request ). then ( function ( respons ... setting. This provides protection against cross-subdomain attacks. In addition, for HTTPS requests, if the O ... ict referer checking. This means that even if a subdomain can set or modify cookies on your domain, it can't ... since that request won't come from your own exact domain. This also addresses a man-in-the-middle attack th ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8160
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h to the requested page, not including the scheme, domain, or query string. 例: "/music/bands/the_beatles/" ... wedHost if the host is not in ALLOWED_HOSTS or the domain name is invalid according to RFC 1034 / 1035 . 注釈 ... ' , max_age = None , expires = None , path = '/' , domain = None , secure = False , httponly = False , sames ... tetime object, the max_age will be calculated. Use domain if you want to set a cross-domain cookie. For exam ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 7850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... loc ) # IDN -> ACE except UnicodeError : # invalid domain part return unquote_quote ( url ) if query : # Sep ... in middle and is_email_simple ( middle ): local , domain = middle . rsplit ( "@" , 1 ) try : domain = punyc ... ode ( domain ) except UnicodeError : continue url = "mailto: %s ... @ %s " % ( local , domain ) nofollow_attr = "" # Make link. if url : trimmed ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7731
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nting the current site. This is useful for {{ site.domain }} or {{ site.name }} . If you do not have the Dja ... (e.g. "/blog/" ) or a URL with the fully-qualified domain and protocol (e.g. "https://www.example.com/blog/" ... ). If link doesn't return the domain, the syndication framework will insert the domain ... framework populates this automatically, using the domain of the current site according to the SITE_ID setti ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7598
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trailing slash if it contained a suffix beyond the domain name. A trailing slash is now required for MEDIA_U ... since natural language processing isn't the normal domain of a web framework, we have "fixed" the problem by ... nd in Python code and templates ( 'django' gettext domain): Priorities of translations included with applica ... rals found in JavaScript code ( 'djangojs' gettext domain): Similarly to the 'django' domain translations: O ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 7480
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n applications -- make use of full URLs, including domain name, which are generated from the HTTP Host heade ... hich should contain an explicit list of valid host/domain names for this site. A request with a Host header ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
PREV 1 2 3 4 5 6 NEXT