検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 117 for Site (0.175 sec.)
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 7662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... customizing Django's automatically-generated admin site that we first explored in Tutorial 2 . 困ったときは ... んでください。 admin フォームのカスタマイズ ¶ admin.site.register(Question) の呼び出しによって Question モデ ... でのフィールドの並び順を並べ替えてみましょう。 admin.site.register(Question) の行を以下のように置き換えてみて ... fields = [ 'pub_date' , 'question_text' ] admin . site . register ( Question , QuestionAdmin ) このように ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... framework ¶ A fundamental trade-off in dynamic websites is, well, they're dynamic. Each time a user reque ... to business logic -- to create the page that your site's visitor sees. This is a lot more expensive, from ... m or slashdot.org ; they're small- to medium-sized sites with so-so traffic. But for medium- to high-traff ... ic sites, it's essential to cut as much overhead as possib ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7562
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 可されている権限を自動的に持つ事になります。例えば、 Site editors グループが can_edit_home_page 権限を持って ... auth_hash() is based on SECRET_KEY , updating your site to use a new secret will invalidate all existing s ... you enable redirect_authenticated_user , other websites will be able to determine if their visitors are a ... uthenticated on your site by requesting redirect URLs to image files on your ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 7312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are that implements protection against a malicious site loading resources from your site in a hidden frame ... onse can only be loaded on a frame within the same site. To prevent the response from being loaded in a fr ... ame in any site, set X_FRAME_OPTIONS in your project's Django sett ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 7262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules « previous | up | next » GeoDjango's admin site ¶ GISModelAdmin ¶ New in Django 4.0. class GISMode ... Use GISModelAdmin instead. 目次 GeoDjango's admin site GISModelAdmin GeoModelAdmin OSMGeoAdmin 前のトピッ ... のトピックへ Geographic Feeds 関連キーワード admin , site , map , Defaults , default , Geo , s , geometry , ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 7262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... follow these steps: Ensure that the django.contrib.sites framework is installed . Add 'django.contrib.redi ... able in your database. This is a lookup table with site_id , old_path and new_path fields. The RedirectFal ... ecks for a redirect with the given old_path with a site ID that corresponds to the SITE_ID setting. If it ... . >>> redirect = Redirect . objects . create ( ... site_id = 1 , ... old_path = '/contact-us/' , ... new_p ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... coding cookies, password reset tokens in the admin site, user sessions, and signatures created by django.c ... default but can be disabled by using a custom AdminSite and setting AdminSite.enable_nav_sidebar to False ... . django.contrib.sessions ¶ The SESSION_COOKIE_SAMESITE setting now allows 'None' (string) value to explic ... itly state that the cookie is sent with all same-site and cross-site requests. django.contrib.staticfile ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 7062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts | Index | Modules « previous | up | next » The sitemap framework ¶ Django comes with a high-level site ... map-generating framework to create sitemap XML files. オーバービュー ¶ A sitemap is an XML ... file on your website that tells search-engine indexers how frequently y ... rtain pages are in relation to other pages on your site. This information helps search engines index your ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.8.15 リリースノート — Django 4.0.6 ドキュメント 7012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... urity issue in 1.8.14. CSRF protection bypass on a site with Google Analytics ¶ An interaction between Goo ... 1.8.15 リリースノート CSRF protection bypass on a site with Google Analytics 前のトピックへ Django 1.8.16 ... スノート 関連キーワード bypass , protection , next , site , COOKIES , cookies , up , トピック , previous , r ...
https://man.plustar.jp/django/releases/1.8.15.html - [similar]
Django 1.9.10 リリースノート — Django 4.0.6 ドキュメント 6962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ィの問題を修正しました。 CSRF protection bypass on a site with Google Analytics ¶ An interaction between Goo ... 1.9.10 リリースノート CSRF protection bypass on a site with Google Analytics 前のトピックへ Django 1.9.11 ... スノート 関連キーワード bypass , protection , next , site , COOKIES , cookies , up , トピック , previous , r ...
https://man.plustar.jp/django/releases/1.9.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT