検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 117 for Site (0.074 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'slug' : ( 'first_name' , 'last_name' ) } admin . site . register ( Author , AuthorAdmin ) The Admin ¶ On ... bove how to replace your class Admin with an admin.site.register() call in an admin.py file. Below are som ... : model = Parent inlines = [ ChildInline ] admin . site . register ( Parent , ParentAdmin ) See InlineMode ... date your root urls.py ¶ If you're using the admin site, you need to update your root urls.py . Old (0.96) ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6275
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tiDBModelAdmin ): inlines = [ BookInline ] admin . site . register ( Author , MultiDBModelAdmin ) admin . ... ite . register ( Publisher , PublisherAdmin ) othersite = admin . AdminSite ( 'othersite' ) othersite . re ... MultiDBModelAdmin ) This example sets up two admin sites. On the first site, the Author and Publisher obje ... wing books published by that publisher. The second site exposes just publishers, without the inlines. Usin ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, user accounts that are valid on your production site will not work under test conditions. You'll need t ... d. force_login ( user , backend = None ) ¶ If your site uses Django's authentication system , you can use ... to simulate the effect of a user logging into the site. Use this method instead of login() when a test re ... weaker hasher while testing . logout () ¶ If your site uses Django's authentication system , the logout() ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ways to include this header in responses from your site: A middleware that sets the header in all response ... me X-Frame-Options value for all responses in your site, put 'django.middleware.clickjacking.XFrameOptions ... nse ( "This page is safe to load in a frame on any site." ) 注釈 If you want to submit a form or access a ... iframe, you may need to modify the CSRF_COOKIE_SAMESITE or SESSION_COOKIE_SAMESITE settings. Setting X-Fra ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, for example, by redirecting users to a phishing site designed to ask for user's passwords. To remedy th ... requests would be all that is necessary to make a site unavailable. We've remedied the issue by changing ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 6125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, for example, by redirecting users to a phishing site designed to ask for user's passwords. To remedy th ... requests would be all that is necessary to make a site unavailable. We've remedied the issue by changing ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
索引 — Django 4.0.6 ドキュメント 6075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... オプション --shuffle test コマンドラインオプション --sitemap-uses-http ping_google コマンドラインオプション ... のメソッド) (QueryDict のメソッド) (requests.RequestSite のメソッド) (SimpleTemplateResponse のメソッド) (S ... ッド) (RelatedManager のメソッド) add_action() (AdminSite のメソッド) add_arguments() (BaseCommand のメソッド ... o.contrib.auth.forms のクラス) ADMINS setting AdminSite (django.contrib.admin のクラス) Aggregate (django. ...
https://man.plustar.jp/django/genindex.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ナリライクなオブジェクトを設定します。 HttpRequest. site ¶ CurrentSiteMiddleware は、現在のサイトを表す Sit ... e または RequestSite のインスタンスを、 get_current_site() の返り値で設 ... com/bands/' 注釈 Mixing HTTP and HTTPS on the same site is discouraged, therefore build_absolute_uri() wil ... n = None , secure = False , httponly = False , samesite = None ) ¶ Sets a cookie. The parameters are the s ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, for example, by redirecting users to a phishing site designed to ask for user's passwords. To remedy th ... requests would be all that is necessary to make a site unavailable. We've remedied the issue by changing ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in ¶ admin ビューは新たに model_admin または admin_site 属性を持ちます。 admin change ビューの URL が変更さ ... 持つ available_apps コンテキスト変数が、新たに AdminSite.each_context() メソッドに追加されました。 AdminSit ... ッションを拡張する for more details. django.contrib.sites ¶ get_current_site() が新たに request.get_host() ... to simulate the effect of a user logging into the site while skipping the authentication and verification ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT