検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 117 for site (0.193 sec.)
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts" action. You can now override the default admin site . The new ModelAdmin.sortable_by attribute and Mod ... go.contrib.sessions ¶ Added the SESSION_COOKIE_SAMESITE setting to set the SameSite cookie flag on session ... ようになりました。 CSRF ¶ Added the CSRF_COOKIE_SAMESITE setting to set the SameSite cookie flag on CSRF co ... d HttpRequest.get_full_path_info() . Added the samesite argument to HttpResponse.set_cookie() to allow set ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mand now defaults to https instead of http for the sitemap's URL. If your site uses http, use the new ping ... _google --sitemap-uses-http option. If you use the ping_google() ... function, set the new sitemap_uses_https argument to False . runserver no lon ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
FAQ: 一般的な質問 — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tched PHP and began using Python to develop its websites. As they built intensive, richly interactive site ... jango を使っているサイトを教えてください。 ¶ DjangoSites.org を見ると、Django で作られたサイトのリストが見 ... rk; it's a programming tool that lets you build websites. 例えば、 Django を Drupal のようなシステムと比較 ... e corresponds to a web page on the official Django site. ドキュメントは:source: ` リビジョン管理<docs>`に格 ...
https://man.plustar.jp/django/faq/general.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 決してきた実績があります。 簡単な例を示しましょう: mysite/news/models.py ¶ from django.db import models clas ... プは、管理サイトにモデルを登録することだけです。: mysite/news/models.py ¶ from django.db import models clas ... nKey ( Reporter , on_delete = models . CASCADE ) mysite/news/admin.py ¶ from django.contrib import admin f ... rom . import models admin . site . register ( models . Article ) ここでの哲学は、あ ...
https://man.plustar.jp/django/intro/overview.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ると、プロジェクトはこのようになっているはずです: mysite / manage . py mysite / __init__ . py settings . py ... . py urls . py views . py templates / admin / base_site . html すでに mysite/templates を チュートリアル 7 ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... different in different contexts. For example, one site may put stories at /stories/ , while another may u ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat may come from untrusted users to avoid a cross-site scripting attack. primary_key ¶ Field. primary_key ... nd execute that script by visiting its URL on your site. Don't allow that. Also note that even an uploaded ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のタグは CSRF の防止のために使用します。詳細は Cross Site Request Forgeries を参照してください。. cycle ¶ タ ... verseMatch exception raised, which will cause your site to display an error page. ページを表示させずに URL ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e outside the scope of this article, but the MySQL site has information on MySQL transactions . If your My ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which emails any ERROR (or higher) message to the site ADMINS . This handler uses the special filter. 3 つ ...
https://man.plustar.jp/django/topics/logging.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 NEXT