検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 117 for site (0.051 sec.)
Django 1.11.15 リリースノート — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen a request to a maliciously crafted URL of that site could lead to a redirect to another site, enabling ... mmonMiddleware , トピック , previous , up , next , site , オープンリダイレクト , pattern , ドキュメント , ...
https://man.plustar.jp/django/releases/1.11.15.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib django.contrib.admin Django's admin site. django.contrib.admindocs Django's admin documenta ... trib.gis.admin GeoDjango's extensions to the admin site. django.contrib.gis.db.backends GeoDjango's spatia ... ions.middleware Session middleware. django.contrib.sitemaps A framework for generating Google sitemap XML ... files. django.contrib.sites Lets you operate multiple websites from the same ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 6812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen a request to a maliciously crafted URL of that site could lead to a redirect to another site, enabling ... ノート 関連キーワード CommonMiddleware , template , site , pattern , トピック , previous , up , next , regr ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6712
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs file for ways to increase the security of your site. New PostgreSQL specific functionality ¶ Django no ... graded to version 1.11.2. You can now specify AdminSite.site_url in order to display a link to the front-e ... nd site. You can now specify ModelAdmin.show_full_result_c ... ld be displayed on a filtered admin page. The AdminSite.password_change() method now has an extra_context ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.4 documentation 6662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ベーススキーマの問題を解決してきた実績があります。 mysite/news/models.py ファイル内に保存されるような、簡単な ... rt models from django.contrib import admin admin . site . register ( models . Article ) サイトの編集はスタ ... lock %} </ title > </ head > < body > < img src = "sitelogo.gif" alt = "Logo" /> {% block content %}{% end ... 実行してください。 django-admin.py startproject mysite 現在のディレクトリに mysite ディレクトリが作成され ...
https://man.plustar.jp/django/contents.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a migrations and to enable easier addition of composite keys in future releases of Django, the Field API n ... 機能 ¶ django.contrib.admin ¶ You can now implement site_header , site_title , and index_title attributes o ... n a custom AdminSite in order to easily change the admin site's page ti ... elAdmin.fields . In addition to the existing admin.site.register syntax, you can use the new register() de ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ttext() gettext_lazy() この例では、 "Welcome to my site." というテキストが翻訳文字列としてマークされていま ... f my_view ( request ): output = _ ( "Welcome to my site." ) return HttpResponse ( output ) You could code ... iew ( request ): output = gettext ( "Welcome to my site." ) return HttpResponse ( output ) 翻訳は、計算済み ... ( request ): words = [ 'Welcome' , 'to' , 'my' , 'site.' ] output = _ ( ' ' . join ( words )) return Http ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 6425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... icious user cannot "replay" a form POST to your website and have another logged in user unwittingly submit ... rowser that all future connections to a particular site should always use HTTPS. Combined with redirecting ... e Referer header as a way to send information to a site about how users got there. By setting a Referrer P ... リティ ¶ Similar to the CSRF limitations requiring a site to be deployed such that untrusted users don't hav ...
https://man.plustar.jp/django/topics/security.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6375
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re, the easiest upgrade path is: Examine the code as it existed before it was removed . Verify that it wor ... cated in Django 1.1: You should no longer use AdminSite.root() to register that admin views. That is, if y ... onf contains the line: ( r '^admin/(.*)' , admin . site . root ), You should change it to read: ( r '^admi ... n/' , include ( admin . site . urls )), You should begin to remove use of this ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ミドルウェアとテンプレートタグは、簡単に扱える Cross Site Request Forgeries 対策を提供しています。このタイプ ... hat is based on a random secret value, which other sites will not have access to. This cookie is set by Cs ... ccepted by clients even when they are talking to a site under HTTPS. (Referer checking is not done for HTT ... of the HOST header and that there aren't any cross-site scripting vulnerabilities on your site (because XS ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT